You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "pkernevez (JIRA)" <ji...@codehaus.org> on 2005/04/22 11:16:46 UTC

[jira] Created: (MPASPECTJ-18) Allow to weave dependent libraries in packaging archive (ear and war)

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


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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Closed: (MPASPECTJ-18) Allow to weave dependent libraries in packaging archive (ear and war)

Posted by "Carlos Sanchez (JIRA)" <ji...@codehaus.org>.
     [ 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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Commented: (MPASPECTJ-18) Allow to weave dependent libraries in packaging archive (ear and war)

Posted by "Carlos Sanchez (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MPASPECTJ-18?page=comments#action_37968 ]
     
Carlos Sanchez commented on MPASPECTJ-18:
-----------------------------------------

I don't see to much point on this, you mean that we should replace the original jar and change it for another with the same name but weaved?
I think it's not a good idea because you'll have a foo-1.0.jar that won't be really foo-1.0.jar, it'll be confusing.

> 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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org