yes - the org.eclipse.core.resources code (that handles the definition of IResource) is not part of the RCP platform; as such we did not use these facilities when defining uDig.
You are welcome to make use of these constructs in your own work (I think the jgrass project may have some advise on intergration) however it is not part of core udig. Aside: I am open to hosting an "net.refractions.udig.resource" plugin in udig that defines how this relationship can be managed for projects that are interested. I just do not want to force RCP developers to take on the IResource api when they may not be interested. Jody On Tue, Mar 31, 2009 at 6:56 AM, Ahmed Abdelsalam <[email protected]> wrote: > Hi all,... > > I'm developing a plugin that would work with uDig. I developed the plugin > successfully and it worked with normal eclipse application. However, when > integrating the plugin with uDig, I met some errors like the following: > > Bundle 'org.eclipse.core.resources' cannot be resolved > Bundle 'org.eclipse.ui.editors' cannot be resolved > Bundle 'org.eclipse.ui.ide' cannot be resolved > The project was not built since its build path is incomplete. Cannot find > the class file for org.eclipse.core.resources.IProjectNature. > The project was not built since its build path is incomplete. Cannot find > the class file for org.eclipse.ui.texteditor.ITextEditor. > Unknown extension point: 'org.eclipse.core.resources.natures' > > > Any suggestions to solve the above problems? > > 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
