svn commit: r600361 - in /incubator/nmaven/branches/SI_MAVEN_INTEGRATION/sandbox/components: dotnet-compiler-ext/src/main/java/org/apache/maven/dotnet/compiler/ext/ dotnet-compiler/src/main/java/org/a

2007-12-02 Thread sisbell
Author: sisbell Date: Sun Dec 2 11:31:32 2007 New Revision: 600361 URL: http://svn.apache.org/viewvc?rev=600361&view=rev Log: Implementation for dynamically loading compiler classes based on annotations. Also changed CompilerAnnotation to specify multiple vendor and framework versions. Modifie

svn commit: r600434 - in /incubator/nmaven/branches/SI_MAVEN_INTEGRATION/sandbox/components: dotnet-compiler-ext/src/main/java/org/apache/maven/dotnet/compiler/ext/ dotnet-compiler/src/main/java/org/a

2007-12-02 Thread sisbell
Author: sisbell Date: Sun Dec 2 22:40:44 2007 New Revision: 600434 URL: http://svn.apache.org/viewvc?rev=600434&view=rev Log: Bug fixes in the locating and loading of the compiler classes. Changed name of compiler to classcompiler so as not to conflict with java.util.compiler. Added: incub