AW: Reg. Main target

2005-12-22 Thread Jan.Materne
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

RE: Reg. Main target

2005-12-22 Thread Steve
> -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

Re: Reg. Main target

2005-12-22 Thread Ivan Ivanov
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

Reg. Main target

2005-12-22 Thread shreedhar natarajan
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