Removing plug-in dependencies [message #1200964] |
Thu, 21 November 2013 09:02  |
Eclipse User |
|
|
|
I started off creating a New Xtext project. This has been working fine, barring my ignorance of Xtext, but that I am working through slowly. After I create my Xtext artifacts I can select the project package and when I run it, I get a second instance of Eclipse (Kepler) with my Xtext DSL features enabled.
At one point I did something to create some plugins instead, which seemed to work, but it's slower for development than the "running a second instance of Eclipse" strategy. So I want to remove whatever plug-in dependencies I may have created in my project but I don't know how to do that.
Eclipse is now fairly unstable, quite frequently going to "Not Responding" for a minute or two when I try to do things in the editor.
What should I do to remove any plug-in development dependencies in this project?
Thanks,
GW
|
|
|
|
|
|
Re: Removing plug-in dependencies [message #1209732 is a reply to message #1201736] |
Mon, 25 November 2013 12:22  |
Eclipse User |
|
|
|
David Wegener wrote on Thu, 21 November 2013 17:20
Development workspaces should only be used with the Eclipse instance that you use for your development. Runtime workspaces should only be used by launched Eclipse instances. End user workspaces should only be used by Eclipse instances with your stable plugins installed.
I appreciate the clear statement David. So I guess I clearly screwed up, because although I can open both the plug-in development and application development workspaces from the first Eclipse instance, the runtime Eclipse version opens up now and complains that the VM hasn't been set.
I also consistently get the "missing ActionSet" error (see other post in this forum). From my research an "ActionSet" is something like a plug-in pop up menu definition.
The first Eclipse instance often gets stuck with a message at lower right "Initializing Java Tooling" and sometimes it gets stuck at 32% and more recently 41%.
I already completely replaced the Eclipse files, although to be honest I used an "RC" rather than stable version as I was hoping for relief from this missing ActionSet issue.
Either I have botched up my project files such that replacing Eclipse doesn't help, or for some reason my code is actually causing a weird bug in Eclipse to be exposed. While I doubt the latter, it's certainly a non zero possibility.
Any suggestions for how to recover?
Thanks,
GW
[Updated on: Mon, 25 November 2013 12:28] by Moderator
|
|
|
Powered by
FUDForum. Page generated in 0.03963 seconds