I'm using javac task to compile java source with deprecation attribute
but no warning appear during compilation.
If i compile the same source tree without ant i can see those warnings !
Can you help me ?
Thxs,
Ros
My ant "code" :
<javac srcdir="${cmvc}/src/server" destdir="${install}/classes"
deprecation="on" fork="true" executable="${JDK_131_BIN}" >
<classpath>
<fileset dir="jars">
<include name="**/*.jar"/>
</fileset>
<pathelement location="${cmvc}/src/server" />
</classpath>
</javac>
_________________________________________________________________
Il servizio Postemail sottopone tutti i documenti a una scansione
automatica antivirus con i programmi TREND MICRO.
---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
For additional commands, e-mail: user-help@ant.apache.org
|