+ compilerContext.getCompilerRequirement().getLanguage() + ", Assembly Name = "
+ compilerContext.getArtifact().getAbsolutePath() );
CommandExecutor commandExecutor = CommandExecutor.Factory.createDefaultCommmandExecutor();
commandExecutor.setLogger( logger );
commandExecutor.executeCommand( getExecutable(), getCommands(), getExecutionPath(), failOnErrorOutput() );
}
public void resetCommands( List<String> commands )
{
// TODO Auto-generated method stub