MCPcopy Create free account
hub / github.com/apache/ant / launch

Method launch

src/main/org/apache/tools/ant/taskdefs/Execute.java:414–425  ·  view source on GitHub ↗

Creates a process that runs a command. @param project the Project, only used for logging purposes, may be null. @param command the command to run. @param env the environment for the command. @param dir the working directory for the command. @param useVM use the built-in exec command for JDK 1.3 if

(Project project, String[] command,
                                 String[] env, File dir, boolean useVM)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

executeMethod · 0.95
spawnMethod · 0.95
executeMethod · 0.95

Calls 4

getVMLauncherMethod · 0.95
getShellLauncherMethod · 0.95
execMethod · 0.95
existsMethod · 0.45

Tested by

no test coverage detected