JApplication
Version 43.1 by Andrus Adamchik on 2006/09/16 13:01
(unreleased as of 09/16/2006)
Description
JApplication is a task for assembling native launchers of Java applications for a number of target platforms. Currently supports Mac and Winodws operating systems.
Prerequisites and OS Specifics
- Mac launcher can be assmebled on any platform and has no prerequisites
- Windows launcher can currently be build on Windows only.
- Windows launcher requires NSIS to be installed on the build machine.
Parameters
Attribute | Descriptions | Required |
---|---|---|
name | the name of the application without OS-specific extension | yes |
main | Main Java class | yes |
os | A family of operating systems. Currently supported values are "mac" and "windows" | no (will use build machine os if ommitted) |