Difference between revisions of "Developing with OpenJUMP"

From OpenJUMP Wiki
Jump to navigation Jump to search
Line 15: Line 15:
  
 
== Development Snapshots ==
 
== 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: <pre>c:\dev\openjump\openjump>C:\dev\maven221\bin\mvn clean install</pre> 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.
+
available here
* Note, that the regular release versions are build with [http://ant.apache.org/ Ant] - which is another option besides Maven.
+
: &rArr; [[Downloading OpenJUMP#Development Snapshots]]
; Download OJ snapshot releases
+
or do-it-yourself
* see [[Downloading_OpenJUMP#Snapshots| Download page - Section Snapshots]]
+
: &rArr; [[Creating an OJ release version]]
  
 
== Roadmap ==
 
== Roadmap ==

Revision as of 14:06, 15 May 2012