You are viewing a plain text version of this content. The canonical link for it is here.
Posted to nmaven-dev@incubator.apache.org by Wendy Smoak <ws...@gmail.com> on 2008/06/08 18:40:15 UTC

VS Solution generation on 0.14 branch

I tried out the 0.14 branch this morning.  The bootstrap build script
works (if you have another repo with the Arduna artifacts).

> bootstrap-build.bat -DMicrosoft

I can generate and build a project with the dotnet-simple archetype
(again with another repo that contains the NUnit dependency in that
pom.)

But I get stuck at the Visual Studio solution generation with the error below.

C:\temp\NMaven.Sample24410>mvn
NMaven.Plugins:NMaven.Plugin.Solution.JavaBinding:0.14-incubating-SNAPSHOT:Solution
...
[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-incubating-SNAPSHOT__NMaven.Plugin,
 Command = [parameterFile=C:\DOCUME~1\wsmoak\LOCALS~1\Temp\Plugin25833.xml, asse
mblyFile=C:\Documents and Settings\wsmoak\.m2\pab\gac_msil\NMaven.Plugin.Solutio
n\0.14-incubating-SNAPSHOT__NMaven.Plugins\NMaven.Plugin.Solution.dll, mojoName=
NMaven.Plugin.Solution.SolutionMojo, startProcessAssembly=C:\Documents and Setti
ngs\wsmoak\.m2\pab\gac_msil\NMaven.Plugin.Loader\0.14-incubating-SNAPSHOT__NMave
n.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\Plugin25833.xml "assemblyFile=C:\Documents
and Settings\wsmoak\.m2\pab\gac_msil\NMaven.Plugin.Solution\0.14-incubating-SNAP
SHOT__NMaven.Plugins\NMaven.Plugin.Solution.dll" mojoName=NMaven.Plugin.Solution
.SolutionMojo "startProcessAssembly=C:\Documents and Settings\wsmoak\.m2\pab\gac
_msil\NMaven.Plugin.Loader\0.14-incubating-SNAPSHOT__NMaven.Plugin\NMaven.Plugin
.Loader.exe", Result = 1
...

It's similar to NMAVEN-112, so I thought perhaps applying that patch
would help.  Unfortunately that led to a different error.  Full
console output is in comments on NMAVEN-112.

-- 
Wendy