X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=doc%2Fbuilding.html;h=8307ee31ba646a7749c6089204242dae991a4937;hb=5022579ec6cc4eecfabd9df69e0fb039e3186a0a;hp=44ffd5e2cd2ae06780278980d20b2c8147af7619;hpb=2d41cbfe3c25373256501a298b98c25f774aa72b;p=jalview.git diff --git a/doc/building.html b/doc/building.html index 44ffd5e..8307ee3 100644 --- a/doc/building.html +++ b/doc/building.html @@ -712,7 +712,7 @@ git clone http://source.jalview.org/git/jalview.git cd jalview gradle shadowJar # run -java -jar build/libs/jalview-all-11.jar +java -jar build/libs/jalview-all-*-j11.jar # and/or create launcher gradle getdown @@ -883,15 +883,16 @@ using

and all of the supporting libraries in j11lib/*.jar merged into one .jar archive file. A default launching class (MAIN-CLASS: jalview.bin.Launcher) is specified in the .jar manifest file (META/MANIFEST.MF) so a start class doesn't need to be specified.

-

Build the shadow jar file in build/lib/jalview-all-11.jar with

+

Build the shadow jar file in build/libs/jalview-all-VERSION-j11.jar with

gradle shadowJar
 
-

and run it with

-
java -jar build/lib/jalview-all-11.jar
+

NB VERSION will be replaced with a version number or "DEVELOPMENT" or "TEST" depending on how the branch is set up.

+

Run it with

+
java -jar build/libs/jalview-all-VERSION-j11.jar
 

Because no arguments are required, most OSes will associate a .jar file with the java application (if this has been installed through the OS and not just a local -unzip) as a -jar argument so you may find you can launch jalview-all-11.jar +unzip) as a -jar argument so you may find you can launch jalview-all-VERSION-j11.jar just by double-clicking on it)!

The shadowJar task is not a requirement for any other task, so to build the shadow