Community
Participate
Working Groups
Build Identifier: 0.13.0 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/." Should just log a warning instead? Reproducible: Always
I checked the tycho code and and we need to do is correctly check the IStatus returned by p2. Instead of !IStatus.isOK() we should probably be using IStatus.matches(IStatus.ERROR)
http://git.eclipse.org/c/tycho/org.eclipse.tycho.git/commit/?id=4f3c5fa1d9258c349250efacbacdde10a9b7cc86