Community
Participate
Working Groups
3.3 M5 On the Configuration page of the product editor, add a plug-in and set autostart to 'true'. Save the file. Open the file in a text editor, and see how the value of the 'autostart' attribute is still set to false.
Created attachment 126538 [details] Patch Fuck Sun and their stupid Boolean#getBoolean() method ;) BTW, Wassim, I've noticed you're reporting a lot of issue against... 3.3M5 !! ;-)
Created attachment 126539 [details] mylyn/context/zip
Good catch, you're right. I should stop living in the past. I recently upgraded from 3.3 to 3.5 M5, so I have 3.3 on my mind still. All these bugs are 3.5 M5 :)
Created attachment 126542 [details] Updated patch Some other very bad typos fixed (they caused a bad parsing of product configuration, thus an empty "Configuration" tab content.....)
Created attachment 126543 [details] mylyn/context/zip
We have to use something like Boolean.valueOf(element.getAttribute(P_AUTO_START)).booleanValue(); Since parseBoolean I believe exists in Java 5 or 6 and we're targetting 1.4 :o
Comment on attachment 126542 [details] Updated patch Thanks Benjamin!