Difference between revisions of "Developing with OpenJUMP"

From OpenJUMP Wiki
Jump to navigation Jump to search
Line 1: Line 1:
 
== General ==
 
== General ==
=== [[How to get OpenJUMP source code]] ===
+
* [[How to get OpenJUMP source code]]
=== [[Developer Documentation and HowTo]] ===
+
* [[Developer Documentation and HowTo]]
 +
* [[Internationalization]] and [[How to translate OpenJUMP into another language]]
 +
 
 
* our developer mailing list: http://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
 
* our developer mailing list: http://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
 
* our Bug Tracker: http://sourceforge.net/tracker/?group_id=118054
 
* our Bug Tracker: http://sourceforge.net/tracker/?group_id=118054
 
* source code from our repository, via SVN, see: http://sourceforge.net/svn/?group_id=118054
 
* source code from our repository, via SVN, see: http://sourceforge.net/svn/?group_id=118054
=== [[Internationalization]] and [[How to translate OpenJUMP into another language]] ===
 
=== [[Notes on Speed Improvements on Rendering]] ===
 
=== [[Using OpenJump in Your Student Project]] ===
 
  
 
== Other Related Stuff ==
 
== Other Related Stuff ==

Revision as of 23:36, 19 November 2011

General

Other Related Stuff

Development Snapshots

Do it yourself
  • After installing Maven, for instance in the folder C:\dev\maven221\ under Windows, local builds can be created with the command line:
    c:\dev\openjump\openjump>C:\dev\maven221\bin\mvn clean install
    For the example above the folder c:\dev\openjump\openjump contains the Maven 2 pom.xml file and also contains OpenJUMPs src folder from the SVN.
  • Note, that the regular release versions are build with Ant - which is another option besides Maven.
Download OJ snapshot releases

Roadmap

Administration tasks