You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by li...@bitfaeule.net on 2004/11/18 12:46:09 UTC

name of running target

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