Difference between revisions of "Downloading OpenJUMP"
Jump to navigation
Jump to search
(4 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
=== Latest Stable === | === Latest Stable === | ||
− | : ⇒ <span style="font-size:120%;font-weight:bold">[http://sourceforge.net/projects/jump-pilot/files/OpenJUMP/2. | + | : ⇒ <span style="font-size:120%;font-weight:bold">[http://sourceforge.net/projects/jump-pilot/files/OpenJUMP/2.4.0/ OpenJUMP 2.4.0 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 19: | Line 19: | ||
== Source Code == | == Source Code == | ||
− | === | + | === Current OJ 2.x === |
From version 2, OJ source code is on github. There are many ways to get the source code : | From version 2, OJ source code is on github. There are many ways to get the source code : | ||
− | ==== | + | ==== matching source code for a release as a zip file ==== |
− | Under the green button | + | Available on sf.net alongside the distribution files. see https://sourceforge.net/projects/jump-pilot/files/OpenJUMP/ |
+ | |||
+ | ==== current development source code as a zip file ==== | ||
+ | Under the green button [Code], choose the "Download ZIP" option | ||
==== clone the code on your computer with git ==== | ==== clone the code on your computer with git ==== | ||
Line 37: | Line 40: | ||
=== OJ 1.16 and earlier === | === OJ 1.16 and earlier === | ||
+ | |||
+ | ==== Current development (trunk) ==== | ||
+ | |||
==== example svn checkout () ==== | ==== example svn checkout () ==== | ||
: <pre>svn co svn://svn.code.sf.net/p/jump-pilot/code/core/tags/1.16 openjump-core-1.16</pre> | : <pre>svn co svn://svn.code.sf.net/p/jump-pilot/code/core/tags/1.16 openjump-core-1.16</pre> | ||
Line 53: | Line 59: | ||
:: ⇒ src - http://sourceforge.net/p/jump-pilot/code/HEAD/tarball?path=/core/tags/1.16/src | :: ⇒ 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 | :: ⇒ libs - http://sourceforge.net/p/jump-pilot/code/HEAD/tarball?path=/core/tags/1.16/lib | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
== Install Instructions == | == Install Instructions == |
Latest revision as of 18:20, 15 January 2025
Releases
Latest Stable
- ⇒ OpenJUMP 2.4.0 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)
Archived Releases
Plugin Documentation
Source Code
Current OJ 2.x
From version 2, OJ source code is on github. There are many ways to get the source code :
matching source code for a release as a zip file
Available on sf.net alongside the distribution files. see https://sourceforge.net/projects/jump-pilot/files/OpenJUMP/
current development 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
Current development (trunk)
example svn checkout ()
svn co svn://svn.code.sf.net/p/jump-pilot/code/core/tags/1.16 openjump-core-1.16
browse
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