[ http://jira.codehaus.org/browse/MPASPECTJ-18?page=all ]
Carlos Sanchez closed MPASPECTJ-18:
-----------------------------------
Resolution: Won't Fix
> Allow to weave dependent libraries in packaging archive (ear and war)
> ---------------------------------------------------------------------
>
> Key: MPASPECTJ-18
> URL: http://jira.codehaus.org/browse/MPASPECTJ-18
> Project: maven-aspectj-plugin
> Type: New Feature
> Versions: 3.2
> Environment: When your build an archive (ear or war), you want to weave
> dependent libraries with an(or) more aspect Jar.
> This is not possible with the actual properties.
> Reporter: pkernevez
>
> Original Estimate: 2 days
> Remaining: 2 days
>
> Today we have:
> <aspectj.weaveInto>true</aspectj.weaveInto> : that import source into my
> project after weaving (but the code of this library is imported in my jar).
> <aspectj.weaveWith>true</aspectj.weaveWith> : that use this aspect library
> for waeving my code.
> I purpose to add :
> * <aspectj.weaveLib>true</aspectj.weaveLib> that take the dependent library
> and weaved it with my aspects.
> OR
> * Use existing tag <aspectj.weaveInto> in conjunction with <war.bundle> tag.
> In this case, we take the jar, weave it and bundle it into the ear or war
> instead of the original jar.
> I can make a patch, if your are interested by this feature.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]