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/07 21:25:07 UTC

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

Message:

   The following issue has been closed.

   Resolver: Vincent Massol
       Date: Fri, 7 May 2004 3:22 PM

applied. Thanks!
---------------------------------------------------------------------
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: Closed
   Priority: Major
 Resolution: FIXED

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

    Project: maven-aspectj-plugin
   Fix Fors:
             3.0
   Versions:
             2.0

   Assignee: Vincent Massol
   Reporter: Carlos Sanchez

    Created: Sun, 11 Apr 2004 7:54 PM
    Updated: Fri, 7 May 2004 3:22 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