From: ejain <nu...@jb...> - 2005-07-27 10:23:34
|
I have this in my build file: <aopc compilerclasspathref="classpath" verbose="true"> | <classpath path="build"/> | <src path="build"/> | <include name="**/*.class"/> | <aoppath path="jboss-aop.xml"/> | </aopc> "classpath" contains all jars. I get: [aopc] [debug] jboss.aop.class.path is NULL | [aopc] [debug] jboss.aop.search.classpath: 'null' true | [aopc] [debug] jboss.aop.path: jboss-aop.xml | [aopc] jboss.aop.path[0]: jboss-aop.xml | [aopc] [deploying] jboss-aop.xml | [aopc] [warning] Trying to compile [...]\build\test\ObjectHolder.class and found it also within [...]\build/test/ObjectHolder.class will not proceed. | [aopc] [warning] Trying to compile [...]\build\test\ObjectInterceptor.class and found it also within [...]/build/test/ObjectInterceptor.class will not proceed. | [aopc] Build Successful: 219 ms Any idea what is going wrong here? I can post my classes and aspect configuration etc, but I suspect there is a more fundamental issue here... View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3886764#3886764 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3886764 |