Wiki source code of JApplication

Version 42.1 by Andrus Adamchik on 2006/09/16 13:01

Hide last authors
Andrus Adamchik 26.1 1 //(unreleased as of 09/16/2006)//
2
3 == Description ==
4
Andrus Adamchik 42.1 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.
Andrus Adamchik 26.1 6
Andrus Adamchik 42.1 7 == Prerequisites and OS Specifics ==
Andrus Adamchik 26.1 8
Andrus Adamchik 42.1 9 * Mac launcher can be assmebled on any platform and has no prerequisites
Andrus Adamchik 36.1 10 * Windows launcher can currently be build on Windows only.
11 * Windows launcher requires [[NSIS>>http://nsis.sourceforge.net/Main_Page]] to be installed on the build machine.
Andrus Adamchik 26.1 12
13 == Parameters ==
Andrus Adamchik 38.1 14
Andrus Adamchik 42.1 15 |=Attribute|=Descriptions|=Required
16 |name|the name of the application without OS-specific extension|yes
17 |main|Main Java class|yes
18 |os|A family of operating systems. Currently supported values are "mac" and "windows"|no (will use build machine os if ommitted)