Re: Magic variable for targets

2001-08-01 Thread Kyle Adams
Would there be any design reason for NOT adding this feature in? Kyle >> Is there a magic variable that returns the target's name, similar to how >> ${ant.project.name} returns the project's name? Maybe a >> ${ant.target.name}? >> > Nope sorry. > > Cheers, > > Pete

Re: Magic variable for targets

2001-08-01 Thread Peter Donald
On Thu, 2 Aug 2001 00:06, Kyle Adams wrote: > Is there a magic variable that returns the target's name, similar to how > ${ant.project.name} returns the project's name? Maybe a > ${ant.target.name}? Nope sorry. Cheers, Pete *-* | "Faced wit

Magic variable for targets

2001-08-01 Thread Kyle Adams
Is there a magic variable that returns the target's name, similar to how ${ant.project.name} returns the project's name? Maybe a ${ant.target.name}? Kyle