The JUnit infrastructure package should be compiled against the small device
classpath, not the JDK 1.4 classpath
-----------------------------------------------------------------------------------------------------------------
Key: DERBY-5496
URL: https://issues.apache.org/jira/browse/DERBY-5496
Project: Derby
Issue Type: Bug
Components: Build tools
Affects Versions: 10.9.0.0
Reporter: Rick Hillegas
The org.apache.derbyTesting.junit package currently compiles against the JDK
1.4 classpath. Since these classes need to run on CDC/FP 1.1 platforms, they
should be compiled against the small device classpath. That will make the
compiler raise an error when the JUnit infrastructure references methods which
are not present on small devices.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira