vazexqi / CodingSpectator

Watches and analyzes code edits in the Eclipse IDE non-invasively
http://codingspectator.cs.illinois.edu
Other
20 stars 14 forks source link

No repository found during update #115

Closed reprogrammer closed 13 years ago

reprogrammer commented 13 years ago

I got the following error message while updating my installation of CodingSpectator.

eclipse.buildId=M20100909-0800
java.version=1.6.0_22
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
Framework arguments:  -product org.eclipse.epp.package.rcp.product
Command-line arguments:  -os linux -ws gtk -arch x86_64 -product org.eclipse.epp.package.rcp.product

Error
Wed Nov 24 11:22:02 CST 2010
No repository found at file:/home/username/eclipse-workspace/.metadata/.plugins/org.eclipse.pde.core/install/.

Even though I got this error dialog, CodingSpectator seems to have got updated correctly. I suspect that this error has something to do with a plugin that I deployed into my host. repository. I had a plugin that I wanted to install on this instance of Eclipse. So, I exported it as a deployable feature and installed it into host. repository (/home/username/eclipse-workspace/.metadata/.plugins/org.eclipse.pde.core/install/). However, I'm not sure how installation into the host repository affects the update process. I wonder if the update process tries to update the plugins installed into the host repository as well. If it tries to do so, it could be the source of the problem because I've uninstalled the plugin from the host repository.

reprogrammer commented 13 years ago

This problem hasn't shown up recently.