简体   繁体   中英

Update an Eclipse plugin to a development version

How do you update a plug-in from a release version to a development version in Eclipse?

I'm dealing with a problem in the groovy-eclipse plugin that looks like it's fixed in the development version ( this bug ). When I try to install the plug-in, I get a message saying:

Only one of the following can be installed at once: 
    Groovy-Eclipse plugin 2.7.2.xx-RELEASE-20121219-0800-e37 (org.codehaus.groovy.eclipse 2.7.2.xx-RELEASE-20121219-0800-e37)
    Groovy-Eclipse plugin 2.8.0.xx-20130617-1200-e37 (org.codehaus.groovy.eclipse 2.8.0.xx-20130617-1200-e37)

I get this message even after I've followed the instructions here to uninstall the release version of the plugin under "About Eclipse > Installation Details".

What is the procedure to update it to the development track (ideally keeping the ability to go back to the release once it's updated)?

Update: I get the same error message when I moved every file named *groovy* out of the features/ and plugins/ directories. (This puzzles me!)

First, I wouldn't recommend that you just delete all groovy files from the plugins and features directories. This is probably going to muck up your install beyond repair. In fact, at this point, the easiest thing to do is to just start with a fresh Eclipse install and directly re-install from the snapshot update site.

However, if you are feeling adventurous, you can undelete the groovy plugins and features. Try installing again and paste the entire error message here. There is a piece of the error message that you are missing. The full conflict description is not there.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM