From nmaven-commits-return-563-apmail-incubator-nmaven-commits-archive=incubator.apache.org@incubator.apache.org Thu Nov 01 18:43:12 2007 Return-Path: Delivered-To: apmail-incubator-nmaven-commits-archive@locus.apache.org Received: (qmail 33568 invoked from network); 1 Nov 2007 18:43:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Nov 2007 18:43:12 -0000 Received: (qmail 28370 invoked by uid 500); 1 Nov 2007 18:43:00 -0000 Delivered-To: apmail-incubator-nmaven-commits-archive@incubator.apache.org Received: (qmail 28348 invoked by uid 500); 1 Nov 2007 18:43:00 -0000 Mailing-List: contact nmaven-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: nmaven-dev@incubator.apache.org Delivered-To: mailing list nmaven-commits@incubator.apache.org Received: (qmail 28339 invoked by uid 99); 1 Nov 2007 18:43:00 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Nov 2007 11:43:00 -0700 X-ASF-Spam-Status: No, hits=-98.0 required=10.0 tests=ALL_TRUSTED,URIBL_BLACK X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Nov 2007 18:43:01 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id BF6D31A9832; Thu, 1 Nov 2007 11:42:40 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r591115 - in /incubator/nmaven/trunk: components/dotnet-artifact/src/main/java/org/apache/maven/dotnet/artifact/impl/ integration-tests/tests/it0001/ integration-tests/tests/it0001/src/main/csharp/ Date: Thu, 01 Nov 2007 18:42:40 -0000 To: nmaven-commits@incubator.apache.org From: sisbell@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20071101184240.BF6D31A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: sisbell Date: Thu Nov 1 11:42:39 2007 New Revision: 591115 URL: http://svn.apache.org/viewvc?rev=591115&view=rev Log: Update unit test. Modified: incubator/nmaven/trunk/components/dotnet-artifact/src/main/java/org/apache/maven/dotnet/artifact/impl/ArtifactInstallerImpl.java incubator/nmaven/trunk/integration-tests/tests/it0001/expected-results.txt incubator/nmaven/trunk/integration-tests/tests/it0001/pom.xml incubator/nmaven/trunk/integration-tests/tests/it0001/src/main/csharp/It0001.cs Modified: incubator/nmaven/trunk/components/dotnet-artifact/src/main/java/org/apache/maven/dotnet/artifact/impl/ArtifactInstallerImpl.java URL: http://svn.apache.org/viewvc/incubator/nmaven/trunk/components/dotnet-artifact/src/main/java/org/apache/maven/dotnet/artifact/impl/ArtifactInstallerImpl.java?rev=591115&r1=591114&r2=591115&view=diff ============================================================================== --- incubator/nmaven/trunk/components/dotnet-artifact/src/main/java/org/apache/maven/dotnet/artifact/impl/ArtifactInstallerImpl.java (original) +++ incubator/nmaven/trunk/components/dotnet-artifact/src/main/java/org/apache/maven/dotnet/artifact/impl/ArtifactInstallerImpl.java Thu Nov 1 11:42:39 2007 @@ -319,7 +319,7 @@ { if ( !artifactDependency.getType().startsWith( "gac" ) ) { - logger.info( "NMAVEN-001-005: Installing file into repository: File = " + + logger.info( "NMAVEN-001-005: Installing file into private assembly bin: File = " + artifactDependency.getFile().getAbsolutePath() ); FileUtils.copyFileToDirectory( artifactDependency.getFile(), installDirectory ); } Modified: incubator/nmaven/trunk/integration-tests/tests/it0001/expected-results.txt URL: http://svn.apache.org/viewvc/incubator/nmaven/trunk/integration-tests/tests/it0001/expected-results.txt?rev=591115&r1=591114&r2=591115&view=diff ============================================================================== --- incubator/nmaven/trunk/integration-tests/tests/it0001/expected-results.txt (original) +++ incubator/nmaven/trunk/integration-tests/tests/it0001/expected-results.txt Thu Nov 1 11:42:39 2007 @@ -1 +1 @@ -target/it0001.netmodule \ No newline at end of file +target/NMaven.IT.0001.dll \ No newline at end of file Modified: incubator/nmaven/trunk/integration-tests/tests/it0001/pom.xml URL: http://svn.apache.org/viewvc/incubator/nmaven/trunk/integration-tests/tests/it0001/pom.xml?rev=591115&r1=591114&r2=591115&view=diff ============================================================================== --- incubator/nmaven/trunk/integration-tests/tests/it0001/pom.xml (original) +++ incubator/nmaven/trunk/integration-tests/tests/it0001/pom.xml Thu Nov 1 11:42:39 2007 @@ -2,9 +2,9 @@ 4.0.0 - org.apache.maven.it - it0001 - module + NMaven.IT + NMaven.IT.0001 + library 0.14-incubating-SNAPSHOT it0001 Modified: incubator/nmaven/trunk/integration-tests/tests/it0001/src/main/csharp/It0001.cs URL: http://svn.apache.org/viewvc/incubator/nmaven/trunk/integration-tests/tests/it0001/src/main/csharp/It0001.cs?rev=591115&r1=591114&r2=591115&view=diff ============================================================================== --- incubator/nmaven/trunk/integration-tests/tests/it0001/src/main/csharp/It0001.cs (original) +++ incubator/nmaven/trunk/integration-tests/tests/it0001/src/main/csharp/It0001.cs Thu Nov 1 11:42:39 2007 @@ -1,4 +1,4 @@ -namespace org.apache.maven.it { +namespace NMaven.IT { public class It0001 { public static void Main () {