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
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, "internal" targets aren't listed with the targets you want the developers to see. Otherwise, if you're on Unix, you can use sed: sed -n '/ wrote: > Hi Al

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