[Subclipse-dev] Plugin Not Working
From: Peter Luttrell <peter_at_ideaj.com>
Date: Fri, 6 Dec 2013 00:24:19 -0800 (PST)
I'm very new to Eclipse plugin development, but not new to Java. I want to make a very slight modification to subclipse, in particular how one of the decorator variables displays it's output.
I've downloaded the code and made my simple change. When I launch the Dev instance of Eclipse from Eclipse, I can see my change but many things are broken and I have no idea why. I even reverted my code and I still have the same errors, but I think these issues are something to do with how Eclipse launches itself.
I then re-made my changes and then exported the plugin using the File -> Export -> Plug-in Development -> Deployable plug-ins and fragments, which naturally generated a JAR. I copied this into my {eclipse-install-dir}/dropins, restarted Eclipse and nothing happened, in other words I couldn't see my change. Not knowing if the dropins weren't working (I don't have any others), or what, I then proceeded to remove the current version of org.tigris.subversion.subclipse.ui_1.8.21.jar in plugins and drop my new one into plugins. Then I restarted Eclipse and went to Preferences and SVN was not an option under Team. I'm assuming this means there was a problem loading my changes. I've checked {workspace}/.metadata/.log, but there's not much of anything in there.
How do I debug this?
------------------------------------------------------
To unsubscribe from this discussion, e-mail: [dev-unsubscribe_at_subclipse.tigris.org].
|
This is an archived mail posted to the Subclipse Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.