Changes for page JApplication
Last modified by Andrus Adamchik on 2006/12/10 12:40
From version 40.1
edited by Andrus Adamchik
on 2006/09/16 13:21
on 2006/09/16 13:21
Change comment:
There is no comment for this version
To version 45.1
edited by Andrus Adamchik
on 2006/09/16 12:56
on 2006/09/16 12:56
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -2,23 +2,12 @@ 2 2 3 3 == Description == 4 4 5 -//JApplication// is a task for assembling native launchers of Java applications for a number of target platforms. Currently supports native launchers forMac and Windows operating systemsand also a "java launcher" - a single jar file that can be run via ##"java --jar file.jar"--##--.--5 +//JApplication// is a task for assembling native launchers of Java applications for a number of target platforms. Currently supports Mac and Winodws operating systems. 6 6 7 -== BuildPrerequisites and OS Specifics ==7 +== Prerequisites and OS Specifics == 8 8 9 -* Java launcher can be assembled on any platform and has no prerequisites. 10 -* Mac launcher can be assembled on any platform and has no prerequisites. 9 +* Mac launcher can be assmebled on any platform and has no prerequisites 11 11 * Windows launcher can currently be build on Windows only. 12 12 * Windows launcher requires [[NSIS>>http://nsis.sourceforge.net/Main_Page]] to be installed on the build machine. 13 13 14 14 == Parameters == 15 - 16 -|=Attribute|=Description|=Required|=Platforms 17 -|name|The name of the application without OS-specific extension|yes| 18 -|mainClass|Main Java class|yes 19 -|os|A family of operating systems. Currently supported values are "mac", "windows" and "java"|no (will use "java" if ommitted)| 20 -|destDir|A destination directory where the application launcher should be installed|no (will use ##"$builddir"## if omitted)| 21 -|description|An optional short string identifying the application. If not specified, "name" is used| 22 -|icon|Platform-specific icon file (usually ".ico" on Windows and ".icns" on Mac)|no|mac,windows 23 -|jvm|Minimal version of the Java Virtual machine required.|no|mac 24 -|jvmOptions|Optional parameters to pass to the JVM, such as memory settings, etc.|no|mac