parser.getArgumentsList( cfgHolder.configuration, ICommandLineConfiguration.class );
if ( cfgHolder.sourceFile != null )
{
argsList.add( cfgHolder.sourceFile.getAbsolutePath() );
}
return CommandUtil.execute( new Command()
{
public void command()
{
String[] args = argsList.toArray( new String[argsList.size()] );
logArgs( args );