org.apache.tools.ant.launch
public class Launcher extends Object
Since: Ant 1.6
| Field Summary | |
|---|---|
| static String | ANTHOME_PROPERTY
The Ant Home (installation) Directory property.
|
| static String | ANTLIBDIR_PROPERTY
The Ant Library Directory property.
|
| static String | ANT_PRIVATEDIR
The directory name of the per-user ant directory.
|
| static String | ANT_PRIVATELIB
The name of a per-user library directory.
|
| protected static int | EXIT_CODE_ERROR
Exit code on trouble |
| static String | MAIN_CLASS
The startup class that is to be run.
|
| static String | USER_HOMEDIR
System property with user home directory.
|
| static String | USER_LIBDIR
The location of a per-user library directory.
|
| Method Summary | |
|---|---|
| static void | main(String[] args)
Entry point for starting command line Ant.
|
It's value is the concatenation of ANT_PRIVATEDIR
with ANT_PRIVATELIB, with an appropriate file separator
in between. For example, on Unix, it's .ant/lib.
Parameters: args commandline arguments