Skip to content

Instantly share code, notes, and snippets.

@ipolevoy
Created April 24, 2014 04:11
Show Gist options
  • Save ipolevoy/11241194 to your computer and use it in GitHub Desktop.
Save ipolevoy/11241194 to your computer and use it in GitHub Desktop.
<target name="-post-compile">
<java classname="org.javalite.instrumentation.Main" failonerror="true">
<sysproperty key="outputDirectory" value="${build.classes.dir}"/>
<classpath>
<pathelement path="${build.classes.dir}" />
<pathelement path="${javac.classpath}" />
<pathelement path="${javac.processorpath}" />
</classpath>
</java>
</target>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment