Skip to content

Instantly share code, notes, and snippets.

@nthx
Created December 17, 2011 03:52
Show Gist options
  • Save nthx/1489091 to your computer and use it in GitHub Desktop.
Save nthx/1489091 to your computer and use it in GitHub Desktop.
<target name="pat_annotationc" depends="compile">
<taskdef name="annotationc"
classname="org.jboss.aop.ant.AnnotationC" classpathref="compile_classpath"/>
<annotationc compilerclasspathref="run_classpath"
classpathref="run_classpath"
bytecode="true">
<src path="src/"/>
<include name="**/*.java" />
</annotationc>
</target>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment