Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] Bad version number found?

I think I maybe spot the problem : since we started a new repository for syncing, and we deployed there only 1.6.3 and 1.6.4, probably if it searches for 1.6.2 it does not find it in the metadata.xml file, and gives that warning, meaning "I was searching for 1.6.2, but had to resolve to 1.6.4". I don't have that warning here, and tried to rebuild 4 maven projects ... but I was already on 1.6.3 cause I had it deployed on a local repo, so my local situation might be different.

I'm fixing the metadata.xml adding old versions, since metadata files are updated incrementally by the script Andy uses to deploy new versions, if those file is the cause of the error it should be fixed permanently.

I fixed it for all the three deployed projects. Let's wait for the next rsync (should be 4 hours or something similar) and then retry to see if that warning goes away.

Simone



hermod.opstvedt@xxxxxxxxx wrote:
Hi
I have seen this with 1.6.3 also.
mvh
Hermod

------------------------------------------------------------------------
*From:* aspectj-users-bounces@xxxxxxxxxxx [mailto:aspectj-users-bounces@xxxxxxxxxxx] *On Behalf Of *Wim Deblauwe
*Sent:* Monday, May 11, 2009 8:34 AM
*To:* aspectj-users@xxxxxxxxxxx
*Subject:* [aspectj-users] Bad version number found?

Hi,

I updated my maven pom to use AspectJ 1.6.4 and now I get the following exception every time:

[WARNING] bad version number found in /home/wdb/.m2/repository/org/aspectj/aspectjrt/1.6.4/aspectjrt-1.6.4.jar expected 1.6.2 found 1.6.4

Any idea what I can do about it? I did a clean rebuild, but this keeps popping up every time.

regards,

Wim
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *

This email with attachments is solely for the use of the individual or
entity to whom it is addressed. Please also be aware that the DnB NOR Group
cannot accept any payment orders or other legally binding correspondence with
customers as a part of an email.
This email message has been virus checked by the anti virus programs used
in the DnB NOR Group.

* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
------------------------------------------------------------------------

_______________________________________________
aspectj-users mailing list
aspectj-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/aspectj-users


--
Simone Gianni            CEO Semeru s.r.l.           Apache Committer
http://www.simonegianni.it/



Back to the top