+ sourceDirectory );
getLog().debug( "Calling NCSSExecuter with output : "
+ buildOutputFile() );
}
// run javaNCss and produce an temp xml file
new NcssExecuter( sourceDirectory, buildOutputFile(), mxmlFactor ).execute();
if ( !isTempReportGenerated() )
{
throw new MavenReportException( "Can't process temp ncss xml file." );
}
// parse the freshly generated file and write the report