You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ji...@codehaus.org on 2004/05/06 22:32:49 UTC

[jira] Commented: (MPASPECTJ-8) Weaving classes not jars, and many other features

The following comment has been added to this issue:

     Author: Vincent Massol
    Created: Thu, 6 May 2004 4:32 PM
       Body:
Thanks for the patch Carlos. I'm currently in Las Vegas, attending the TSSS2004 conference. I'll apply the patch in 3-4 days when I'm back if no one beats me to it.
---------------------------------------------------------------------
View this comment:
  http://jira.codehaus.org/secure/ViewIssue.jspa?key=MPASPECTJ-8&page=comments#action_19454

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/secure/ViewIssue.jspa?key=MPASPECTJ-8

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPASPECTJ-8
    Summary: Weaving classes not jars, and many other features
       Type: New Feature

     Status: Open
   Priority: Major

 Original Estimate: 5 minutes
 Time Spent: Unknown
  Remaining: 5 minutes

    Project: maven-aspectj-plugin
   Versions:
             2.0

   Assignee: Vincent Massol
   Reporter: Carlos Sanchez

    Created: Sun, 11 Apr 2004 7:54 PM
    Updated: Thu, 6 May 2004 4:32 PM
Environment: Maven 1.0-rc1
AspectJ 1.1.1

Description:
Ability to automatically weave aspects on the classes generated on java:compile
Ability to add dependencies on libraries with aspects.

Proposed new way to reuse aspects as done in ejb, cactus and war plugins

          <dependency>
            <groupId>groupid</groupId>
            <artifactId>jarid</artifactId>
            <version>jarversion</version>
            <properties>
              <aspectj.weave>true</aspectj.weave>
            </properties>
          </dependency>

although maintaining old way.

Also added installation of jar and snapshot with reusable aspects but not needed with this new way to define dependencies.

Updated and improved documentation, check it for more info, also in http://oness.sourceforge.net/maven-aspectj-plugin

(I've called it version 3.0)



---------------------------------------------------------------------
JIRA INFORMATION:
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

If you want more information on JIRA, or have a bug to report 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