← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 2169: Changed the JAR file that the dhis2 Live exe file will look for from dhis2-live-jar-with-dependen...

 

------------------------------------------------------------
revno: 2169
committer: Lars <larshelg@larshelg-laptop>
branch nick: trunk
timestamp: Sat 2010-09-18 21:24:24 +0200
message:
  Changed the JAR file that the dhis2 Live exe file will look for from dhis2-live-jar-with-dependencies.jar to dhis2-live.jar. The Bitrock installer will copy this jar file and do a similar rename while generating the installer and did hence not find the dhis2-live.jar file. We must remember to do this renaming when creating Live packages manually but I guess people already do that.
modified:
  dhis-live/pom.xml
  dhis2-live-installer/INSTALLER-README.txt


--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk

Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription
=== modified file 'dhis-live/pom.xml'
--- dhis-live/pom.xml	2010-09-18 18:41:10 +0000
+++ dhis-live/pom.xml	2010-09-18 19:24:24 +0000
@@ -85,7 +85,7 @@
                             <dontWrapJar>true</dontWrapJar>
                             <headerType>gui</headerType>
                             <outfile>${project.build.directory}/dhis2-live.exe</outfile>
-                            <jar>dhis2-live-jar-with-dependencies.jar</jar>
+                            <jar>dhis2-live.jar</jar>
                             <errTitle>dhis2</errTitle>
                             <priority>normal</priority>
                             <downloadUrl>http://java.com/download</downloadUrl>
@@ -124,7 +124,7 @@
                             <dontWrapJar>true</dontWrapJar>
                             <headerType>gui</headerType>
                             <outfile>${project.build.directory}/dhis2-live-embedded.exe</outfile>
-                            <jar>dhis2-live-jar-with-dependencies.jar</jar>
+                            <jar>dhis2-live.jar</jar>
                             <errTitle>dhis2</errTitle>
                             <priority>normal</priority>
                             <downloadUrl>http://java.com/download</downloadUrl>

=== modified file 'dhis2-live-installer/INSTALLER-README.txt'
--- dhis2-live-installer/INSTALLER-README.txt	2010-09-18 18:32:22 +0000
+++ dhis2-live-installer/INSTALLER-README.txt	2010-09-18 19:24:24 +0000
@@ -67,6 +67,8 @@
 This version of the installer will include a pre-packed JRE (Java Runtime Edition) with the installer. 
 This version therefore will not require a user to have Java pre-installed on their machine, but will 
 increase the size of the installer by about 30 MB. Place a copy of the JRE in the /resources/jre/jre6 folder.
+Note that the JRE is referring to the extracted collection of files, not the Windows executable installer.
+One way to obtain this is to install JRE on Windows and copy the extracted JRE directory into this project.
 
 
 You will now enter into a rather lengthy