Difference between revisions of "Downloading OpenJUMP"

From OpenJUMP Wiki
Jump to navigation Jump to search
(release 1.14)
 
(9 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
== Releases ==
 
== Releases ==
  
=== Latest Stable===
+
=== Latest Stable ===
: ⇒ [http://sourceforge.net/projects/jump-pilot/files/OpenJUMP/1.14/ OpenJUMP 1.14 download area]
+
: &rArr; <span style="font-size:120%;font-weight:bold">[http://sourceforge.net/projects/jump-pilot/files/OpenJUMP/2.2.1/ OpenJUMP 2.2.1 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.
  
=== Development Snapshots===
+
=== Development Snapshots ===
:  &rArr; [http://sourceforge.net/p/jump-pilot/code/HEAD/tree/core/trunk/ChangeLog ChangeLog]
+
:  &rArr; [https://github.com/openjump-gis/openjump/commits/main Git Commit Log]
: '''Snapshot repository''' (CORE and PLUS)
+
: '''Snapshot builds''' (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/OpenJUMP2_snapshots/ Git 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/OpenJUMP2_snapshots/build.log build.log]
  
=== Archived===
+
=== Archived Releases ===
 
: &rArr; [http://sourceforge.net/projects/jump-pilot/files/OpenJUMP/ past OpenJUMP releases]
 
: &rArr; [http://sourceforge.net/projects/jump-pilot/files/OpenJUMP/ past OpenJUMP releases]
  
=== Plugins===
+
=== Plugin Documentation ===
 
: &rArr; [[Plugins for OpenJUMP]]
 
: &rArr; [[Plugins for OpenJUMP]]
  
 
== Source Code ==
 
== Source Code ==
  
=== Latest release===
+
=== Latest release OJ 2.x ===
==== example svn checkout ====
+
 
: <pre>svn co svn://svn.code.sf.net/p/jump-pilot/code/core/tags/1.14 openjump-core-1.14</pre>
+
From version 2, OJ source code is on github. There are many ways to get the source code :
 +
 
 +
==== download source code as a zip file ====
 +
Under the green button <>Code, choose the "Download ZIP" option
 +
 
 +
==== clone the code on your computer with git ====
 +
using the web URL.
 +
: <pre>git clone https://github.com/openjump-gis/openjump.git</pre>
 +
 
 +
or using a ssh key (https://docs.github.com/en/authentication)
 +
: <pre>git clone git@github.com:openjump-gis/openjump.git</pre>
 +
 
 +
==== create a fork on your own github repo ====
 +
Just "fork" the project with the fork button on upper right corner of the project page
 +
 
 +
=== OJ 1.16 and earlier ===
 +
==== example svn checkout () ====
 +
: <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.14/
+
: &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.14/
+
:: &rArr; http://sourceforge.net/projects/jump-pilot/files/OpenJUMP/1.16/
 
:: '''Note:'''  
 
:: '''Note:'''  
 
:::you will need libraries and files from the repository tag's lib folder
 
:::you will need libraries and files from the repository tag's lib folder
Line 34: Line 51:
 
: 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.14/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.14/lib
+
:: &rArr; libs - http://sourceforge.net/p/jump-pilot/code/HEAD/tarball?path=/core/tags/1.16/lib
  
 
=== Current development (trunk) ===
 
=== Current development (trunk) ===

Latest revision as of 18:55, 7 May 2023

Releases

Latest Stable

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

Development Snapshots

Git Commit Log
Snapshot builds (CORE and PLUS)
Git development snapshot builds
build.log

Archived Releases

past OpenJUMP releases

Plugin Documentation

Plugins for OpenJUMP

Source Code

Latest release OJ 2.x

From version 2, OJ source code is on github. There are many ways to get the source code :

download source code as a zip file

Under the green button <>Code, choose the "Download ZIP" option

clone the code on your computer with git

using the web URL.

git clone https://github.com/openjump-gis/openjump.git

or using a ssh key (https://docs.github.com/en/authentication)

git clone git@github.com:openjump-gis/openjump.git

create a fork on your own github repo

Just "fork" the project with the fork button on upper right corner of the project page

OJ 1.16 and earlier

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