Re: [JPP-Devel] JAR files for OpenJUMP

2007-01-09 Thread Larry Becker
Hi Sunburned, You can try the modified Ant Script that I posted. It works for us, although given the way it works, more bugs are possible. Manifest files have a very rigid structure that is difficult to maintain. It is necessary to make all of the included paths relative so that they work no

Re: [JPP-Devel] JAR files for OpenJUMP

2007-01-09 Thread Sunburned Surveyor
I did some reading of past e-mails and realized that Larry Becker had posted a patch for our Ant script that will correct the problem with the Manifest file. Integrating his patch into OpenJUMP's build file should simplify the actions needed to start OpenJUMP on the different platforms, and may re

Re: [JPP-Devel] JAR files for OpenJUMP

2007-01-09 Thread Sunburned Surveyor
You are right Stefan, there is something on the wiki about building OpenJUMP. I will take a look at that before I start something new. If I do something additional, I will include that information. I'm going to see if I can get the manifest information ironed out. Thank you for the help. The Su

Re: [JPP-Devel] JAR files for OpenJUMP

2007-01-09 Thread Stefan Steiniger
.. actually as far as i know the built file on the cvs creates every time it is executed a new manifest file. I also have not yet looked on the jar issue again. stefan > > P.S. - When I get the next release of OpenJUMP to successfully build > with Ant I'll prepare some quick documentation or

[JPP-Devel] Pluggable Rendering Framework

2007-01-09 Thread Sunburned Surveyor
I just wanted to remind all of the developers that I have modified OpenJUMP's source code so that new renderers can be added to OpenJUMP with a plug-in and no need to modify the source code. You can then select a custom renderer based on the class of the object being rendered. I haven't tested thi

[JPP-Devel] JAR files for OpenJUMP

2007-01-09 Thread Sunburned Surveyor
I know there was some discussion on this mailing list before about modifying the Manifest files in the OpenJUMP JAR's to eliminate the need to specify library directories in the OpenJUMP startup scripts. I am working this week on the Ant build file for OpenJUMP as part of my effort to put together

Re: [JPP-Devel] cvs - commit : magery framwork

2007-01-09 Thread Sunburned Surveyor
My thanks to Stefan and Erwan for their work on imagery support in OpenJUMP. The Sunburned Surveyor On 1/8/07, erwan bocher <[EMAIL PROTECTED]> wrote: Hi Stefan, Best wishes 2007. I have upload a new version of the sigle raster plugin developed by Nicolas Lavoillotte. This plugin use a gdal

Re: [JPP-Devel] GeoTIFF error in JUMP 1.2

2007-01-09 Thread David Zwiers
Thanks for looking into the Jukka. Can you send me an example of a GeoTiff which was not being rendered correctly? This would help me investigate the issue. Thanks David -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rahkonen Jukka Sent: January 9, 200

[JPP-Devel] GeoTIFF error in JUMP 1.2

2007-01-09 Thread Rahkonen Jukka
Hi, I believe I have found what goes wrong with my GeoTIFF images and JUMP 1.2. My GeoTIFF images are created with "gdalwarp" utility, which by default creates band interleaved TIFF files. In gdal documentation it is described as " PLANARCONFIG_SEPARATE in TIFF terminology ". I made a trial