System.setProperty( "java.class.path", new File( "src/test/resources",
"dotnet-compiler-ext-0.14-incubating-SNAPSHOT.jar" ).getAbsolutePath() );
ctx.init( project, getDefaultDotnetCompilerConfig() );
ClassCompiler compiler = ctx.getClassCompiler();
}