How to see the further options of "ant" Command

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

How to see the further options of "ant" Command

Pal Infocom Technologies-2
What has to done in order to see the further options of ant command like-

ant run
ant run-install ....
Reply | Threaded
Open this post in threaded view
|

Re: How to see the further options of "ant" Command

Christian Geisert
Vinod Kashyap schrieb:
> What has to done in order to see the further options of ant command like-
>
> ant run
> ant run-install ....
>
ant -projecthelp
(or have a look at the targets in build.xml)

--
Christian