warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable buildsYou can find a good explanation of this warning with following link:
http://ant.1045680.n5.nabble.com/warning-includeantruntime-was-not-set-td2639463.html
There were incompatible change on Ant version 1.8. So, you may find the same message if you build old ant file with Ant 1.8.
Please just add includeantruntime="false" to javac task.
No comments:
Post a Comment