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