JAL-3718 force re-initialise of getdown.txt file when new getdown.txt downloaded...
authorBen Soares <b.soares@dundee.ac.uk>
Mon, 14 Sep 2020 22:23:11 +0000 (23:23 +0100)
committerBen Soares <b.soares@dundee.ac.uk>
Tue, 15 Sep 2020 15:15:43 +0000 (16:15 +0100)
getdown/src/getdown/ant/pom.xml
getdown/src/getdown/core/pom.xml
getdown/src/getdown/core/src/main/java/com/threerings/getdown/data/Application.java
getdown/src/getdown/launcher/pom.xml
getdown/src/getdown/mvn_cmd
getdown/src/getdown/pom.xml

index cb427ba..c180d5f 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>com.threerings.getdown</groupId>
     <artifactId>getdown</artifactId>
-    <version>1.8.3-1.2.7_FJVL</version>
+    <version>1.8.3-1.2.9_FJVL</version>
   </parent>
 
   <artifactId>getdown-ant</artifactId>
index 1f4b310..dd387b1 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>com.threerings.getdown</groupId>
     <artifactId>getdown</artifactId>
-    <version>1.8.3-1.2.7_FJVL</version>
+    <version>1.8.3-1.2.9_FJVL</version>
   </parent>
 
   <artifactId>getdown-core</artifactId>
index cffe7c1..313a690 100644 (file)
@@ -1427,6 +1427,8 @@ public class Application
             clearValidationMarkers();
             // if the new copy validates, reinitialize ourselves; otherwise report baffling hoseage
             if (_digest.validateResource(crsrc, null)) {
+                // unset _initialisedConfig so new file is initialised
+                _initialisedConfig = null;
                 init(true);
             } else {
                 log.warning(CONFIG_FILE + " failed to validate even after redownloading. " +
index dac34c0..e7dbeb1 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>com.threerings.getdown</groupId>
     <artifactId>getdown</artifactId>
-    <version>1.8.3-1.2.7_FJVL</version>
+    <version>1.8.3-1.2.9_FJVL</version>
   </parent>
 
   <artifactId>getdown-launcher</artifactId>
index ff85c2d..e0d7cf1 100755 (executable)
@@ -3,7 +3,7 @@
 if [ x$JVLVERSION != x ]; then
   export VERSION=$JVLVERSION
 else
-  export VERSION=1.8.3-1.2.7_JVL
+  export VERSION=1.8.3-1.2.9_JVL
 fi
 
 if [ x${VERSION%_JVL} = x$VERSION ]; then
index c3f51d2..8c7c521 100644 (file)
@@ -10,7 +10,7 @@
   <groupId>com.threerings.getdown</groupId>
   <artifactId>getdown</artifactId>
   <packaging>pom</packaging>
-  <version>1.8.3-1.2.7_FJVL</version>
+  <version>1.8.3-1.2.9_FJVL</version>
 
   <name>getdown</name>
   <description>An application installer and updater.</description>