Skip to content

Instantly share code, notes, and snippets.

@nthx
Created December 17, 2011 04:06
Show Gist options
  • Save nthx/1489118 to your computer and use it in GitHub Desktop.
Save nthx/1489118 to your computer and use it in GitHub Desktop.
<target name="pat_aopc" depends="pat_annotationc">
<taskdef name="aopc"
classname="org.jboss.aop.ant.AopC" classpathref="compile_classpath" />
<aopc compilerclasspathref="run_classpath"
classpathref="run_classpath"
verbose="false">
<classpath path="run_classpath" />
<src path="${build.classes.dir}" />
<aoppath path="${etc.dir}/" />
</aopc>
</target>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment