You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by Yves Martin <yv...@elca.ch> on 2006/01/03 12:10:18 UTC

Re: Which command line parameter could get all targets' name in build.xml ?

Wascally Wabbit <wa...@earthling.net> writes:

> ant -projecthelp gives list of public targets for build.xml in current
> directory. (Use -f to name alternative build script.)

 You may also use  ant -v -projecthelp
 to get all targets (public and internal)

 Regards,
-- 
Yves Martin


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
For additional commands, e-mail: user-help@ant.apache.org


Re: Which command line parameter could get all targets' name in build.xml ?

Posted by ajax chelsea <aj...@gmail.com>.
Got it ! Thanks for all helps

2006/1/3, Yves Martin <yv...@elca.ch>:
>
> Wascally Wabbit <wa...@earthling.net> writes:
>
> > ant -projecthelp gives list of public targets for build.xml in current
> > directory. (Use -f to name alternative build script.)
>
> You may also use  ant -v -projecthelp
> to get all targets (public and internal)
>
> Regards,
> --
> Yves Martin
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
> For additional commands, e-mail: user-help@ant.apache.org
>
>