builder.addArg( "--includes", fileIncludes );
}
if ( isNotBlank( fileExcludes ) ) {
builder.addArg( "--excludes", fileExcludes );
}
builder.saveArgs();
} catch (IOException ioe) {
getProject().log("Error creating commands file.", Project.MSG_ERR);
throw new BuildException("Unable to create the commands file.", ioe);
}
getJava().createArg().setValue("--commandsfile");