Re: [JPP-Devel] Understanding the purpose of the Extension class in OpenJUMP.

2007-08-09 Thread Martin Davis
You got it bang on, SS. Extensions are intended as an easy way to add arbitrary functionality to JUMP, with full programmatic control of the configuration. Note that as well as plugin classes, extensions may also add items to the Registry, and new I/O drivers. Sunburned Surveyor wrote: > I'm

Re: [JPP-Devel] Understanding the purpose of the Extension class in OpenJUMP.

2007-08-09 Thread Sunburned Surveyor
Thanks for the information Martin. The section of the JUMP Developer Manual on Extensions was put together very well. After I read through that section and took a peek at the Javadoc it made sense. The Sunburned Surveyor On 8/9/07, Martin Davis <[EMAIL PROTECTED]> wrote: > You got it bang on, SS.

[JPP-Devel] PostGIS 1.1.0 jar in lib folder (@Paolo)

2007-08-09 Thread Stefan Steiniger
Hi Paolo and others, - Do you require the postgis 1.1.0 library that is shipped with OJ for your plugin? - Do you use the postgresXX library as well? i think about removing the first, the second is needed by some code. stefan ---

Re: [JPP-Devel] Build Errors From QueryDialog?

2007-08-09 Thread Paul Austin
Landon, This is due to a version upgrade in buoy, make sure you have version 1.8 of buoy, the core/trunk has version 1.8 in the lib folder. Paul Sunburned Surveyor wrote: > I'm trying to build the latest OpenJUMP source code from the SVN trunk > so I can give my pluggable rendering system a spi

[JPP-Devel] Build Errors From QueryDialog?

2007-08-09 Thread Sunburned Surveyor
I'm trying to build the latest OpenJUMP source code from the SVN trunk so I can give my pluggable rendering system a spin. I seem to be getting a build error from the QueryDialog class. It looks like the initInternal method references a local variable called lastSize that isn't declared or defined.

Re: [JPP-Devel] Build Errors From QueryDialog?

2007-08-09 Thread Sunburned Surveyor
Thanks for that tip Paul. I will check it out. The Sunburned Surveyor On 8/9/07, Paul Austin <[EMAIL PROTECTED]> wrote: > Landon, > > This is due to a version upgrade in buoy, make sure you have version 1.8 > of buoy, the core/trunk has version 1.8 in the lib folder. > > Paul > > Sunburned Survey