Skip to content

Instantly share code, notes, and snippets.

@trivoallan
Created January 27, 2011 10:25
Show Gist options
  • Select an option

  • Save trivoallan/798331 to your computer and use it in GitHub Desktop.

Select an option

Save trivoallan/798331 to your computer and use it in GitHub Desktop.
Automatic "help" target
<target name="help" description="Displays project's help">
<java classname="org.apache.tools.ant.Main">
<arg value="-buildfile" />
<arg value="${ant.file}" />
<arg value="-projecthelp" />
</java>
</target>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment