Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

defaulting to build.sysclasspath=last; set to false for repeatable builds - what does it mean ?

Zach W-OracleAug 8 2014 — edited Aug 8 2014

Hi All

In our ant script, we compile

ADF project with ojdeploy task and then compile another project strictly a java project.

then we see this warning:

[javac] /scratch/adf-development/build.xml:712: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

What is it in our <javac> task that would create this ?

What does build.sysclasspath=last mean ?

Is this to do with compileing JDev project first ?

Thanks

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 5 2014
Added on Aug 8 2014
1 comment
1,260 views