Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] Overweaving option in aspectj-maven-plugin?

You were right.  Added:
http://jira.codehaus.org/browse/MASPECTJ-116
and
http://jira.codehaus.org/browse/MASPECTJ-117

-matthew


On Thu, Feb 28, 2013 at 10:23 AM, Andy Clement <andrew.clement@xxxxxxxxx> wrote:
It just may not be in the aspectj maven plugin... I'm not sure who is actively maintaining that plugin right now.

Andy


On 28 February 2013 07:05, Matthew Adams <matthew@xxxxxxxxxxxxxxx> wrote:
Hi all,

How do you set the overWeaving option (-Xset:overWeaving=true) in the
aspectj-maven-plugin (v. 1.4-SNAPSHOT)?

I tried <Xset:overWeaving>true</Xset:overWeaving> (and XSet...) but the
eclipse editor complained about the unbound namespace and it seemed not to
have an effect (nothing mentioning overWeaving in verbose compiler output).
I looked at the mojo source and I didn't see anything related to
overweaving, or even "-XSet:xxx=yyy" options.

-matthew



--
View this message in context: http://aspectj.2085585.n4.nabble.com/Overweaving-option-in-aspectj-maven-plugin-tp4650799.html
Sent from the AspectJ - users mailing list archive at Nabble.com.
_______________________________________________
aspectj-users mailing list
aspectj-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/aspectj-users


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




--
mailto:matthew@xxxxxxxxxxxxxxx 
skype:matthewadams12
googletalk:matthew@xxxxxxxxxxxxxxx
http://matthewadams.me
http://www.linkedin.com/in/matthewadams

Back to the top