an [mailto:[EMAIL PROTECTED]
>Gesendet: Donnerstag, 22. Dezember 2005 22:52
>An: Ant Users List
>Betreff: Reg. Main target
>
>hi all,
>
>Thanks jan for the reply.
>When I run ant with -projecthelp option, it says something like this.
>
>prompt>>ant -projecthelp
>Bui
> -Original Message-
> From: shreedhar natarajan [mailto:[EMAIL PROTECTED]
> Now what is the diff. between Main targets and Other targets.
> How do I make a target as Main target and what is the purpose of it ?
If you add a 'description' attribute to your tasks they will appear in th
Hello Shreedhar,
--- shreedhar natarajan <[EMAIL PROTECTED]> wrote:
>
> prompt>>ant -projecthelp
> Buildfile: build.xml
>
> Sample ant file for demonstration purpose
>
> Main targets:
>
> Other targets:
>
> ant_sample
> import_ant
> say_hai
> spawn_ant
> Default target: ant_sample
hi all,
Thanks jan for the reply.
When I run ant with -projecthelp option, it says something like this.
prompt>>ant -projecthelp
Buildfile: build.xml
Sample ant file for demonstration purpose
Main targets:
Other targets:
ant_sample
import_ant
say_hai
spawn_ant
Default target: an