svn commit: r660066 - /incubator/nmaven/branches/NMAVEN_0.14/plugins/maven-compile-plugin/src/main/java/org/apache/maven/dotnet/plugin/compile/CompilerMojo.java

2008-05-25 Thread eworley
Author: eworley Date: Sun May 25 17:47:02 2008 New Revision: 660066 URL: http://svn.apache.org/viewvc?rev=660066&view=rev Log: [NMaven-121] Adding support for configuring the nmaven compiler plugin with the root namespasce for VB projects Submitted By: jan ancajas Modified: incub

svn commit: r660063 - /incubator/nmaven/branches/NMAVEN_0.14/archetypes/maven-archetype-netexecutable/src/main/resources/archetype-resources/pom.xml

2008-05-25 Thread eworley
Author: eworley Date: Sun May 25 17:36:48 2008 New Revision: 660063 URL: http://svn.apache.org/viewvc?rev=660063&view=rev Log: [NMAVEN-117] netexecutable archetype was defaulting project version to 0.14-SNAPSHOT, now using ${version} param which the maven archetype plugin defaults to

svn commit: r660061 - /incubator/nmaven/branches/NMAVEN_0.14/plugins/pom.xml

2008-05-25 Thread eworley
Author: eworley Date: Sun May 25 17:20:24 2008 New Revision: 660061 URL: http://svn.apache.org/viewvc?rev=660061&view=rev Log: [NMAVEN-114] Removing unneeded Jetty dependency from plugin pom Submitted by: Napoleon Esmundo C. Ramirez Modified: incubator/nmaven/branches/NMAVEN_0.14/plu

svn propchange: r660056 - svn:log

