Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [aspectj-users] About aop.xml scope

Thanks Tahir, but my doubt is: What happens if I put a second jar file with
a second aop.xml file? Both configurations are merged? Or each jar keeps the
settings in their own aop.xml?

Regards,
Federico

-----Mensaje original-----
De: aspectj-users-bounces@xxxxxxxxxxx
[mailto:aspectj-users-bounces@xxxxxxxxxxx] En nombre de Tahir Akhtar
Enviado el: lunes, 08 de junio de 2009 11:34
Para: aspectj-users@xxxxxxxxxxx
Asunto: Re: [aspectj-users] About aop.xml scope

Hi,
Here is from my own experience:
I have a aop.xml in a jar and it is used to weave all the jars in 
WEB-INF/lib and all the classes in WEB-INF/classes.
When I place the jar containing aop.xml in Tomcat/common/lib it can even 
weave the classes in jars provided by tomcat.

regards,
Tahir Akhtar
pilux wrote:
> Hi All,
>
>     I have a doubt. Settings in aop.xml are scoped only to the classes
> contained in same jar file, or are exported and merged into whole JVM
> weaver?
>
> Thanks and regards, Federico
>   

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



Back to the top