Difference between revisions of "Downloading OpenJUMP"

From OpenJUMP Wiki
Jump to navigation Jump to search
(26 intermediate revisions by 3 users not shown)
Line 2: Line 2:
  
 
=== Latest Stable===
 
=== Latest Stable===
: ⇒ [http://sourceforge.net/projects/jump-pilot/files/OpenJUMP/1.7.0/ OpenJUMP 1.7.0 download area]
+
: &rArr; <span style="font-size:120%;font-weight:bold">[http://sourceforge.net/projects/jump-pilot/files/OpenJUMP/1.16/ OpenJUMP 1.16 download area]</span>
 
:: '''Note:''' Read explanatory text on the bottom when in doubt which file to download.
 
:: '''Note:''' Read explanatory text on the bottom when in doubt which file to download.
  
Line 8: Line 8:
 
:  &rArr; [http://sourceforge.net/p/jump-pilot/code/HEAD/tree/core/trunk/ChangeLog ChangeLog]
 
:  &rArr; [http://sourceforge.net/p/jump-pilot/code/HEAD/tree/core/trunk/ChangeLog ChangeLog]
 
: '''Snapshot repository''' (CORE and PLUS)
 
: '''Snapshot repository''' (CORE and PLUS)
:: &rArr; [http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_snapshots/ svn snapshot builds]
+
:: &rArr; <span style="font-size:120%">[http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_snapshots/ SVN development '''snapshot builds''']</span>
 
:: &rArr; [http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_snapshots/build.log build.log]
 
:: &rArr; [http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_snapshots/build.log build.log]
  
Line 20: Line 20:
  
 
=== Latest release===
 
=== Latest release===
example svn checkout
+
==== example svn checkout ====
: <pre>svn co svn://svn.code.sf.net/p/jump-pilot/code/core/tags/1.7.0 openjump-core-1.7.0</pre>
+
: <pre>svn co svn://svn.code.sf.net/p/jump-pilot/code/core/tags/1.16 openjump-core-1.16</pre>
browse
+
==== browse ====
: &rArr; http://sourceforge.net/p/jump-pilot/code/HEAD/tree/core/tags/1.7.0/
+
: &rArr; http://sourceforge.net/p/jump-pilot/code/HEAD/tree/core/tags/1.16/
download
+
==== download ====
: either source-zip file from Download section (OpenJUMP-<version>-r<revision>-src.zip)
+
: either source-zip file from Download section ('''OpenJUMP-<version>-r<revision>-src.zip''')
:: &rArr; http://sourceforge.net/projects/jump-pilot/files/OpenJUMP/1.7.0/
+
:: &rArr; http://sourceforge.net/projects/jump-pilot/files/OpenJUMP/1.16/
 +
:: '''Note:'''
 +
:::you will need libraries and files from the repository tag's lib folder
 +
::: or
 +
:::use maven to build your project, pom.xml contains all dependencies and is also used for our automated builds
 
: or
 
: or
 
: let the svn bundle src and needed libs tarballs for you (currently broken on sf.net)
 
: let the svn bundle src and needed libs tarballs for you (currently broken on sf.net)
 
:: '''Note:''' sf.net seems to bundle the whole repository nowadays, regardless which path is defined
 
:: '''Note:''' sf.net seems to bundle the whole repository nowadays, regardless which path is defined
:: &rArr; src - http://sourceforge.net/p/jump-pilot/code/HEAD/tarball?path=/core/tags/1.7.0/src
+
:: &rArr; src - http://sourceforge.net/p/jump-pilot/code/HEAD/tarball?path=/core/tags/1.16/src
:: &rArr; libs - http://sourceforge.net/p/jump-pilot/code/HEAD/tarball?path=/core/tags/1.7.0/lib
+
:: &rArr; libs - http://sourceforge.net/p/jump-pilot/code/HEAD/tarball?path=/core/tags/1.16/lib
  
 
=== Current development (trunk) ===
 
=== Current development (trunk) ===
example svn checkout
+
==== example svn checkout ====
 
: <pre>svn co svn://svn.code.sf.net/p/jump-pilot/code/core/trunk openjump-core</pre>
 
: <pre>svn co svn://svn.code.sf.net/p/jump-pilot/code/core/trunk openjump-core</pre>
browse
+
==== browse ====
 
: &rArr; http://sourceforge.net/p/jump-pilot/code/HEAD/tree/core/trunk/
 
: &rArr; http://sourceforge.net/p/jump-pilot/code/HEAD/tree/core/trunk/
  
 
== Install Instructions ==
 
== Install Instructions ==
 
; &rArr; [[Installation| Installation Page]]
 
; &rArr; [[Installation| Installation Page]]
 
  
 
== Plugins for OpenJUMP ==
 
== Plugins for OpenJUMP ==
 
; &rArr; [[Plugins_for_OpenJUMP]]
 
; &rArr; [[Plugins_for_OpenJUMP]]

Revision as of 17:16, 3 January 2021

Releases

Latest Stable

OpenJUMP 1.16 download area
Note: Read explanatory text on the bottom when in doubt which file to download.

Development Snapshots

ChangeLog
Snapshot repository (CORE and PLUS)
SVN development snapshot builds
build.log

Archived

past OpenJUMP releases

Plugins

Plugins for OpenJUMP

Source Code

Latest release

example svn checkout

svn co svn://svn.code.sf.net/p/jump-pilot/code/core/tags/1.16 openjump-core-1.16

browse

http://sourceforge.net/p/jump-pilot/code/HEAD/tree/core/tags/1.16/

download

either source-zip file from Download section (OpenJUMP-<version>-r<revision>-src.zip)
http://sourceforge.net/projects/jump-pilot/files/OpenJUMP/1.16/
Note:
you will need libraries and files from the repository tag's lib folder
or
use maven to build your project, pom.xml contains all dependencies and is also used for our automated builds
or
let the svn bundle src and needed libs tarballs for you (currently broken on sf.net)
Note: sf.net seems to bundle the whole repository nowadays, regardless which path is defined
⇒ src - http://sourceforge.net/p/jump-pilot/code/HEAD/tarball?path=/core/tags/1.16/src
⇒ libs - http://sourceforge.net/p/jump-pilot/code/HEAD/tarball?path=/core/tags/1.16/lib

Current development (trunk)

example svn checkout

svn co svn://svn.code.sf.net/p/jump-pilot/code/core/trunk openjump-core

browse

http://sourceforge.net/p/jump-pilot/code/HEAD/tree/core/trunk/

Install Instructions

Installation Page

Plugins for OpenJUMP

Plugins_for_OpenJUMP