From nmaven-issues-return-79-apmail-incubator-nmaven-issues-archive=incubator.apache.org@incubator.apache.org Thu Jul 03 02:40:56 2008 Return-Path: Delivered-To: apmail-incubator-nmaven-issues-archive@locus.apache.org Received: (qmail 3163 invoked from network); 3 Jul 2008 02:40:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Jul 2008 02:40:55 -0000 Received: (qmail 5022 invoked by uid 500); 3 Jul 2008 02:40:57 -0000 Delivered-To: apmail-incubator-nmaven-issues-archive@incubator.apache.org Received: (qmail 5013 invoked by uid 500); 3 Jul 2008 02:40:57 -0000 Mailing-List: contact nmaven-issues-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: nmaven-issues@incubator.apache.org Delivered-To: mailing list nmaven-issues@incubator.apache.org Received: (qmail 5001 invoked by uid 99); 3 Jul 2008 02:40:57 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Jul 2008 19:40:57 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jira@codehaus.org designates 63.246.2.115 as permitted sender) Received: from [63.246.2.115] (HELO codehaus01.managed.contegix.com) (63.246.2.115) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Jul 2008 02:40:06 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [127.0.0.1]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id E161D14A8043 for ; Wed, 2 Jul 2008 21:40:26 -0500 (CDT) Message-ID: <10492371.1215052826920.JavaMail.haus-jira@codehaus01.managed.contegix.com> Date: Wed, 2 Jul 2008 21:40:26 -0500 (CDT) From: "Brett Porter (JIRA)" To: nmaven-issues@incubator.apache.org Subject: [jira] Updated: (NMAVEN-112) Unable to generate solution file from test project MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://jira.codehaus.org/browse/NMAVEN-112?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brett Porter updated NMAVEN-112: -------------------------------- Patch Submitted: [Yes] > Unable to generate solution file from test project > -------------------------------------------------- > > Key: NMAVEN-112 > URL: http://jira.codehaus.org/browse/NMAVEN-112 > Project: NMaven > Issue Type: Bug > Affects Versions: 0.14 (Unreleased) > Reporter: Maria Catherine Tan > Priority: Critical > Fix For: 0.14 (Unreleased) > > Attachments: NMAVEN-112.patch > > > To reproduce: > mvn archetype:create -DgroupId=NMaven -DartifactId=NMaven.Test -DarchetypeArtifactId=maven-archetype-dotnet-simple -DarchetypeGroupId=org.apache.maven.dotnet -DarchetypeVersion=0.14 > cd NMaven.Test > mvn install > mvn clean > mvn org.apache.maven.dotnet.plugins:maven-vsinstaller-plugin:install > mvn NMaven.Plugins:NMaven.Plugin.Solution.JavaBinding:Solution > This results in some build output, then an error/debug dialog: NMaven.Plugin.Loader has encountered a problem and needs to close > Console output: > {code} > [INFO] [NMaven.Plugin.Solution.JavaBinding:Solution] > NMAVEN: Start Process = 12/10/2007 2:35:19 PM > "parameterFile=C:\DOCUME~1\wsmoak\LOCALS~1\Temp\Plugin34917.xml" "assemblyFile=C > :\Documents and Settings\wsmoak\.m2\pab\gac_msil\NMaven.Plugin.Solution\0.14-mae > stro-1.5-M3__NMaven.Plugins\NMaven.Plugin.Solution.dll" "mojoName=NMaven.Plugin. > Solution.SolutionMojo" "startProcessAssembly=C:\Documents and Settings\wsmoak\.m > 2\pab\gac_msil\NMaven.Plugin.Loader\0.14__NMaven.Plugin\NMaven.Pl > ugin.Loader.exe" > NMAVEN: End Process = 12/10/2007 2:35:19 PM > Creating Plugin Domain Manager > ParamFile = C:\DOCUME~1\wsmoak\LOCALS~1\Temp\Plugin34917.xml, AssemblyFile = C:\ > Documents and Settings\wsmoak\.m2\pab\gac_msil\NMaven.Plugin.Solution\0.14-maest > ro-1.5-M3__NMaven.Plugins\NMaven.Plugin.Solution.dll, MojoName = NMaven.Plugin.S > olution.SolutionMojo > Loading Plugin: C:\Documents and Settings\wsmoak\.m2\pab\gac_msil\NMaven.Plugin. > Solution\0.14__NMaven.Plugins > Creating Plugin Domain Manager > System.String:NMaven.Model.Pom.Model > System.String:System.String > NMaven.Model.Pom.Model:NMaven.Model.Pom.Model > System.String:NMaven.Model.Pom.Model > System.String:System.String > [ERROR] > [ERROR] Unhandled Exception: System.IO.FileNotFoundException: Could not load fil > e or assembly 'NMaven.Solution, Version=0.14.0.0, Culture=neutral, PublicKeyToke > n=null' or one of its dependencies. The system cannot find the file specified. > [ERROR] File name: 'NMaven.Solution, Version=0.14.0.0, Culture=neutral, PublicKe > yToken=null' > [ERROR] at NMaven.Plugin.Solution.SolutionMojo.Execute() > [ERROR] at NMaven.Plugin.AbstractMojo.Execute() > [ERROR] at NMaven.Plugin.Loader.PluginLoader.Main(String[] args) > [ERROR] > [ERROR] WRN: Assembly binding logging is turned OFF. > [ERROR] To enable assembly bind failure logging, set the registry value [HKLM\So > ftware\Microsoft\Fusion!EnableLog] (DWORD) to 1. > [ERROR] Note: There is some performance penalty associated with assembly bind failure logging. > [ERROR] To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog]. > [ERROR] > [INFO] ------------------------------------------------------------------------ > [ERROR] BUILD ERROR > [INFO] ------------------------------------------------------------------------ > [INFO] NMAVEN-xxx-000 > Embedded error: NMAVEN-063-000: Execution Path = C:\Documents and Settings\wsmoa > k\.m2\pab\gac_msil\NMaven.Plugin.Runner\0.14__NMaven.Plugin, Comm > and = [parameterFile=C:\DOCUME~1\wsmoak\LOCALS~1\Temp\Plugin34917.xml, assemblyF > ile=C:\Documents and Settings\wsmoak\.m2\pab\gac_msil\NMaven.Plugin.Solution\0.1 > 4__NMaven.Plugins\NMaven.Plugin.Solution.dll, mojoName=NMaven.Plu > gin.Solution.SolutionMojo, startProcessAssembly=C:\Documents and Settings\wsmoak > \.m2\pab\gac_msil\NMaven.Plugin.Loader\0.14__NMaven.Plugin\NMaven > .Plugin.Loader.exe] > NMAVEN-040-001: Could not execute: Command = NMaven.Plugin.Runner.exe parameterF > ile=C:\DOCUME~1\wsmoak\LOCALS~1\Temp\Plugin34917.xml "assemblyFile=C:\Documents > and Settings\wsmoak\.m2\pab\gac_msil\NMaven.Plugin.Solution\0.14_ > _NMaven.Plugins\NMaven.Plugin.Solution.dll" mojoName=NMaven.Plugin.Solution.Solu > tionMojo "startProcessAssembly=C:\Documents and Settings\wsmoak\.m2\pab\gac_msil > \NMaven.Plugin.Loader\0.14__NMaven.Plugin\NMaven.Plugin.Loader.ex > e", Result = 0 > [INFO] ------------------------------------------------------------------------ > [INFO] For more information, run Maven with the -e switch > [INFO] ------------------------------------------------------------------------ > [INFO] Total time: 1 minute 24 seconds > [INFO] Finished at: Mon Dec 10 14:36:15 MST 2007 > [INFO] Final Memory: 5M/12M > [INFO] ------------------------------------------------------------------------ > C:\Temp\NMaven.Test> > {code} -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira