Hello, I'm looking for a task (or something) that makes it possible to output the project help, as it is printed when ant is called with "-projecthelp" option.
Background:
Usually a target "help" exists. Usually, this target prints exactly
the same as ant -projecthelp. What I need is something like this:
<target name="help">
<echo>${projecthelp}</echo>
</target>
Best regards,
Jens
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
