In message <20100404070918.4c4eb478...@athena.apache.org>, Mark Hindess writes: > > In message <4bb470c0.30...@gmail.com>, 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? > > > > Regards, > > Tim > > I don't see these failures either running the tests in the hdk or with > any of the "ant test" targets. Is this an eclipse issue? > > Perhaps changing modules/swing/.classpath line that reads: > > <classpathentry kind="src" output="bin/test/injected" > path="src/test/api/java.injected"/> > > to: > > <classpathentry kind="src" output="bin/test" > path="src/test/api/java.injected"/> > > That might be the issue?
I've fixed this in r936262 anyway. HTH? -Mark.