[jboss-user] [JBoss AOP] - Re: Do I need to have all the classes to run aopcompiler on

kabir.khan@jboss.com do-not-reply at jboss.com
Tue Oct 21 08:54:38 EDT 2008


Can't remember about aop 1.5.x, but in aop 2.0.0.GA we support system properties in aop.xml. Here's an example from out testsuite:

  |       <aopc optimized="${optimized}" compilerclasspathref="${aopc.task.classpath}">
  |          <classpath refid="${aopc.task.classpath}"/>
  |          <classpath refid="${aopc.tests.classpath}"/>
  |          <classpath path="${build.tests.classes}"/>
  |          <aoppath path="${aoppath}"/>
  |          <sysproperty key="jboss.aop.instrumentor" value="${instrumentor}"/>
  |          <sysproperty key="java.io.tmpdir" value="${aopc.tmpdir}"/>
  |          <src path="${build.tests.classes}"/>
  |          <include name="org/jboss/test/aop/${test}/**"/>
  |          <exclude name="${exclude}"/>
  |          <aopclasspath path="${build.tests.classes}/org/jboss/test/aop/${test}"/>
  |       </aopc>
  | 

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4183497#4183497

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4183497



More information about the jboss-user mailing list