Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] load-time-weaving with maven aspectj plugin

hi,

am posting to this list because most likely one of you is using maven aspectj plugin. my current problem is that enabling load-time-weaving with aspectj-plugin does not work properly. i tried out to enable load-time weaving and to use the aop.xml generation capability of aspectj-maven-plugin, but still following happens:
-plugin still tries to do compile weaving
-aop.xml does not get generated (though <outputxml>true</outputxml> is used)

so how do i achieve that load-time weaving is enabled, i.e. aop.xml is generated (with defining certain source-aspect-libraries and target-libraries) and further more compile weaving is switched off?

--
manuel aldana
aldana@xxxxxx
software-engineering blog: www.aldana-online.de



Back to the top