Re: [JPP-Devel] JAR files for OpenJUMP

2007-01-10 Thread Sunburned Surveyor
Thanks for the note Stefan. This Ant script is also slightly different. I wanted something a little simpler for developers that want to build OpenJUMP on their own computers. This Ant script isn't made for the nightly build, so I was able to eliminate some of the CVS stuff. If I get the manifest

Re: [JPP-Devel] JAR files for OpenJUMP

2007-01-10 Thread Stefan Steiniger
a small note.. the ant scripts between skyjump and Oj might be different since i needed to modify the script used for the first oj versions due to additional classpaths (de.xxx packages) and for the src-zip file which now contains all necessary stuff to make an own built stefan Sunburned Surve

Re: [JPP-Devel] JAR files for OpenJUMP

2007-01-10 Thread Sunburned Surveyor
Thanks Larry. I'll check this out and will probably post an inquiry or two to the Ant mailing list. I plan on downloading SkyJUMP for a try soon, so I should see the program launcher first hand. Thanks, The Sunburned Surveyor On 1/9/07, Larry Becker <[EMAIL PROTECTED]> wrote: Hi Sunburned,

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] 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