AspectJ 1.7.0 is now published as a stable release. => http://andrewclement.blogspot.de/2012/07/aspectj-170-released.html
At the time of writing, it is not published at maven central, but in a public spring repository (see the linked article).

I think this plugin should be revised to work well with Java 1.7 and the new aspectj version.

I always get this message on aspectj:compile: "bad version number found in /home/daniel/.m2/repository/org/aspectj/aspectjrt/1.7.0/aspectjrt-1.7.0.jar expected 1.6.11 found 1.7.0"

Additionally in my special case, I try to declare pointcuts based on method parameter annotations. When I set the compliance level, source and target versions to 1.7 I get this error at aspectj:compile: "annotation type patterns are only supported at Java 5 compliance level or above". The error disappears when I set the configuration to 1.6.

In this project I am experimenting a bit and I do not depend on 1.7 features. In other projects I really would like to use 1.7 features.

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
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