Orangevolt Antony - Run Ant make files with a User Interface
FeaturesReferences

4.  Commandline Options

Antony is executed in the same manner as Ant. Simply call

java -jar antony-1.3.1.jar com.orangevolt.tools.ant.antony.Antony [args...]

Antony provides the same commandline options like Ant.

Antony provides some additional commandline parameters to configure the style and behaviour of the application.

Antony specific commandline options

Option Description
-autostart

If defined the build process starts immediately after starting Antony.

By default Antony starts the build process when the user pressed the start button.

-autoexit

If defined the Antony exits immediately after finishing the build process.

If an error occures while processing the build file the application don't exit automatically. The user have to press the abort button automatically.

By default Antony exits when the user pressed the quit/abort button.

-title [title]

The text to display in the title bar and the name attribute of the project element.

By default the Antony titlebar display's Antony [build-name] where build-name is the name attribute of the project element.

-icon [icon]

The icon of the Antony window.

By default Antony displays its own icon.

-console

If defined the console window will be opened automatically. The console window shows the Ant's build output syntax colored.

By default Antony does not display the console window automatically. But it can be opened manually.


Antony commandline options