0

I have tried weaving that 3rd party jar by putting it inside the projects lib folder and it worked correctly. But I want to weave that jar from the tomcat lib folder.

Please suggest.

1 Answers1

0

From the The AspectJ Development Environment Guide:

In AspectJ tools, the inpath is where to find binary input - aspects and classes that weave and may be woven.

Attila T
  • 577
  • 1
  • 4
  • 18