Hi, Jody Garnett wrote:
I usually figure out what plugins are missing by checking the logs; or by 1. launching the product and watching it fail 2. opening up the run configurations screen and selecting the run based on the product 3. hit the validate plugins button; writing down the list of plugins that are "missing"
There's is an "Add required plugins" button a few dozen pixels above the button you mention. (I'm using Eclipse 3.4.1.)
Cheers, Ugo
4. go and add them to the feature that my product is in 5. hitting the synchronize button before running again The stack trace you provided referred to emf; which is included by the udig features. So I suspect you are tripping over a version number (perhaps using Eclipse 3.4.2 when uDig has only managed to use Eclipse 3.4.1 right now?). Jody On Wed, Apr 1, 2009 at 8:21 AM, Ahmed Abdelsalam <[email protected]> wrote:Hi,... I've implemented an editor plugin and I want to inject it into uDig. I had to copy some plugins from original eclipse like org.eclipse.ui.editors, org.eclipse.core.resources and some other plugins. However, when I added the plugin, the Map perspective couldn't load. it gives an error that contains: ....... Caused by: org.osgi.framework.BundleException: Exception in org.eclipse.emf.ecore.plugin.EcorePlugin$Implementation.start() of bundle org.eclipse.emf.ecore. at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:1018) at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:974) at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:346) The jGrass projects implemented a similar functionality, So Can any one suggest a solution for this? Regards,... Ahmed _______________________________________________ User-friendly Desktop Internet GIS (uDig) http://udig.refractions.net http://lists.refractions.net/mailman/listinfo/udig-devel_______________________________________________ User-friendly Desktop Internet GIS (uDig) http://udig.refractions.net http://lists.refractions.net/mailman/listinfo/udig-devel
-- Ugo Taddei Fraunhofer Institut Intelligente Analyse- und Informationssysteme (FhG IAIS) http://www.iais.fraunhofer.de Department Knowledge Discovery - IAIS.KD - Working Group Spatial Decision Support http://www.iais.fraunhofer.de/kd.html phone (+49)2241-14-2184 fax (+49)2241-14-2072 Schloss Birlinghoven, D-53754 Sankt Augustin, Germany _______________________________________________ User-friendly Desktop Internet GIS (uDig) http://udig.refractions.net http://lists.refractions.net/mailman/listinfo/udig-devel
