Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] mirror goal fails when a bundle "already exists in repository"

> Shouldn't this just be a warning?

probably yes. Actually the mirror mojo is just a maven frontend to the p2 mirror app

http://wiki.eclipse.org/Equinox_p2_Repository_Mirroring#Running_the_Mirroring_Tools

so I guess you should ask there

Regards
Jan



-----Original Message-----
From: tycho-user-bounces@xxxxxxxxxxx [mailto:tycho-user-bounces@xxxxxxxxxxx] On Behalf Of Eric Jain
Sent: Freitag, 30. September 2011 20:07
To: tycho-user
Subject: [tycho-user] mirror goal fails when a bundle "already exists in repository"

If I run the mirror goal with append=true and a IU that is being added
includes a bundle that already exists in the repository, the build
fails with an error like:

  Artifact: packed:
osgi.bundle,org.eclipse.osgi.services,3.3.0.v20110513 already exists
in repository: file:/p2/target/repository/."

Shouldn't this just be a warning?
_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-user


Back to the top