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