JAL-3631 Getdown acknowledges in output when only performing an update
authorBen Soares <b.soares@dundee.ac.uk>
Mon, 29 Jul 2024 18:42:47 +0000 (19:42 +0100)
committerBen Soares <b.soares@dundee.ac.uk>
Mon, 29 Jul 2024 18:42:47 +0000 (19:42 +0100)
13 files changed:
getdown/lib/FJVL_VERSION
getdown/lib/JVL_VERSION
getdown/lib/getdown-core.jar
getdown/lib/getdown-launcher-local.jar
getdown/lib/getdown-launcher.jar
getdown/src/getdown/ant/pom.xml
getdown/src/getdown/core/pom.xml
getdown/src/getdown/launcher/pom.xml
getdown/src/getdown/launcher/src/main/java/com/threerings/getdown/launcher/GetdownApp.java
getdown/src/getdown/mvn_cmd
getdown/src/getdown/pom.xml
j11lib/getdown-core.jar
j8lib/getdown-core.jar

index f17be91..3f285ff 100644 (file)
@@ -1 +1 @@
-1.8.3-1.5.1_FJVL
+1.8.3-1.5.2_FJVL
index 4f75493..bec905f 100644 (file)
@@ -1 +1 @@
-1.8.3-1.5.1_JVL
+1.8.3-1.5.2_JVL
index 6370946..d125cc7 100644 (file)
Binary files a/getdown/lib/getdown-core.jar and b/getdown/lib/getdown-core.jar differ
index 2db45be..f982611 100644 (file)
Binary files a/getdown/lib/getdown-launcher-local.jar and b/getdown/lib/getdown-launcher-local.jar differ
index 3cf11cc..ccfcaf0 100644 (file)
Binary files a/getdown/lib/getdown-launcher.jar and b/getdown/lib/getdown-launcher.jar differ
index a234453..fbd94c2 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>com.threerings.getdown</groupId>
     <artifactId>getdown</artifactId>
-    <version>1.8.3-1.5.1_FJVL</version>
+    <version>1.8.3-1.5.2_FJVL</version>
   </parent>
 
   <artifactId>getdown-ant</artifactId>
index 6a9543b..c1236dd 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>com.threerings.getdown</groupId>
     <artifactId>getdown</artifactId>
-    <version>1.8.3-1.5.1_FJVL</version>
+    <version>1.8.3-1.5.2_FJVL</version>
   </parent>
 
   <artifactId>getdown-core</artifactId>
index b309163..43df5b8 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>com.threerings.getdown</groupId>
     <artifactId>getdown</artifactId>
-    <version>1.8.3-1.5.1_FJVL</version>
+    <version>1.8.3-1.5.2_FJVL</version>
   </parent>
 
   <artifactId>getdown-launcher</artifactId>
index 1283f11..bcb0f75 100644 (file)
@@ -65,7 +65,11 @@ public class GetdownApp
   public static Getdown start (String[] argv) throws Exception {
     jalview.util.ErrorLog.setHasConsole(false);
     jalview.util.ErrorLog.setPrefix("LAUNCHER: ");
-    jalview.util.ErrorLog.outPrintln("start of logging");
+    if (SysProps.silent() && !SysProps.launchInSilent() && "true".equals(System.getProperty("launcher.update", "false"))) {
+      jalview.util.ErrorLog.outPrintln("Running update only");
+    } else {
+      jalview.util.ErrorLog.outPrintln("Start of logging");
+    }
     List<EnvConfig.Note> notes = new ArrayList<>();
     boolean append = false;
     EnvConfig envc = EnvConfig.create(argv, notes, GetdownApp.class);
index d1a6599..2e9e31f 100755 (executable)
@@ -3,7 +3,7 @@
 if [ x$JVLVERSION != x ]; then
   export VERSION=$JVLVERSION
 else
-  export VERSION=1.8.3-1.5.1_JVL
+  export VERSION=1.8.3-1.5.2_JVL
 fi
 
 if [ x${VERSION%_JVL} = x$VERSION ]; then
index 9b8140e..7a05651 100644 (file)
@@ -10,7 +10,7 @@
   <groupId>com.threerings.getdown</groupId>
   <artifactId>getdown</artifactId>
   <packaging>pom</packaging>
-  <version>1.8.3-1.5.1_FJVL</version>
+  <version>1.8.3-1.5.2_FJVL</version>
 
   <name>getdown</name>
   <description>An application installer and updater.</description>
index 6370946..d125cc7 100644 (file)
Binary files a/j11lib/getdown-core.jar and b/j11lib/getdown-core.jar differ
index 6370946..d125cc7 100644 (file)
Binary files a/j8lib/getdown-core.jar and b/j8lib/getdown-core.jar differ