hi all,
am beginner to ant tool.
am trying to record the compile task using ant as follows
<record name="abc.txt" action ="start"/>
<javac src="${src}" destdir="${dest}">
<record name ="abc.txt action ="stop""/>
but nothing is getting recorded
plz help me out.
--
View this message in context: http://www.nabble.com/how-to-record-javac-task--tp15268113p15268113.html
Sent from the Ant - Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
For additional commands, e-mail: user-help@ant.apache.org
|