Interesting question. I have the same problem with libs in my project.
Aopc tries to weave them, which results in errors such as:


  | [aopc] Exception in thread "main" javassist.NotFoundException: 
org.somepackage.foo.Barclass
  | 

With loadtime weaving everything works fine with the vm argument:

-Djboss.aop.exclude=org

But I need to get it to work with precompile weaving.. So I'd like to know how 
I can have the same exclude/include option in my build.xml file.

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4183489
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to