[jboss-user] [JBoss AOP] - Re: aopc and headaches
kabir.khan@jboss.com
do-not-reply at jboss.com
Thu Mar 20 06:43:17 EDT 2008
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#4137993
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4137993
More information about the jboss-user
mailing list