//getdownTextString += "class = " + file(getdownLauncher).getName() + "\n"
getdownTextString += "resource = ${getdown_launcher_new}\n"
getdownTextString += "class = ${main_class}\n"
- getdownTextString += "jvmarg = -Dgetdowndistdir=${getdownAppDistDir}\n"
- getdownTextString += "jvmarg = -Dgetdownappbase=${getdownAppBase}\n"
+ /* NOT setting these properties so that getdownappbase and getdowndistdir will default to release version
+ * getdownTextString += "jvmarg = -Dgetdowndistdir=${getdownAppDistDir}\n"
+ * getdownTextString += "jvmarg = -Dgetdownappbase=${getdownAppBase}\n"
+ */
def getdown_txt = file("${getdownWebsiteDir}/getdown.txt")
getdown_txt.write(getdownTextString)
Properties remoteBuildProperties = new Properties();
remoteBuildProperties.load(in);
remoteVersion = remoteBuildProperties.getProperty("VERSION");
- remoteBuildProperties.load(in);
} catch (Exception ex)
{
System.out
orgtimeout);
setProperty("LATEST_VERSION", remoteVersion);
- System.out.println("LATEST_VERSION=" + remoteVersion);
}
}