Hello everybody,
Is there a dynamic property for the name of the current target?
I would like to notify another process of the state my build is in. So
What I'm looking for is something like:
<target name="someTarget"/>
...
<echo message="currently Running: ${magic.CurrentTarget}"/>
...
</target>
If possible I want to avoid to introduce a static string in every target
that need to notify something in the outsideworld.
Can I do that without a listener?
Thanks Jacques
---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
For additional commands, e-mail: user-help@ant.apache.org
|