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 <[EMAIL PROTECTED]>

>  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
>
> [EMAIL PROTECTED]
>
>
>  *********************************
> 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
> [email protected]
> https://dev.eclipse.org/mailman/listinfo/aspectj-users
>
>

<<image001.gif>>

_______________________________________________
aspectj-users mailing list
[email protected]
https://dev.eclipse.org/mailman/listinfo/aspectj-users

Reply via email to