Difference between revisions of "Developing with OpenJUMP"

From OpenJUMP Wiki
Jump to navigation Jump to search
Line 12: Line 12:
 
* [[JTin Google Summer of Code 2008]]
 
* [[JTin Google Summer of Code 2008]]
 
* [[Scripting with BeanShell]]
 
* [[Scripting with BeanShell]]
 +
* [[General refactoring of OpenJUMP]]
  
 
== Development Snapshots ==
 
== Development Snapshots ==

Revision as of 05:15, 5 January 2012

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