Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] org.aspectj.matcher.jar library ?

Per bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=246125 - the matcher jar is an extraction of everything purely related to matching and includes nothing related to weaving.  The goal is to enable environments that only need pointcut matching to not require the extra classes that are used for weaving if they don't want them.  For example, Spring AOP can use the matcher jar.

You don't need it for load time weaving, just continue to use aspectjweaver.jar which includes everything that is in matcher plus the weaver classes.  (in a similar way to how aspectjtools includes everything from the weaver and the compiler classes).

Andy.

2008/12/1 <jeanlouis.pasturel@xxxxxxxxxxxxxxxxxx>

Hello,

With the version 1.6.2, there is a new library added : org.aspectj.matcher.jar

In a few words, what is its roles ?

Is it mandatory to add it in the classpath in LTW weaving ?

 

Cordialement / Best regards

jeanlouis.pasturel@xxxxxxxxxxxxxxxxxx

 

*********************************
This message and any attachments (the "message") are confidential and intended solely for the addressees.
Any unauthorised use or dissemination is prohibited.
Messages are susceptible to alteration.
France Telecom Group shall not be liable for the message if altered, changed or falsified.
If you are not the intended addressee of this message, please cancel it immediately and inform the sender.
********************************

_______________________________________________
aspectj-users mailing list
aspectj-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/aspectj-users



Back to the top