| Re: [aspectj-dev] iajc-task |
Here a snippet of my ant task:
<target name="compile.aj" depends="init" description="AspectJ compile"> <iajc srcdir="src/main/java:src/main/resources:src/main/aspectj" destdir="${classes.dir}" classpathref="project.classpath" debug="on" target="1.4" source="1.4"> </iajc> </target>
I remember there was a problem with the srcdir parameter of the compiler, but I'm not sure.
Hi,
This manual page contains more info http://ant.apache.org/manual/index.html