svn commit: r539528 - in /incubator/nmaven/branches/SI_XPT: ./ assemblies/ plugins/ plugins/NMaven.Plugin.Addin/src/main/csharp/NMaven/Plugin/Addin/ plugins/maven-embedder-plugin/src/main/java/org/apa

2007-05-18 Thread sisbell
Author: sisbell Date: Fri May 18 10:21:28 2007 New Revision: 539528 URL: http://svn.apache.org/viewvc?view=rev&rev=539528 Log: Fixed some build problems. Modified: incubator/nmaven/branches/SI_XPT/assemblies/pom.xml incubator/nmaven/branches/SI_XPT/bootstrap-build.bat incubator/nmave

svn commit: r539535 - /incubator/nmaven/branches/SI_XPT/plugins/NMaven.Plugin.Solution/src/main/java/NMaven/Plugin/Solution/SolutionMojo.java

2007-05-18 Thread sisbell
Author: sisbell Date: Fri May 18 10:49:42 2007 New Revision: 539535 URL: http://svn.apache.org/viewvc?view=rev&rev=539535 Log: Fix for solution generation. Modified: incubator/nmaven/branches/SI_XPT/plugins/NMaven.Plugin.Solution/src/main/java/NMaven/Plugin/Solution/SolutionMojo.java Modifi

svn commit: r539538 - /incubator/nmaven/branches/SI_XPT/plugins/maven-install-plugin/src/main/java/org/apache/maven/dotnet/plugin/install/FileInstallerMojo.java

2007-05-18 Thread sisbell
Author: sisbell Date: Fri May 18 10:55:26 2007 New Revision: 539538 URL: http://svn.apache.org/viewvc?view=rev&rev=539538 Log: Fix for file installer. Modified: incubator/nmaven/branches/SI_XPT/plugins/maven-install-plugin/src/main/java/org/apache/maven/dotnet/plugin/install/FileInstallerMoj

svn commit: r539566 - in /incubator/nmaven/branches/SI_XPT: assemblies/NMaven.Logging/ assemblies/NMaven.Logging/src/main/csharp/ components/ components/dotnet-executable/src/main/java/org/apache/mave

2007-05-18 Thread sisbell
Author: sisbell Date: Fri May 18 12:15:20 2007 New Revision: 539566 URL: http://svn.apache.org/viewvc?view=rev&rev=539566 Log: Fixed bug causing runtime error for mono using the .NET plugins: NMaven was unable to find the mono.exe file. Modified: incubator/nmaven/branches/SI_XPT/assemblies/

svn commit: r539580 - /incubator/nmaven/branches/SI_XPT/components/dotnet-executable/src/main/java/org/apache/maven/dotnet/executable/impl/NetExecutableFactoryImpl.java

2007-05-18 Thread sisbell
Author: sisbell Date: Fri May 18 12:49:51 2007 New Revision: 539580 URL: http://svn.apache.org/viewvc?view=rev&rev=539580 Log: Fixed problem with Mono creating the nmaven-settings.xml file. This bug had to do with NMaven having no way of knowing Mono's vendor version prior to generating the sett

svn commit: r539604 - in /incubator/nmaven/branches/SI_XPT: components/dotnet-artifact/src/main/java/org/apache/maven/dotnet/artifact/impl/ components/dotnet-executable/src/main/java/org/apache/maven/

2007-05-18 Thread sisbell
Author: sisbell Date: Fri May 18 14:08:04 2007 New Revision: 539604 URL: http://svn.apache.org/viewvc?view=rev&rev=539604 Log: fixed problem with the net-archive deploy and with dependent assemblies/modules not being copied into a modules target directory. Modified: incubator/nmaven/branche

svn commit: r539610 - in /incubator/nmaven/branches/SI_XPT/integration-tests/tests/it0026: ./ expected-results.txt goals.txt pom.xml src/ src/main/ src/main/csharp/ src/main/csharp/It0026.cs

2007-05-18 Thread sisbell
Author: sisbell Date: Fri May 18 14:37:26 2007 New Revision: 539610 URL: http://svn.apache.org/viewvc?view=rev&rev=539610 Log: Forgot to add one of the snapshot it tests. Added: incubator/nmaven/branches/SI_XPT/integration-tests/tests/it0026/ incubator/nmaven/branches/SI_XPT/integration-

