Hi, At present it is up to you to specify the classpath properly.
For the report to work you need to run the aopc task twice, first with report="false" (to instrument the files), and then with report="true" (to create the report). e.g: | <!-- report="false" is default --> | <aopc compilerclasspathref="classpath" classpathref="classpath" verbose="true"> | <classpath path="."/> | <src path="."/> | <aoppath path="jboss-aop.xml"/> | </aopc> | | | <aopc compilerclasspathref="classpath" classpathref="classpath" verbose="true" report="true"> | <classpath path="."/> | <src path="."/> | <aoppath path="jboss-aop.xml"/> | </aopc> | If you have just started out using JBoss AOP, it is a good idea to start out with the examples, and modify these so you get more of a feel for how it all fits together. Cheers, Kabir View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3853379#3853379 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3853379 ------------------------------------------------------- This SF.Net email is sponsored by: Sybase ASE Linux Express Edition - download now for FREE LinuxWorld Reader's Choice Award Winner for best database on Linux. http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click _______________________________________________ JBoss-Development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
