Vladimir Ivanov wrote:
On 12/14/06, Geir Magnusson Jr. <[EMAIL PROTECTED]> wrote:
What's broken?
Classlib tests failed with messages like this (for all 3 systems):
Unit Test Error Details: (582) Test: testGetAccessibleAction Class:
java.awt.AccessibleAWTCheckboxMenuItemTest
java.lang.NoClassDefFoundError: javax/accessibility/Accessible Test:
testGetAccessibleRole Class: java.awt.AccessibleAWTCheckboxMenuItemTest
java.lang.NoClassDefFoundError: javax/accessibility/Accessible
Eclipse just hang up on linux box and failed with 'debug' window on
windows.
Thanks, Vladimir
Weird. I respun snapshots yesterday using r486606 (haven't uploaded
yet) and I'm using it now on Ubuntu 6 x86 to run eclipse. It works.
OTOH, using Aton's little program from yesterday :
import javax.swing.*;
public class Test
{
public static void main(String[] args)
{
new JTabbedPane();
}
}
I got the same ClassNotFoundException for JTabbedPane :/
Clearly there's something wrong. I can try to work on it later this
afternoon, but can't for the next few hours.
geir
Vladimir Ivanov wrote:
> While CC send notification only on the change of build status I decided
to
> report current CC status on dev list: CC is failed to run classlib
tests
> over DRLVM on Windows XP ia32, SUSE Linux ia32 and em64t and start
eclipse
> over ia32 architecture (I did not test it on em64t yet).
>
>
>
> Thanks, Vladimir
>
>
>
> By the way, some time ago we discus the case when commit break some
> functionality. As I remember we decide to fix it ASAP but did not
define
> this time. May be we add rule that the build should be fixed in one day
or
> commit should be reverted?
>
> Now we have broken build for 2 days.
>