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
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
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
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
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
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
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
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
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.
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
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
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-
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
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
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 *
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
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
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
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
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/
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/
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
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
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
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
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
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
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
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
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
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
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-
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
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
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_
35 matches
Mail list logo