svn commit: r607643 - in /incubator/nmaven/trunk: core-integration-tests/src/test/resources/MavenITmng-0007-CSharpCompileTestLibrary/src/test/dotnet/ plugins/dotnet-test-plugin/ plugins/dotnet-test-pl

2007-12-30 Thread eworley
Author: eworley Date: Sun Dec 30 17:23:20 2007 New Revision: 607643 URL: http://svn.apache.org/viewvc?rev=607643&view=rev Log: * Adding test lifecycle * Adding DotnetTestMojo * Added check for nunit-console not being on path * Adding basic nunit innvocation, with a few TODos left * Updating IT0007

svn commit: r607649 - /incubator/nmaven/trunk/components/maven-dotnet-core-it-runner/pom.xml

2007-12-30 Thread sisbell
Author: sisbell Date: Sun Dec 30 17:59:20 2007 New Revision: 607649 URL: http://svn.apache.org/viewvc?rev=607649&view=rev Log: Fix for making sure that the plugins are built before the IT are run. Modified: incubator/nmaven/trunk/components/maven-dotnet-core-it-runner/pom.xml Modified: incub

svn commit: r607652 - /incubator/nmaven/trunk/components/maven-dotnet-extensions/src/main/java/org/apache/maven/dotnet/extensions/compiler/CSharpClassCompiler.java

2007-12-30 Thread eworley
Author: eworley Date: Sun Dec 30 18:21:35 2007 New Revision: 607652 URL: http://svn.apache.org/viewvc?rev=607652&view=rev Log: * Added check if it is a test compile, if so we use test scope'd references and also add a reference to the main artifact Modified: incubator/nmaven/trunk/component

svn commit: r607656 - in /incubator/nmaven/trunk: components/maven-dotnet-compiler/src/main/java/org/apache/maven/dotnet/compiler/ components/maven-dotnet-compiler/src/test/java/org/apache/maven/dotne

2007-12-30 Thread eworley
Author: eworley Date: Sun Dec 30 19:50:15 2007 New Revision: 607656 URL: http://svn.apache.org/viewvc?rev=607656&view=rev Log: * Removed exists check for sourceDirectory during compiler config validation * Added sourceDirectory exists fail fast for Source/Test compilers * Fixed integration test de

svn commit: r607658 - /incubator/nmaven/trunk/plugins/dotnet-test-plugin/src/main/java/org/apache/maven/dotnet/plugin/nunit/DotnetTestMojo.java

2007-12-30 Thread eworley
Author: eworley Date: Sun Dec 30 20:01:52 2007 New Revision: 607658 URL: http://svn.apache.org/viewvc?rev=607658&view=rev Log: * Reworked commandline to properly construct executable name and arguments, test plugin is now ready, just needs the test-assembly work and a system scoped nunit depende