Reputation: 5
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.
Upvotes: 0
Views: 100
Reputation: 597
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.
Upvotes: 0