Re: property for initial target called

2008-10-13 Thread Stefan Bodewig
On Mon, 13 Oct 2008, EJ Ciramella <[EMAIL PROTECTED]> wrote: > Is there a ${target.name} or similar property for the target name > that was passed to ant? Not in Ant 1.7.x, but Ant's trunk has (and Ant 1.8.0 will have) such a property, ant.project.invoked-targets that contains a comma separated l

property for initial target called

2008-10-13 Thread EJ Ciramella
Is there a ${target.name} or similar property for the target name that was passed to ant? I tried running and didn't see anything I could use.