Re: [udig-devel] uDig and plugin development

2009-03-31 Thread andrea antonello
Hi Craig, yes, I tried to get the guys of the free software center to do something, but it seems to be a bad habbit around to use expired certificates. So they won't do anything and who wants to access, has to go through all the accepting thing. Sorry about that. Andrea On Tue, Mar 31, 2009 at 11

Re: [udig-devel] uDig and plugin development

2009-03-31 Thread Craig Taverner
Hi Andrea, The only way to solve this is to add the missing plugins. > It seems to me that you need exactly those that we need in JGrass for > the console editor, so you might want to use those for the version > aligned with udig 1.1.x: > > > https://svn.dev.cocos.bz//svnroot/jgrass/jgrass3.0/comm

Re: [udig-devel] uDig and plugin development

2009-03-31 Thread Craig Taverner
Hi Andrea, The only way to solve this is to add the missing plugins. > It seems to me that you need exactly those that we need in JGrass for > the console editor, so you might want to use those for the version > aligned with udig 1.1.x: > > > https://svn.dev.cocos.bz//svnroot/jgrass/jgrass3.0/comm

Re: [udig-devel] uDig and plugin development

2009-03-31 Thread Jody Garnett
Hi Crag; I cannot hide the IDE projects (indeed we do not have them anywhere). uDig has no references to IResource. I think that if we were looking to intergrating with IResource we would save a Map to an individual file - ie completly skip the uDig project organization. In any case when IDE inte

Re: [udig-devel] uDig and plugin development

2009-03-31 Thread andrea antonello
Hi Ahmed, > 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 > B

Re: [udig-devel] uDig and plugin development

2009-03-31 Thread Craig Taverner
Hi Jody, I had a developer recently point out to me that the way uDIG managed projects and the way the eclipse IDE managed projects was quite different. So if you wanted to have an IDE and a GIS together, you would have two different sets of projects, one for uDIG managed by EMF and one for the ID

Re: [udig-devel] uDig and plugin development

2009-03-30 Thread Jody Garnett
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 int

[udig-devel] uDig and plugin development

2009-03-30 Thread Ahmed Abdelsalam
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