Hard to tell immediately. I've tested it and found it working on Windows 7 with Maven 2.2.1.
While I believe Maven 3 is supported, can you try it with Maven 2.2.1 and see if that helps? If you run with debug logs (-X) is there more information surrounding that that is helpful? - Brett On 08/11/2010, at 7:45 PM, Vladislav Rudkovsky wrote: > Hi, > > > > I am having troubles compiling simple quick start project in VS 2008. On > Windows 7 I have the error like this > > > > [ERROR] Failed to execute goal > npanday.plugin:maven-compile-plugin:1.2.1:compile (default-compile) on > project ClassLibrary2: NPANDAY-900-006: Unable to Compile: Language = > C_SHARP, Vendor = null, ArtifactType = library, Source Directory = > C:\Users\Vrudkovsky\TFS\ClassLibrary2\ClassLibrary2: NPANDAY-040-001: Could > not execute: Command = cmd.exe /X /C ""csc > @C:\Users\Vrudkovsky\TFS\ClassLibrary2\ClassLibrary2\target\811300\responcefile.rsp"", > Result = 1 -> [Help 1] > > > > I noticed doubled quotes here cmd.exe /X /C ""csc… that does not seem to be > valid syntax. If I run the command directly in command shell deleting extra > quotes it ends successfully. > > > > Can someone help me? > > > > Thanks. > > Vlad -- Brett Porter [email protected] http://brettporter.wordpress.com/
