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

AttributeDescriptionsRequired
namethe name of the application without OS-specific extensionyes
mainMain Java classyes
osA family of operating systems. Currently supported values are "mac" and "windows"no (will use build machine os if ommitted)