From: Mark S. <ms...@mq...> - 2008-08-11 22:38:34
|
I am having trouble getting gitclipse to work at all. I followed the directions to download & install the latest version of the plugin from the Software Update mechanism within Eclipse. It appeared to install correctly, but I am getting the following errors when trying to use it. Any ideas? (I'm running Eclipse v3.4). It looks to me like the javagit jar isn't being packaged up right or something? Thanks Mark Package 'edu.nyu.cs.javagit.api.commands' does not exist in this plug-in MANIFEST.MF edu.nyu.cs.javagit/META-INF line 8 Plug-in Problem Package 'edu.nyu.cs.javagit.api' does not exist in this plug-in MANIFEST.MF edu.nyu.cs.javagit/META-INF line 7 Plug-in Problem Package 'edu.nyu.cs.javagit.client.cli' does not exist in this plug-in MANIFEST.MF edu.nyu.cs.javagit/META-INF line 10 Plug-in Problem Package 'edu.nyu.cs.javagit.client' does not exist in this plug-in MANIFEST.MF edu.nyu.cs.javagit/META-INF line 9 Plug-in Problem Package 'edu.nyu.cs.javagit.utilities' does not exist in this plug-in MANIFEST.MF edu.nyu.cs.javagit/META-INF line 11 Plug-in Problem Project 'edu.nyu.cs.javagit' is missing required library: 'javagit.jar' edu.nyu.cs.javagit Build path Build Path Problem The project cannot be built until build path errors are resolved edu.nyu.cs.javagit Unknown Java Problem The project cannot be built until its prerequisite edu.nyu.cs.gitclipse.core is built. Cleaning and building all projects is recommended edu.nyu.cs.gitclipse.test Unknown Java Problem The project cannot be built until its prerequisite edu.nyu.cs.gitclipse.core is built. Cleaning and building all projects is recommended edu.nyu.cs.gitclipse.ui Unknown Java Problem The project cannot be built until its prerequisite edu.nyu.cs.gitclipse.ui is built. Cleaning and building all projects is recommended edu.nyu.cs.gitclipse.core.test Unknown Java Problem The project cannot be built until its prerequisite edu.nyu.cs.gitclipse.ui is built. Cleaning and building all projects is recommended edu.nyu.cs.gitclipse.ui.test Unknown Java Problem The project was not built since it depends on edu.nyu.cs.javagit, which has build path errors edu.nyu.cs.gitclipse.core Unknown Java Problem |