[ 
http://jira.codehaus.org/browse/MOJO-1115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=137230#action_137230
 ] 

manuel aldana commented on MOJO-1115:
-------------------------------------

above suggested would not work (i still se a compiler error with error invalid 
source, only 1.3, 1.4 and 1.5 is said to be allowed). AFAIK java 1.6 would be 
supported by aspectj 1.6 so this should work, shouldn't it?
maybe it is a constraint of aspectj-maven-plugin, which validates against 
values (1.3,1.4,1.5)?

following snippets are used in pom:

{code:xml}
...
<source>1.6</source>
<target>1.6</target>
...
<dependency>
<groupId>org.aspectj</groupId>
<artifactId>aspectjrt</artifactId>
<version>1.6.0</version>
</dependency>
<dependency>
<groupId>org.aspectj</groupId>
<artifactId>aspectjtools</artifactId>
<version>1.6.0</version>
<dependency>
{code}

> upgrade to AspectJ 1.6.0
> ------------------------
>
>                 Key: MOJO-1115
>                 URL: http://jira.codehaus.org/browse/MOJO-1115
>             Project: Mojo
>          Issue Type: Improvement
>          Components: aspectj
>            Reporter: Andreas Kuhtz
>
> Upgrade to AspectJ 1.6.0

-- 
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