Garvit Garg
Garvit Garg

Reputation: 5

How to weave a 3rd party jar that is present in tomcat library folder using aspectj?

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

Answers (1)

Attila T
Attila T

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

Related Questions