add support for bootclasspath AspectJ compiler argument
-------------------------------------------------------

                 Key: MOJO-606
                 URL: http://jira.codehaus.org/browse/MOJO-606
             Project: Mojo
          Issue Type: Improvement
          Components: aspectj
            Reporter: nicolas de loof
            Priority: Trivial
         Attachments: aspectj-maven-plugin.patch

For compiling classes targeting JRE 1.3, I'm using bootclasspath compiler 
argument on the maven compiler plugin. This allow to detect any use of java 1.4 
/ java 5 method that will not be available at runtime.
For compiling aspects, there is no similar option in the aspectj-maven-plugin. 
The ajc has a -bootclasspath option for this.

The attached path adds a new configuration property to the Mojo to allow 
setting compiler bootclasspath.

-- 
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 from this list please visit:

    http://xircles.codehaus.org/manage_email

Reply via email to