Skip to content

Instantly share code, notes, and snippets.

@fredgrott
Created April 29, 2011 13:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fredgrott/948268 to your computer and use it in GitHub Desktop.
Save fredgrott/948268 to your computer and use it in GitHub Desktop.
howto enable log recording in ant
<property name="log.dir" location="${basedir}/build/log"/>
<mkdir dir="${log.dir}"/>
<!-- no need to adjust logging levels just catch everything -->
<record name="log-${TSTAMP}-${DSTAMP}.txt" action="start"/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment