Re: [JPP-Devel] Update OSGeo-Live docs & install scripts by 30 Jan 2012 (two weeks) - openjump

2012-01-27 Thread Landon Blake
Understood. I'm out of town today at a conference. If I have time and internet access tonight, I'll try to get the files uploaded to the SVN. Landon On Fri, Jan 27, 2012 at 12:46 PM, Cameron Shorter wrote: > Thank you, > > I haven't yet had time to have more than very brief looks over the > quic

Re: [JPP-Devel] Tests in DeleteDuplicateGeometriesTest

2012-01-27 Thread Benjamin Gudehus
Ok, I've got it. It's all clear. The menu entry is actually created, I just missed to call validate on the menu bar... 2012/1/27 Benjamin Gudehus > I tried to add a feature test for the installation of the plugin to the > menubar. > > private void initializeMenuItem(PlugInContext context) { >

Re: [JPP-Devel] Tests in DeleteDuplicateGeometriesTest

2012-01-27 Thread Benjamin Gudehus
I tried to add a feature test for the installation of the plugin to the menubar. private void initializeMenuItem(PlugInContext context) { FeatureInstaller installer = new FeatureInstaller(context.getWorkbenchContext()); String[] menuPath = new String[] { MenuNames.TOOLS, MenuNames.TOOLS_QA