Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] Compiler problem when building with Maven

Andy Clement schrieb:
> I guess you probably half suspect what I'm going to say :)

:-D

> I see you are on AspectJ1.6.5 - can you upgrade?  The problem in the 
> original attachment is due to 'P' signatures (an internal optimized 
> type of signature we use) leaking out into the class files we create.
> There were one or two bugs fixed related to those during 1.6.6 
> development (eg. https://bugs.eclipse.org/bugs/show_bug.cgi?id=284297
> - slightly different manifestation but the same underlying issue).


Hi Andy,

indeed I'd absolutely *love* to upgrade, but our capabilities are
somewhat limited,  so to say  ;-)

We're already using org.codehaus.mojo:aspectj-maven-plugin:1.3-SNAPSHOT
Which seems to be the latest we can get, am I right? Or is there any
possibility to get a more recent compiler version there?

thanks,
Hermann


Back to the top