How to recompile with -Xlint:unchecked in Ant build task?
Add the following element in <javac></javac> section: <compilerarg value=”-Xlint:unchecked” />
Add the following element in <javac></javac> section: <compilerarg value=”-Xlint:unchecked” />
This is the closest I could find to documentation on classpath. http://ant.apache.org/manual/using.html#path
Right-click on an Eclipse project then “Export” then “General” then “Ant build files”. I don’t think it is possible to customise the output format though.