2008-05-25 Thread eworley
Author: eworley Revision: 660056 Modified property: svn:log Modified: svn:log at Sun May 25 17:14:02 2008 -- --- svn:log (original) +++ svn:log Sun May 25 17:14:02 2008 @@ -1 +1,2 @@ -Apply patch for NMaven-107 +[NMAVEN

svn commit: r660060 - /incubator/nmaven/branches/NMAVEN_0.14/plugins/maven-test-plugin/src/main/java/org/apache/maven/dotnet/plugin/test/TesterMojo.java

2008-05-25 Thread eworley
Author: eworley Date: Sun May 25 16:55:19 2008 New Revision: 660060 URL: http://svn.apache.org/viewvc?rev=660060&view=rev Log: Applying patch for NMAVEN-109: Fixing bug about "${file.separator}" appearing in test result names. Using "/" literal instead. Modified: i

svn commit: r660059 - /incubator/nmaven/branches/NMAVEN_0.14/plugins/maven-compile-plugin/src/main/resources/META-INF/plexus/components.xml

2008-05-25 Thread eworley
Author: eworley Date: Sun May 25 16:48:50 2008 New Revision: 660059 URL: http://svn.apache.org/viewvc?rev=660059&view=rev Log: Applying patch NMAVEN-108: Moving test compilation from compile phase to test-compile phase. Modified: incubator/nmaven/branches/NMAVEN_0.14/plugins/maven-com

svn commit: r660056 - /incubator/nmaven/branches/NMAVEN_0.14/bootstrap-build.bat

2008-05-25 Thread eworley
Author: eworley Date: Sun May 25 16:24:07 2008 New Revision: 660056 URL: http://svn.apache.org/viewvc?rev=660056&view=rev Log: Apply patch for NMaven-107 Modified: incubator/nmaven/branches/NMAVEN_0.14/bootstrap-build.bat Modified: incubator/nmaven/branches/NMAVEN_0.14/bootstrap-build

svn commit: r659023 - in /incubator/nmaven/branches/NMAVEN_0.14: components/pom.xml misc/dotnet-repository-builder/pom.xml plugins/maven-vsinstaller-plugin/src/main/java/org/apache/maven/dotnet/plugin

2008-05-21 Thread eworley
Author: eworley Date: Wed May 21 23:57:10 2008 New Revision: 659023 URL: http://svn.apache.org/viewvc?rev=659023&view=rev Log: Appling NMAVEN-123.patch, http://jira.codehaus.org/browse/NMAVEN-123 Modified: incubator/nmaven/branches/NMAVEN_0.14/components/pom.xml incubator/nmaven/bran

svn commit: r620426 - in /incubator/nmaven/trunk: components/maven-dotnet-compiler/src/main/java/org/apache/maven/dotnet/compiler/impl/ components/maven-dotnet-core/src/main/java/org/apache/maven/dotn

2008-02-10 Thread eworley
Author: eworley Date: Sun Feb 10 22:15:47 2008 New Revision: 620426 URL: http://svn.apache.org/viewvc?rev=620426&view=rev Log: Adding backwards compatibility by supporting "library" packaging type. Also fixed code that assumes .net types have a ":" in the package name.

svn commit: r619771 - in /incubator/nmaven/trunk/core-integration-tests/src/test/resources/MavenITmng-0020-ShareTestSource: ./ A/ A/pom.xml A/test/ A/test/A.cs B/ B/pom.xml B/test/ B/test/B.cs

2008-02-07 Thread eworley
Author: eworley Date: Thu Feb 7 21:23:22 2008 New Revision: 619771 URL: http://svn.apache.org/viewvc?rev=619771&view=rev Log: Adding IT0020, which tests having a test scoped dependency on another module. This is not currently working. Added: incubator/nmaven/trunk/core-integration-t

svn commit: r612704 - in /incubator/nmaven/trunk: core-integration-tests/src/test/java/org/apache/maven/dotnet/integrationtests/ core-integration-tests/src/test/resources/MavenITmng-0019-BuildFailureO

2008-01-16 Thread eworley
Author: eworley Date: Wed Jan 16 20:38:03 2008 New Revision: 612704 URL: http://svn.apache.org/viewvc?rev=612704&view=rev Log: * Adding IT0019 which should someday verify that a build fails when an nunit test fails, but I am unsure how to do this with current IT framework * Made DotnetTest

svn commit: r612360 - in /incubator/nmaven/trunk/core-integration-tests/src/test/resources: MavenITmng-0007-CSharpCompileTestLibrary/pom.xml MavenITmng-0018-CSharpSynchronizeTargetWithSource/pom.xml

2008-01-15 Thread eworley
Author: eworley Date: Tue Jan 15 21:54:37 2008 New Revision: 612360 URL: http://svn.apache.org/viewvc?rev=612360&view=rev Log: Added m2 snapshot repository to test poms to allow for NUnit resolution Modified: incubator/nmaven/trunk/core-integration-tests/src/test/resources/MavenITmng-

svn commit: r610659 - in /incubator/nmaven/trunk/plugins/maven-compiler-plugin/src/main/java/org/apache/maven/dotnet/plugin/compiler: AbstractSourceProcessorMojo.java SourceProcessorMojo.java TestSour

2008-01-09 Thread eworley
Author: eworley Date: Wed Jan 9 19:36:49 2008 New Revision: 610659 URL: http://svn.apache.org/viewvc?rev=610659&view=rev Log: Changed concrete source processors to provide their key to denote that the source is up to date Modified: incubator/nmaven/trunk/plugins/maven-compiler-plugin

svn commit: r609088 - in /incubator/nmaven/trunk: components/maven-dotnet-core/src/main/java/org/apache/maven/dotnet/ plugins/dotnet-test-plugin/src/main/java/org/apache/maven/dotnet/plugin/nunit/ plu

2008-01-04 Thread eworley
Author: eworley Date: Fri Jan 4 19:57:58 2008 New Revision: 609088 URL: http://svn.apache.org/viewvc?rev=609088&view=rev Log: * Adding test-assemblies to build directories * Added check to DotnetTestMojo to not attempt to run if test assembly was not compiled (no test source) * Added ste

svn commit: r608769 - in /incubator/nmaven/trunk: components/maven-dotnet-assembler/src/main/java/org/apache/maven/dotnet/assembler/impl/ components/maven-dotnet-core/src/main/java/org/apache/maven/do

2008-01-04 Thread eworley
Author: eworley Date: Fri Jan 4 00:22:25 2008 New Revision: 608769 URL: http://svn.apache.org/viewvc?rev=608769&view=rev Log: * Added BUILD_SOURCES_MAIN, BUILD_SOURCES_GENERATED, TEST_SOURCES_MAIN, TEST_SOURCES_GENERATED to BuildDirectories * Refactored source processors to use the *

svn commit: r608765 - in /incubator/nmaven/trunk/plugins/maven-compiler-plugin/src/main/java/org/apache/maven/dotnet/plugin/compiler: AbstractSourceProcessorMojo.java SourceProcessorMojo.java TestSour

2008-01-03 Thread eworley
Author: eworley Date: Thu Jan 3 23:11:25 2008 New Revision: 608765 URL: http://svn.apache.org/viewvc?rev=608765&view=rev Log: Refactored source processors to have a common abstract base class Added: incubator/nmaven/trunk/plugins/maven-compiler-plugin/src/main/java/org/apache/maven/do

svn commit: r608757 - in /incubator/nmaven/trunk/plugins/maven-compiler-plugin/src/main/java/org/apache/maven/dotnet/plugin/compiler: AbstractCompilerMojo.java CompilerMojo.java TestCompilerMojo.java

2008-01-03 Thread eworley
Author: eworley Date: Thu Jan 3 22:38:03 2008 New Revision: 608757 URL: http://svn.apache.org/viewvc?rev=608757&view=rev Log: Cleaned up the abstract compiler mojo, base classes now passing configuration up, this is more flexible and removes the need for extraneous methods to control co

svn commit: r608342 - in /incubator/nmaven/trunk: core-integration-tests/src/test/resources/MavenITmng-0007-CSharpCompileTestLibrary/ plugins/maven-compiler-plugin/src/main/java/org/apache/maven/dotne

2008-01-02 Thread eworley
Author: eworley Date: Wed Jan 2 21:10:12 2008 New Revision: 608342 URL: http://svn.apache.org/viewvc?rev=608342&view=rev Log: Refactored TestCompiler and Compiler to have a common base class, awaiting Shane's rebuttal Added: incubator/nmaven/trunk/plugins/maven-compiler-plugin

svn commit: r608284 - in /incubator/nmaven/trunk/plugins/maven-compiler-plugin/src/main/java/org/apache/maven/dotnet/plugin/compiler: SourceProcessorMojo.java TestSourceProcessorMojo.java

2008-01-02 Thread eworley
Author: eworley Date: Wed Jan 2 15:40:55 2008 New Revision: 608284 URL: http://svn.apache.org/viewvc?rev=608284&view=rev Log: Fixing bug in synchronization patch witch deleted AssemblyInfo, It0016 passes now Modified: incubator/nmaven/trunk/plugins/maven-compiler-plugin/src/main/java

svn commit: r608271 - /incubator/nmaven/trunk/core-integration-tests/src/test/java/org/apache/maven/dotnet/integrationtests/IntegrationTestSuite.java

2008-01-02 Thread eworley
Author: eworley Date: Wed Jan 2 14:46:24 2008 New Revision: 608271 URL: http://svn.apache.org/viewvc?rev=608271&view=rev Log: Apply patch from Zak to synchronize src and compilation staging repo. Migrated his test to 0018 Modified: incubator/nmaven/trunk/core-integration-tests/src/

svn commit: r608270 - in /incubator/nmaven/trunk: core-integration-tests/src/test/java/org/apache/maven/dotnet/integrationtests/ core-integration-tests/src/test/resources/MavenITmng-0018-CSharpSynchro

2008-01-02 Thread eworley
Author: eworley Date: Wed Jan 2 14:44:06 2008 New Revision: 608270 URL: http://svn.apache.org/viewvc?rev=608270&view=rev Log: Apply patch from Zak to synchronize src and compilation staging repo. Migrated his test to 0018 Added: incubator/nmaven/trunk/core-integration-tests/src/test/

svn commit: r607945 - in /incubator/nmaven/trunk/plugins: dotnet-test-plugin/src/main/java/org/apache/maven/dotnet/plugin/nunit/ maven-compiler-plugin/src/main/java/org/apache/maven/dotnet/plugin/comp

2008-01-01 Thread eworley
Author: eworley Date: Tue Jan 1 15:29:32 2008 New Revision: 607945 URL: http://svn.apache.org/viewvc?rev=607945&view=rev Log: * Added support for maven.test.skip property * Added support for dotnet-test-plugin configuration from the pom, see IT0007 for an example Modified: incub

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 n

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

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/nma

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 * Upda

svn commit: r607400 - in /incubator/nmaven/trunk: core-integration-tests/src/test/java/org/apache/maven/dotnet/integrationtests/ core-integration-tests/src/test/resources/MavenITmng-0007-CSharpCompile

2007-12-29 Thread eworley
Author: eworley Date: Sat Dec 29 01:03:55 2007 New Revision: 607400 URL: http://svn.apache.org/viewvc?rev=607400&view=rev Log: *) Adding process-test-source phase *) Adding compile-test phase *) Adding TestCompilerMojo and TestSourceProcessorMojo.java *) Adding IntegrationTest which compiles

svn commit: r607135 - in /incubator/nmaven/trunk/plugins: dotnet-test-plugin/ dotnet-test-plugin/pom.xml dotnet-test-plugin/src/ dotnet-test-plugin/src/main/ dotnet-test-plugin/src/main/java/ pom.xml

2007-12-27 Thread eworley
Author: eworley Date: Thu Dec 27 14:45:52 2007 New Revision: 607135 URL: http://svn.apache.org/viewvc?rev=607135&view=rev Log: Adding skeleton for dotnet-test-plugin which will execute nunit tests. Adding dotnet-test-plugin module to parent pom Added: incubator/nmaven/trunk/plugins/do

svn commit: r605281 - /incubator/nmaven/trunk/pom.xml

2007-12-18 Thread eworley
Author: eworley Date: Tue Dec 18 10:18:11 2007 New Revision: 605281 URL: http://svn.apache.org/viewvc?rev=605281&view=rev Log: Removing an extremely unapplicable title from EWorley's developer entry :) Modified: incubator/nmaven/trunk/pom.xml Modified: incubator/nmaven/trunk/po

svn commit: r600051 - in /incubator/nmaven/branches/SI_MAVEN_INTEGRATION/sandbox/components: dotnet-compiler-ext/pom.xml dotnet-compiler-ext/src/main/java/org/apache/maven/dotnet/compiler/ext/CSharpCo

2007-11-30 Thread eworley
Author: eworley Date: Fri Nov 30 22:09:48 2007 New Revision: 600051 URL: http://svn.apache.org/viewvc?rev=600051&view=rev Log: Adding pom for dotnet-compiler-ext, added dotnet-compiler-ext to parent pom, fixed annotation in CCharpCompiler Added: incubator/nmaven/bran

svn commit: r598915 - in /incubator/nmaven/branches/SI_MAVEN_INTEGRATION/sandbox/components/dotnet-executable/src/main/java/org/apache/maven/dotnet/compiler: ./ impl/

2007-11-28 Thread eworley
Author: eworley Date: Wed Nov 28 00:52:55 2007 New Revision: 598915 URL: http://svn.apache.org/viewvc?rev=598915&view=rev Log: Renaming "Net" classes to "Dotnet" to prevent confusion Added: incubator/nmaven/branches/SI_MAVEN_INTEGRATION/sandbox/components/dotnet-exec

svn commit: r598910 - /incubator/nmaven/branches/SI_MAVEN_INTEGRATION/sandbox/components/dotnet-executable/pom.xml

2007-11-28 Thread eworley
Author: eworley Date: Wed Nov 28 00:31:29 2007 New Revision: 598910 URL: http://svn.apache.org/viewvc?rev=598910&view=rev Log: Changed artifact id and name from dotnet-executable to dotnet-compiler, removed unnecessary dependencies, changed to depend on maven 2.0.8 core instead of dotnet-

svn commit: r598897 - in /incubator/nmaven/branches/SI_MAVEN_INTEGRATION/sandbox/components/dotnet-executable: pom.xml src/main/ src/main/java/ src/main/java/org/ src/main/java/org/apache/ src/org/

2007-11-28 Thread eworley
Author: eworley Date: Wed Nov 28 00:04:43 2007 New Revision: 598897 URL: http://svn.apache.org/viewvc?rev=598897&view=rev Log: Moving src to src/main/java, coyping pom.xml from trunk Added: incubator/nmaven/branches/SI_MAVEN_INTEGRATION/sandbox/components/dotnet-executable/pom

svn commit: r598891 - /incubator/nmaven/branches/SI_MAVEN_INTEGRATION/sandbox/components/dotnet-executable/src/org/apache/maven/dotnet/compiler/ProgrammingLanguage.java

2007-11-27 Thread eworley
Author: eworley Date: Tue Nov 27 23:50:06 2007 New Revision: 598891 URL: http://svn.apache.org/viewvc?rev=598891&view=rev Log: Private constructor for enum Modified: incubator/nmaven/branches/SI_MAVEN_INTEGRATION/sandbox/components/dotnet-executable/src/org/apache/maven/dotnet/comp

svn commit: r556505 - in /incubator/nmaven/trunk: ./ integration-tests/tests/ integration-tests/tests/it0032/ integration-tests/tests/it0032/src/ integration-tests/tests/it0032/src/main/ integration-t

2007-07-19 Thread eworley
Author: eworley Date: Sun Jul 15 22:24:43 2007 New Revision: 556505 URL: http://svn.apache.org/viewvc?view=rev&rev=556505 Log: Applying patch for JIRA NMaven-78 (http://jira.codehaus.org/browse/NMAVEN-78). Solution is discussed on nmaven dev list (http://mail-archives.apache.org/mod_