| java.lang.Object com.sun.jbi.management.internal.support.AntScriptRunner
AntScriptRunner | public class AntScriptRunner (Code) | | AntScriptRunner is a class that can be used to run
an ant task from a specified ant file in a specified directory.
author: Sun Microsystems, Inc. |
runAntTarget | public static boolean runAntTarget(String basedir, String antfn, String targetname)(Code) | | Run a target in an ant file.
Parameters: basedir - the ant basedir Parameters: antfn - the name of the ant file. Parameters: targetname - the target you want to run true if ant task is successfully run |
|
|