On Fri, 09 May 2008 00:28:28 +0200, Snjezana Peco <snjezana.peco(a)redhat.com> wrote:
Max Rydahl Andersen wrote:
>> Hey guys, our first Ganymede/Eclipse 3.4/WTP 3.0 nightly build just
>> finished at the following URL:
>>
>
> cool!
>
>
>>
http://download.jboss.org/jbosstools/builds/nightly/200805081537-nightly/...
>>
>> Everything seems to be compiling ok, But there looks to be some errors
>> in the unit tests (probably need to get a newer version of the test
>> plugins?)
>>
>
> What do you mean ? the test plugins are all uptodate too...seems like the tests are
not included
> in the running workspace or maybe the new p2 system in E3.4 has a bug or different
behavior when running tests ?
>
>
I have checked the hibernate tests.
The org.eclipse.jface.viewers.ColumnViewer.isBusy() method is public in
Eclipse 3.4 (was a package visible in 3.3).
The MTreeViewer class contains a hack that makes isBusy visible. This
hack causes a stack overflow in 3.4.
The solution is to remove the hack because the method is now public.
Thanks for finding that one - but could we please continue adding these Ganymede API
changes into the
http://jira.jboss.com/jira/browse/JBIDE-2130 issue. I really like us to have these thing
documented since
Eclipse is not doing a proper job them selves on this.
-max