| java.lang.Object org.tp23.antinstaller.antmod.RuntimeLauncher
RuntimeLauncher | public class RuntimeLauncher (Code) | | This is a launcher for Ant which swallows all messages and logs.
This file has been modified by Paul Hinds for Antinstaller and is not the same
as the one delivered with Ant 1.6
since: Ant 1.6 version: $Id$ |
Method Summary | |
public void | parseProject() | public int | run(String target) Run the launcher to launch Ant with a specific target, there is no classpath
additions set or ant.home; everything should be loaded for this to run correctly. | public void | updateProps() |
CONTEXT_REFERENCE | final public static String CONTEXT_REFERENCE(Code) | | |
parseProject | public void parseProject()(Code) | | |
run | public int run(String target)(Code) | | Run the launcher to launch Ant with a specific target, there is no classpath
additions set or ant.home; everything should be loaded for this to run correctly.
Parameters: args - the command line arguments 0 for success 1 for exception |
updateProps | public void updateProps()(Code) | | |
|
|