RE: list out no. of targets

2008-05-14 Thread Irfan.Sayed
David Weintraub [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 13, 2008 11:03 PM To: Ant Users List Subject: Re: list out no. of targets Put a "description" attribute on the targets you want to make visible, and then you can use "ant -projecthelp" to list those targets. That way, &q

Re: list out no. of targets

2008-05-13 Thread David Weintraub
you can use sed: sed -n '/ wrote: > Hi All, > > > > How to list out no. of targets in build.xml file using ANT command. > > > > Please let me know. Please help. > > > > Regards, > > Irfan > > > > -- -- David Weintraub [EMAIL PR

Re: list out no. of targets

2008-05-13 Thread James Fuller
try -projecthelp Options: -help, -h print this message -projecthelp, -p print project help information -version print the version information and exit -diagnostics print information that might be helpful to diagnose or rep

list out no. of targets

2008-05-13 Thread Irfan.Sayed
Hi All, How to list out no. of targets in build.xml file using ANT command. Please let me know. Please help. Regards, Irfan