The automatic compile path property setting for the build system should be
expanded to handle Java SE 6 virtual machines.
-------------------------------------------------------------------------------------------------------------------------
Key: DERBY-3399
URL: https://issues.apache.org/jira/browse/DERBY-3399
Project: Derby
Issue Type: Improvement
Components: Build tools
Reporter: Daniel John Debrunner
Priority: Minor
Setting jdk16 in my ant.properties to IBM's JavaSE 6.0 JDK does not produce a
successful build.
I think the issue is that this line in compilepath.properties is specific to
Sun's Java SE implementation.
java16compile.classpath=${j16lib}/rt.jar
IBM's vms require more jars from the JRE lib folder.
Does the property setter automatically add all jars into the classpath?
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.