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>
Mon, 14 Sep 2020 22:23:11 +0000 (23:23 +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 9af441d..756bb16 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>com.threerings.getdown</groupId>
     <artifactId>getdown</artifactId>
-    <version>1.8.3-1.2.5_FJVL</version>
+    <version>1.8.3-1.2.8_FJVL</version>
   </parent>
 
   <artifactId>getdown-ant</artifactId>
index 1563c23..7c4d779 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>com.threerings.getdown</groupId>
     <artifactId>getdown</artifactId>
-    <version>1.8.3-1.2.5_FJVL</version>
+    <version>1.8.3-1.2.8_FJVL</version>
   </parent>
 
   <artifactId>getdown-core</artifactId>
index b11a380..b301a0f 100644 (file)
@@ -1419,6 +1419,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 e8eb824..6af81a9 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>com.threerings.getdown</groupId>
     <artifactId>getdown</artifactId>
-    <version>1.8.3-1.2.5_FJVL</version>
+    <version>1.8.3-1.2.8_FJVL</version>
   </parent>
 
   <artifactId>getdown-launcher</artifactId>
index d10f7a8..6558cb9 100755 (executable)
@@ -3,7 +3,7 @@
 if [ x$JVLVERSION != x ]; then
   export VERSION=$JVLVERSION
 else
-  export VERSION=1.8.3-1.2.5_JVL
+  export VERSION=1.8.3-1.2.8_JVL
 fi
 
 if [ x${VERSION%_JVL} = x$VERSION ]; then
index 1109505..4585d06 100644 (file)
@@ -10,7 +10,7 @@
   <groupId>com.threerings.getdown</groupId>
   <artifactId>getdown</artifactId>
   <packaging>pom</packaging>
-  <version>1.8.3-1.2.5_FJVL</version>
+  <version>1.8.3-1.2.8_FJVL</version>
 
   <name>getdown</name>
   <description>An application installer and updater.</description>