Community
Participate
Working Groups
I run the director to remove 2 IUs (they are duplicate non-singleton libraries): bash-3.2$ eclipse/eclipse -noSplash -application org.eclipse.equinox.p2.director -repository file:$(pwd)/eclipse/p2/org.eclipse.equinox.p2.engine/profileRegistry/SDKProfile.profile -u org.apache.batik.util/1.6.0.v201011041432,org.apache.batik.util.gui/1.6.0.v201011041432 Uninstalling org.apache.batik.util 1.6.0.v201011041432. Uninstalling org.apache.batik.util.gui 1.6.0.v201011041432. Operation completed in 3887 ms. OK, so far, so good. But if I then run that eclipse install, it says those 2 bundles are still there and RESOLVED, and the director still lists them: bash-3.2$ eclipse/eclipse -noSplash -application org.eclipse.equinox.p2.director -repository file:$(pwd)/eclipse/p2/org.eclipse.equinox.p2.engine/profileRegistry/SDKProfile.profile -list | grep batik.util org.apache.batik.util=1.6.0.v200805290154 org.apache.batik.util=1.6.0.v201011041432 org.apache.batik.util.gui=1.6.0.v200805290154 org.apache.batik.util.gui=1.6.0.v201011041432 org.apache.batik.util.gui.source=1.6.0.v200805290154 org.apache.batik.util.source=1.6.0.v200805290154 PW
Do you remember how the batik bundles got there in the first place?
At the time we were switching the orbit repositories we were mirroring into our build repo location, so our build repo had both versions of the css bundles available. PW
This is apparently still a problem/still happening, http://www.eclipse.org/forums/index.php/t/214045/ PW
(In reply to comment #3) > This is apparently still a problem/still happening, > http://www.eclipse.org/forums/index.php/t/214045/ > > PW This is similar to this discussion: http://dev.eclipse.org/mhonarc/lists/p2-dev/msg04210.html