[jboss-user] [JBoss AOP] - Re: unbound-bindings...

kabir.khan@jboss.com do-not-reply at jboss.com
Wed Aug 16 10:00:45 EDT 2006


With verbose turned on, it should be listing each class as it tries to weave it.

Please see
http://labs.jboss.com/portal/jbossaop/docs/1.5.0.GA/docs/aspect-framework/reference/en/html/compiling.html#ant

I think your problem is that instead of

  | <src path="src"/>
  | 
you should be using

  | <src path="build/classes"/>
  | 

BTW you should not use the aop IDE since it is not actively maintained

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

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



More information about the jboss-user mailing list