Menu

#17 warning: 'includeantruntime' was not set

open
nobody
None
5
2012-05-02
2012-05-02
Anonymous
No

Ant 1.8 gives the following warning

[javac] build.xml:9: warning: 'includeantruntime' was not set,
defaulting to build.sysclasspath=last; set to false for repeatable builds

Beacuse a feature introduced in the 1.8 version.. easyly solved by adding

<presetdef name="javac">
<javac includeantruntime="false" />
</presetdef>

in the beginning in build.xml

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.