Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [udig-devel] uDig and Editor Plugin

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"
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 <ahmed@xxxxxxxxxxxxx> 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
>
>


Back to the top