Developing with OpenJUMP

From OpenJUMP Wiki
Revision as of 11:25, 2 August 2011 by Edso (talk | contribs) (→‎General)
Jump to navigation Jump to search

General

How to get OpenJUMP source code

Developer Documentation and HowTo

Internationalization and How to translate OpenJUMP into another language

Notes on Speed Improvements on Rendering

Using OpenJump in Your Student Project

Other Related Stuff

Nightly Build (NB)

OJ's NB is created with Maven and is kindly processed by Intevation GmbH.

  • The NB is downloadable from here. It is only build when source files at the SVN repository are updated.
  • A log file for the build can be found here in case no build is created since errors appear.
  • 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.

Roadmap

Administration tasks