Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[udig-devel] packaging udig

I'm trying to package a version of udig with my new custom plugin included (which I've created a feature for). When I get to the point of trying to export the product , it gets most of the way through then completes saying there is a log of errors. I can see hundreds of warnings from all the various plugins, but don't see any glaring errors. When I try running my exported application, I get a "Workbench early startup" error right away with this error:

An internal error occurred during: "Workbench early startup".
Unresolved compilation problems:
The type org.eclipse.swt.widgets.Display cannot be resolved. It is indirectly referenced from required .class files The type org.eclipse.swt.widgets.Shell cannot be resolved. It is indirectly referenced from required .class files The type org.eclipse.swt.graphics.Image cannot be resolved. It is indirectly referenced from required .class files
   The import org.eclipse.swt.widgets.Display cannot be resolved
The method getDisplay() from the type IWorkbench refers to the missing type Display The method getShell() from the type Window refers to the missing type Shell
   Display cannot be resolved
   Display cannot be resolved to a type
The method getDisplay() from the type IWorkbench refers to the missing type Display
   Display cannot be resolved
The method getShell() from the type Window refers to the missing type Shell

I get the same problem if I simply try to export the udig.product application from net.refractions.udig. Is there something I am missing or doing wrong?

--
Graham Davis
Refractions Research Inc.
gdavis@xxxxxxxxxxxxxxx



Back to the top