Changes for page JApplication

Last modified by Andrus Adamchik on 2006/12/10 12:40

From version 78.1
edited by Andrus Adamchik
on 2006/09/16 19:34
Change comment: There is no comment for this version
To version 80.1
edited by Andrus Adamchik
on 2006/12/10 12:40
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,5 +3,3 @@
1 -//(unreleased as of 09/16/2006)//
2 -
3 3  == Description ==
4 4  
5 5  //JApplication// is a task for assembling native launchers of Java applications for a number of target platforms. Currently supports native launchers for Mac and Windows operating systems and also a "java launcher" - a single jar file that can be run via ##"java --jar file.jar"--##--.--
... ... @@ -8,14 +8,13 @@
8 8  
9 9  * Java: builds a single runnable jar file out of a collection of jar files.
10 10  * Mac: builds a XYZ.app bundle that includes all jar dependencies.
11 -* Windows: Does a Java build and creates an [[NSIS>>http://nsis.sourceforge.net/Main_Page]] launcher for the runnable jar. Both ##".exe"## and ##".jar"## files are required to be in the same directory for the launcher to work.
9 +* Windows: Performs a Java build and creates an [[NSIS>>http://nsis.sourceforge.net/Main_Page]] launcher for the runnable jar. Both ##".exe"## and ##".jar"## files are required to be in the same directory for the launcher to work.
12 12  
13 -== Build Prerequisites and OS Specifics ==
11 +== OS Requirements ==
14 14  
13 +* Mac launcher can be built on Mac only, as it requires a JavaApplicationStab file.
14 +* Windows launcher can be built on Windows only.
15 15  * Java launcher can be assembled on any platform and has no prerequisites.
16 -* Mac launcher can be built on Mac, as it requires a JavaApplicationStab file.
17 -* Windows launcher can currently be build on Windows only.
18 -* Windows launcher requires [[NSIS>>http://nsis.sourceforge.net/Main_Page]] to be installed on the build machine.
19 19  
20 20  == Parameters ==
21 21  
... ... @@ -27,8 +27,7 @@
27 27  |longName|An optional string identifying the application human-readable name. If not specified, "name" is used.|no|
28 28  |icon|Platform-specific icon file (usually ".ico" on Windows and ".icns" on Mac)|no|mac,windows
29 29  |jvm|Minimal version of the Java Virtual machine required.|no (default is "1.4+")|mac
30 -|jvmOptions|Optional parameters to pass to the JVM, such as memory settings, etc.|no|
31 -|nsisHome|Location of NSIS installation. Ignored except on Windows.|no (default is "C:rogram FilesSIS")|windows
27 +|jvmOptions|Optional parameters to pass to the JVM, such as memory settings, etc.|no|mac,windows
32 32  |version|Product version string|no (default 0.0)|mac
33 33  
34 34  == Nested Elements ==