1.

How To Pass -xlint Or -xlint:unchecked To 1.5 Javac Task?

Answer»

pass it as compilerarg nested <compilerarg> to specify.

<compilerarg VALUE="-Xlint"/>
<!-- or -->
<compilerarg value="-Xlint:unchecked"/>

pass it as compilerarg nested <compilerarg> to specify.

<compilerarg value="-Xlint"/>
<!-- or -->
<compilerarg value="-Xlint:unchecked"/>



Discussion

No Comment Found