Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-dev] Reg: weaver options in aop-ajc.xml

I am not sure if I understand you question. However, there is nothing special that needs to be done to make a jar an aspect library. If you need to include additional weaving options, you can simply add a hand-written aop.xml in the META-INF directory in that jar (there are no options to modify aop-ajc.xml itself).

-Ramnivas

On Sun, Dec 13, 2009 at 7:43 AM, Lakshminarayanan Seshadri <lnarayanan.seshadri@xxxxxxxxx> wrote:
Hi
  Can anyone point me of there is a way to make weaver options automatically included in the aop-ajc.xml that gets generated with -outxml option when using ajc
  to generate a aspect library jar?



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



Back to the top