JAL-3322 getdown Application class fix
authorBen Soares <bsoares@dundee.ac.uk>
Fri, 28 Jun 2019 09:37:58 +0000 (10:37 +0100)
committerBen Soares <bsoares@dundee.ac.uk>
Fri, 28 Jun 2019 09:37:58 +0000 (10:37 +0100)
getdown/lib/getdown-core.jar
getdown/lib/getdown-launcher.jar
getdown/src/getdown/core/src/main/java/com/threerings/getdown/data/Application.java
j11lib/getdown-core.jar
j8lib/getdown-core.jar

index ea204c6..2ffe409 100644 (file)
Binary files a/getdown/lib/getdown-core.jar and b/getdown/lib/getdown-core.jar differ
index 10072c9..7f28fad 100644 (file)
Binary files a/getdown/lib/getdown-launcher.jar and b/getdown/lib/getdown-launcher.jar differ
index 5c61378..117f36b 100644 (file)
@@ -326,11 +326,10 @@ public class Application
      */
     public Resource getConfigResource ()
     {
-       Resource res = null;
        try {
                return createResource(CONFIG_FILE, Resource.NORMAL);
        } catch (Exception e) {
-               log.warning("Invalid appbase '" + _vappbase + "'.", e);
+               throw new RuntimeException("Invalid appbase '" + _vappbase + "'.", e);
        }
     }
 
index ea204c6..2ffe409 100644 (file)
Binary files a/j11lib/getdown-core.jar and b/j11lib/getdown-core.jar differ
index ea204c6..2ffe409 100644 (file)
Binary files a/j8lib/getdown-core.jar and b/j8lib/getdown-core.jar differ