svn commit: r539672 - in /incubator/nmaven/branches/SI_XPT: ./ components/dotnet-artifact/src/test/java/org/apache/maven/dotnet/artifact/ components/dotnet-core/src/main/resources/META-INF/nmaven/ com

2007-05-18 Thread sisbell
Author: sisbell Date: Fri May 18 18:51:46 2007 New Revision: 539672 URL: http://svn.apache.org/viewvc?view=rev&rev=539672 Log: Compiling on Linux. Fixed problem with GAC install and fixed unit tests. Modified: incubator/nmaven/branches/SI_XPT/bootstrap-build.sh incubator/nmaven/branches/

svn commit: r539669 - /incubator/nmaven/branches/SI_IDE/pom.xml

2007-05-18 Thread sisbell
Author: sisbell Date: Fri May 18 18:45:46 2007 New Revision: 539669 URL: http://svn.apache.org/viewvc?view=rev&rev=539669 Log: Test Modified: incubator/nmaven/branches/SI_IDE/pom.xml Modified: incubator/nmaven/branches/SI_IDE/pom.xml URL: http://svn.apache.org/viewvc/incubator/nmaven/branch

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

2007-05-18 Thread sisbell
Author: sisbell Date: Fri May 18 19:07:45 2007 New Revision: 539674 URL: http://svn.apache.org/viewvc?view=rev&rev=539674 Log: Fixed problem with nunit-console failing on linux because the path of the test assembly began with '/' which nunit thought was an option. Modified: incubator/nmaven

svn commit: r539682 - in /incubator/nmaven/branches/SI_XPT: assemblies/NMaven.Plugin.Loader/src/main/csharp/NMaven/Plugin/Loader/ assemblies/NMaven.Plugin.Runner/src/main/csharp/NMaven/Plugin/Launcher

2007-05-18 Thread sisbell
Author: sisbell Date: Fri May 18 20:09:08 2007 New Revision: 539682 URL: http://svn.apache.org/viewvc?view=rev&rev=539682 Log: Plugin Runner now handles mono executables. Modified: incubator/nmaven/branches/SI_XPT/assemblies/NMaven.Plugin.Loader/src/main/csharp/NMaven/Plugin/Loader/PluginLoa

svn commit: r539685 - in /incubator/nmaven/branches/SI_XPT: assemblies/NMaven.Logging/src/main/csharp/ assemblies/NMaven.Plugin.Loader/src/main/csharp/NMaven/Plugin/Loader/ assemblies/NMaven.Plugin/sr

2007-05-18 Thread sisbell
Author: sisbell Date: Fri May 18 21:03:11 2007 New Revision: 539685 URL: http://svn.apache.org/viewvc?view=rev&rev=539685 Log: Improved exception handling. Modified: incubator/nmaven/branches/SI_XPT/assemblies/NMaven.Logging/src/main/csharp/NMaven.Logging.csproj incubator/nmaven/branche

svn commit: r539699 - /incubator/nmaven/tags/STABLE-2007-05-18/

2007-05-18 Thread sisbell
Author: sisbell Date: Fri May 18 23:57:35 2007 New Revision: 539699 URL: http://svn.apache.org/viewvc?view=rev&rev=539699 Log: Copy of rev-539698 Added: incubator/nmaven/tags/STABLE-2007-05-18/ - copied from r539698, incubator/nmaven/trunk/

svn commit: r539700 - in /incubator/nmaven/branches/SI_XPT: assemblies/NMaven.Plugin.Loader/src/main/csharp/NMaven/Plugin/Loader/PluginLoader.cs plugins/NMaven.Plugin.Resx/src/main/csharp/Plugin/Resx/

2007-05-18 Thread sisbell
Author: sisbell Date: Fri May 18 23:59:12 2007 New Revision: 539700 URL: http://svn.apache.org/viewvc?view=rev&rev=539700 Log: Fix for resx plugin. Modified: incubator/nmaven/branches/SI_XPT/assemblies/NMaven.Plugin.Loader/src/main/csharp/NMaven/Plugin/Loader/PluginLoader.cs incubator/n