X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=doc%2Fbuilding.md;h=855f96603c3ddb6085e159517207a3cb0f5c9179;hb=ca4805d04d23cb913e80363023d1e75cee4972be;hp=398181aa4cc82a2ed67994c60773ba16ed4c5f32;hpb=8ff7bd2e061eec7013fcf2b34dd0d3376de42acb;p=jalview.git diff --git a/doc/building.md b/doc/building.md index 398181a..855f966 100644 --- a/doc/building.md +++ b/doc/building.md @@ -165,6 +165,7 @@ Within the `jalview` folder you will find (of possible interest): `utils/install4j/` | files used by the packaging tool, install4j `build.gradle` | the build file used by gradle `gradle.properties` | configurable properties for the build process + `RELEASE` | propertyfile configuring JALVIEW_VERSION (from jalview.version) and the release branch (from jalview.release). An alternative file can be specified via JALVIEW_RELEASE_FILE property Note that you need a Java 11 JDK to compile Jalview whether your target build is Java 1.8 or Java 11. @@ -275,8 +276,8 @@ although without the many and compelling benefits of the `getdown` launcher. We have made significant customisations to the `getdown` launcher which you can find in `getdown/src/getdown`. -> You don't need to build this afresh as the required `gradle-core.jar` -and `gradle-launcher.jar` files are already distributed in `j11lib` and `getdown/lib` but if you want to, then +> You don't need to build this afresh as the required `getdown-core.jar` +and `getdown-launcher.jar` files are already distributed in `j11lib` and `getdown/lib` but if you want to, then you'll need a working Maven and also a Java 8 JDK. Ensure the Java 8 `javac` is forefront in your path and do > @@ -284,9 +285,9 @@ in your path and do >cd getdown/src/getdown >mvn clean package -Dgetdown.host.whitelist="jalview.org,*.jalview.org" >``` -> and you will find the required `.jar` files in `core/target/gradle-core-XXX.jar` -and `launcher/target/gradle-launcher-XXX.jar`. The `gradle-core.jar` should then be copied -to all three of the `j8lib`, `j11lib` and `getdown/lib` folders, whilst the `gradle-launcher.jar` only +> and you will find the required `.jar` files in `core/target/getdown-core-XXX.jar` +and `launcher/target/getdown-launcher-XXX.jar`. The `getdown-core.jar` should then be copied +to all three of the `j8lib`, `j11lib` and `getdown/lib` folders, whilst the `getdown-launcher.jar` only needs to be copied to `getdown/lib`. > >The `mvn` command should ideally include the `-Dgetdown.host.whitelist=*.jalview.org` setting. @@ -317,6 +318,7 @@ java -jar getdown/files/11/getdown-launcher.jar getdown/files/11/ jalview getdown, and the final argument, "`jalview`", is a getdown application id (only "`jalview`" is defined here). +The command line sequence for building and relocating the getdown artifacts can be executed as a script via `getdown/src/getdown/mvn_cmd`. Please make sure this script is kept up to date should the getdown build instructions change. ### Running tests @@ -422,7 +424,7 @@ There are several values of `CHANNEL` that can be chosen, with a default of `LOC Note that bamboo_planKey should be set by the build plan with `-Pbamboo_planKey=${bamboo.planKey}` - application subdir as `alt` - Getdown launcher cannot use a `file://` scheme appbase. -* `DEVELOP`: This is for creating a `develop` appbase channel on the main web server. This won't become live until the actual getdown artefact is synced to the web server. +* `DEVELOP`: This is for creating a `develop` appbase channel on the main web server. This won't become live until the actual getdown artefact is synced to the web server. It will set - `appbase` as `http://www.jalview.org/getdown/develop/JAVA_VERSION` - application subdir as `alt` @@ -465,6 +467,13 @@ e.g. gradle getdown -PCHANNEL=SCRATCH-my_test_version ``` +#### JALVIEW_VERSION and the RELEASE file +Any Jalview build will include the value of JALVIEW_VERSION in various places, including the 'About' and Jalview Desktop window title, and in filenames for the stand-alone executable jar. You can specify a custom version for a build via the JALVIEW_VERSION property, but for most situations, JALVIEW_VERSION will be automatically configured according to the value of the CHANNEL property, using the `jalview.version` property specified in the RELEASE file: + - `CHANNEL=RELEASE` will set version to jalview.version + - `CHANNEL=TEST or DEVELOP` will append '-test' or '-develop' to jalview.version + +It is also possible to specify a custom location for the RELEASE file via an optional JALVIEW_RELEASE_FILE property. + #### `install4jMediaTypes` If you are building *install4j* installers (requires *install4j* to be installed) then this property specifies a comma-separated list of media types (i.e. platform specific installers) *install4j* should actually build.