Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] Problems with a basic staticinitialization pointcut in AJDT and Maven

aspectj-maven-plugin doesn't support aspectj 1.7

see: http://jira.codehaus.org/browse/MASPECTJ-108

Krzysztof Debski

2012/10/24 Romain MULLER <romain.muller@xxxxxxxxx>:
> I surely am no maven guru and I won't risk myself in trying to comment
> your POM. That said, on the Maven error, I think the following line
> could be of some relevance:
>
> [WARNING] bad version number found in
> /home/tim/.m2/repository/org/aspectj/aspectjrt/1.7.0/aspectjrt-1.7.0.jar
> expected 1.6.11 found 1.7.0
>
> This looks dodgy, I would try to arrange things so that this warning
> isn't produced anymore before digging any further on the maven errors.
>
> On the eclipse side, I'd recommend checking that your AspectJ compiler
> options don't have filters that get your test tree ignored by the
> compile-time weaver. I know it's kind of an "are you sure your
> computer is plugged to a power socket" check, but they very often give
> good results ;)
>
> _________________________
> Sent over RFC-1149 compliant transport - please excuse occasionnal packet loss
>
> Le 24 oct. 2012 à 22:08, Timothy Armstrong <tim.armstrong@xxxxxxx> a écrit :
>
>> [WARNING] bad version number found in /home/tim/.m2/repository/org/aspectj/aspectjrt/1.7.0/aspectjrt-1.7.0.jar expected 1.6.11 found 1.7.0
>
> _______________________________________________
> aspectj-users mailing list
> aspectj-users@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/aspectj-users
>


Back to the top