Hi Jody, > I updated and tried to make a snapshot release today and have gotten stuck …
that is strange. I can export without problems. > 1) produce not requires console What is produce? > 2) added jconsole pom.xml into the mix oh yes, I did the changes in the eclipse environment, never did it on the pom part. Sorry. > 3) requires org.eclipse.ui.editors which is fine (and has been added to > net.refractions.udig_base feature yay!) yep > 4) which fails as we explicitly exclude *org.eclipse.ui.ide* (since it adds > a bunch of menus and wizards to our app) This also got added back. AND I added activities to filter away the stuff. So we are good. There should be no problem. Well, adding things to the command line build. But I have no real idea what all the necessary steps are. Am still an old fashioned eclipse exported. If you direct me i will take care of it. Cheers, Andrea > > Looking around: > - > http://www.eclipse.org/eclipse/platform-text/development/rcp/examples/index.html > - > http://stackoverflow.com/questions/6043291/how-to-use-existing-text-editor-for-my-rcp-application > > Based on these two pages it looks like we can follow a tutorial for "RCP > Text Editor Example" and create JConsole using just AbstractTextEditor > (which is provided by the plugin org.eclipse.ui.workbench.texteditor). > > Here is what we have today: > > AbstractTextEditor <|-- StatusTextEditor <|-- AbstractDecoratedTextEditor > <|-- TextEditor <|-- JavaEditor > > And here is what (if I understand correctly) is needed: > > AbstractTextEditor <|-- StatusTextEditor <|-- GeoScriptEditor > > > -- > Jody Garnett > > > _______________________________________________ > 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
