Try
| <aopc compilerclasspathref="project.classpath.aop"
verbose="true">
| <classpath path="the.classpath"/>
| <src path="${dir.bin.priv}"/>
| <include name="**/*.class"/>
| <aoppath path="${dir.etc.aop}/META-INF/jboss-aop.xml"/>
| <aopclasspath path="../addons/manager/bin"/>
| </aopc>
|
where
| <path id="project.classpath.aop">
| <path refid="project.classpath"/>
| <fileset dir="${dir.bin.pub}"/>
| <fileset dir="${dir.bin.priv}"/>
| </path>
|
If that does not work, please post again and I will take a better look :-)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4137993#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...