In message <[email protected]>, Tim Ellison writes: > > I've just tried running the Swing tests, and there are a number of > failures for the injected tests: > > java.lang.NoClassDefFoundError: injected/javax/swing/AbstractActionRTest > (wrong name: javax/swing/AbstractActionRTest) > > has the classpath been modified recently for this module?
Possibly one of these commits broke it? r925815 | hindessm | 2010-03-21 16:29:58 +0000 (Sun, 21 Mar 2010) | 5 lines Add includeantruntime="false" to silence ant 1.8.0 warning and make our builds more consistent by not relying on jars in ant lib. (Still need ecj in ant lib but might not need junit now? At least not for compiling anyway.) ------------------------------------------------------------------------ r925752 | hindessm | 2010-03-21 11:18:51 +0000 (Sun, 21 Mar 2010) | 1 line Make more consistent use of hy.javac compiler definition. I don't have time to check right now. -Mark.
