[JPP-Devel] Problem in making my own OpenJUMP built

2010-05-23 Thread siddharth raghuvanshi
Hi, I have followed the given document https://sourceforge.net/apps/mediawiki/jump-pilot/index.php?title=How_to_make_your_own_OpenJUMP_built for making my own OpenJUMP built. But on running the build.xml file with ant, I am getting the following error: Buildfile:

[JPP-Devel] Running OpenJUMP in Eclipse

2010-05-23 Thread siddharth raghuvanshi
Hi, I am consulting https://sourceforge.net/apps/mediawiki/jump-pilot/index.php?title=FAQ_OpenJump_and_Eclipse for How to run OpenJUMP in Eclipse, I was not able to understand the meaning of the following line: If it is to do development, you should use SVN (i.e. the Subclipse \PlugIn) to get the

Re: [JPP-Devel] Problem in making my own OpenJUMP built

2010-05-23 Thread Stefan Steiniger
Hei, i) the info.txt file is not really needed. But I attach the file I use. Another way would be to comment the section in the build.xml file that address copying of the info.txt i.e. the lines: !-- [sstein] eliminate absolute paths from manifest file -- replaceregexp

Re: [JPP-Devel] Running OpenJUMP in Eclipse

2010-05-23 Thread Stefan Steiniger
You install subclipse in Eclipse and the checkout the svn folder /core/trunk/ as a JAVA project in Eclipse. The full path is actually: https://jump-pilot.svn.sourceforge.net/svnroot/jump-pilot/core/trunk If you don't know what I am talking about then you would need to read a documentation on

Re: [JPP-Devel] Running OpenJUMP in Eclipse

2010-05-23 Thread Larry Becker
Hi Siddharth, The usual way to get the source code is to download it from the sourceforge subversion repository using an Eclipse plugin. regards, Larry On Sun, May 23, 2010 at 6:38 PM, siddharth raghuvanshi track009.siddha...@gmail.com wrote: Hi, I am consulting