Hi all,
I am trying to find out what that Ant Task is for. (I pasted it at the end
of my post).
I would like to by-pass using ant and proceed working with Eclipse, but to
accomplish this i need to understand what this task does.
Thanks in advance,
Emma
<target name="instrument-classes">
<taskdef name="instrument-stack"
classname="cz.advel.stack.instrument.InstrumentationTask"
classpath="${run.classpath}">
</taskdef>
<instrument-stack dest="${build.classes.dir}"
packageName="your.package.name">
<fileset dir="${build.classes.dir}" includes="**/*.class"/>
</instrument-stack>
</target>
<target name="-post-compile" depends="instrument-classes">
</target>
--
View this message in context:
http://old.nabble.com/not-understanding-ant-task-tp27641234p27641234.html
Sent from the Ant - Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]