Rick Hillegas <[email protected]> writes: > Any opinions on this one? The org.apache.derbyTesting.junit package > contains JUnit test infrastructure which we expect to run on small > platforms. Seems to me that we should be compiling this code against > the small device classpath.
+1. It sounds reasonable to compile those classes against the run-time libraries for the least capable platform they're supposed to run on. -- Knut Anders
