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

Method runCommand

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

A utility method that runs an external command. Writes the output and error streams of the command to the project log. @param task The task that the command is part of. Used for logging @param cmdline The command to execute. @throws BuildException if the command does not exit successfully.

(Task task, String... cmdline)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 4

compileMethod · 0.95
compileMethod · 0.95
executeMethod · 0.95
deleteSymbolicLinkMethod · 0.95

Calls 8

describeCommandMethod · 0.95
setAntRunMethod · 0.95
setCommandlineMethod · 0.95
executeMethod · 0.95
isFailureMethod · 0.95
logMethod · 0.65
getProjectMethod · 0.65
getLocationMethod · 0.45

Tested by

no test coverage detected