Not exposed as an attribute of the task, it just supports tasks like <nunit> which delegate to instances of this class.
261262263264265266267268269270271
for (int i = 0; i < args.length; i++) { exec.createArg().setValue(args[i]); } exec.setFailonerror(failOnError); exec.internalSetErrorProperty(errorProperty); try { exec.execute(); } finally { if (generatedFile != null) {
268269270271272273274275276277278