Re: AW: Getting the called target or ant cmd parameters

2006-09-21 Thread Felix Seeger
up.com/?l=ant-user&m=114123101810971&w=2 > > Jan > > >-Ursprüngliche Nachricht- > >Von: Felix Seeger [mailto:[EMAIL PROTECTED] > >Gesendet: Donnerstag, 21. September 2006 11:40 > >An: Ant Users List > >Betreff: Getting the called target or ant cmd

AW: Getting the called target or ant cmd parameters

2006-09-21 Thread Jan.Materne
er 2006 11:40 >An: Ant Users List >Betreff: Getting the called target or ant cmd parameters > >Hi all, > >is it possible to find out the initially called target, e.g >ant clean the target I like to get is "clean" ? > >My problem is that I call an antfile from th

Getting the called target or ant cmd parameters

2006-09-21 Thread Felix Seeger
Hi all, is it possible to find out the initially called target, e.g ant clean the target I like to get is "clean" ? My problem is that I call an antfile from the project itself. I like to skip this for one target name. Sure I could add dependencies... but I don't like to do this here. Thanks