Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] org/aspectj/aspectjrt/1.8.3/aspectjrt-1.8.3.jar expected 1.8.2

It did the trick!

Thank you very much  Alexander for the lightning fast response!

On Tue, Feb 24, 2015 at 1:47 AM, Alexander Kriegisch <Alexander@xxxxxxxxxxxxxx> wrote:
I am quite busy and could only take a quick peek from my iPad without access to an IDE, but as far as I can tell, aspect4log 1.0.6 is built with AspectJ 1.8.3 while your build uses 1.8.2 which is contained in AspectJ Maven Plugin 1.7. Maybe that leads to the problem you see. You can try to override the plugin dependency to aspectjtools with version 1.8.3 and see if solves the problem.

An example for overriding the plugin dependency can be found here:

Am 23.02.2015 um 23:31 schrieb Vitaliy Semochkin <vitaliy.se@xxxxxxxxx>:

Hello,

I'm an author of aspect4log framework

recently, several users reported that during the build they receive the following warning:
[WARNING] bad version number found in /home/someuser/.m2-oss/repository/org/aspectj/aspectjrt/1.8.3/aspectjrt-1.8.3.jar expected 1.8.2 found 1.8.3     <unknown source file>:<no line information>

a sample demonstrating this warning during maven build can be found here
https://github.com/yilativs/aspect4log-aspectj-compiletime-sample

Can someone please explain, what does this warning mean and how to fix it?
(Despite the warning everything works perfect).


_______________________________________________
aspectj-users mailing list
aspectj-users@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/aspectj-users

_______________________________________________
aspectj-users mailing list
aspectj-users@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/aspectj-users


Back to the top