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 not stored for this graph (policy: none)
no test coverage detected