[ 
https://issues.apache.org/jira/browse/NPANDAY-366?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13004506#comment-13004506
 ] 

Konstantin Larionov commented on NPANDAY-366:
---------------------------------------------

I have the same error when trying to build sample .NET project.

I just installed the nPanday and created sample project with the following 
command:
mvn archetype:generate -DarchetypeArtifactId=maven-archetype-dotnet-simple 
-DarchetypeGroupId=npanday -DarchetypeVersion=1.2.1

After that I executed the mvn compile command and got the error.

It seems that calling cmd.exe /X /C "ARG" with ARG length > 260 symbols cause 
this error.
I did not get this error when try to execute ARG itself in console.


Console output is attached.

[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for 
com.example:Example.Project:library:1.0-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for 
npanday.plugin:maven-compile-plugin is missing. @ line 21, column 15
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten 
the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support 
building such malformed projects.
[WARNING] 
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Example.Project 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-compile-plugin:1.2.1:initialize (default-initialize) @ 
Example.Project ---
[INFO] Mojo Execution Time = 266
[INFO] 
[INFO] --- maven-resolver-plugin:1.2.1:resolve (default-resolve) @ 
Example.Project ---
[INFO] Mojo Execution Time = 0
[INFO] 
[INFO] --- NPanday.Plugin.Settings.JavaBinding:1.2.1:generate-settings 
(default-generate-settings) @ Example.Project ---
[INFO] The input line is too long.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.234s
[INFO] Finished at: Wed Mar 09 12:11:30 GMT 2011
[INFO] Final Memory: 5M/15M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal 
npanday.plugin:NPanday.Plugin.Settings.JavaBinding:1.2.1:generate-settings 
(default-generate-settings) on project Example.Project: NPANDAY-xxx-000: 
NPANDAY-063-000: Execution Path = 
C:\DEV\Maven\pab\gac_msil\NPanday.Plugin.Runner\1.2.1__npanday.plugin, Command 
= [parameterFile=C:\DEV\Temp\WinTmp\Plugin1630420998735221868.xml, 
assemblyFile=C:\DEV\Maven\pab\gac_msil\NPanday.Plugin.Settings\1.2.1__npanday.plugin\NPanday.Plugin.Settings.dll,
 mojoName=NPanday.Plugin.Settings.SettingsGeneratorMojo, 
startProcessAssembly=C:\DEV\Maven\pab\gac_msil\NPanday.Plugin.Loader\1.2.1__npanday.plugin\NPanday.Plugin.Loader.exe]:
 NPANDAY-040-001: Could not execute: Command = cmd.exe /X /C 
""NPanday.Plugin.Runner.exe 
parameterFile=C:\DEV\Temp\WinTmp\Plugin1630420998735221868.xml 
assemblyFile=C:\DEV\Maven\pab\gac_msil\NPanday.Plugin.Settings\1.2.1__npanday.plugin\NPanday.Plugin.Settings.dll
 mojoName=NPanday.Plugin.Settings.SettingsGeneratorMojo 
startProcessAssembly=C:\DEV\Maven\pab\gac_msil\NPanday.Plugin.Loader\1.2.1__npanday.plugin\NPanday.Plugin.Loader.exe"",
 Result = 1 -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal 
npanday.plugin:NPanday.Plugin.Settings.JavaBinding:1.2.1:generate-settings 
(default-generate-settings) on project Example.Project: NPANDAY-xxx-000
    at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
    at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
    at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
    at 
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
    at 
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
    at 
org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
    at 
org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
    at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:319)
    at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
    at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537)
    at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196)
    at org.apache.maven.cli.MavenCli.main(MavenCli.java:141)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at 
org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)
    at 
org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)
    at 
org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352)
Caused by: org.apache.maven.plugin.MojoExecutionException: NPANDAY-xxx-000
    at npanday.plugin.AbstractMojo.execute(AbstractMojo.java:169)
    at 
org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
    at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
    ... 19 more
Caused by: npanday.executable.ExecutionException: NPANDAY-063-000: Execution 
Path = C:\DEV\Maven\pab\gac_msil\NPanday.Plugin.Runner\1.2.1__npanday.plugin, 
Command = [parameterFile=C:\DEV\Temp\WinTmp\Plugin1630420998735221868.xml, 
assemblyFile=C:\DEV\Maven\pab\gac_msil\NPanday.Plugin.Settings\1.2.1__npanday.plugin\NPanday.Plugin.Settings.dll,
 mojoName=NPanday.Plugin.Settings.SettingsGeneratorMojo, 
startProcessAssembly=C:\DEV\Maven\pab\gac_msil\NPanday.Plugin.Loader\1.2.1__npanday.plugin\NPanday.Plugin.Loader.exe]
    at 
npanday.executable.impl.DefaultRepositoryNetExecutable.execute(DefaultRepositoryNetExecutable.java:97)
    at npanday.plugin.AbstractMojo.execute(AbstractMojo.java:159)
    ... 21 more
Caused by: npanday.executable.ExecutionException: NPANDAY-040-001: Could not 
execute: Command = cmd.exe /X /C ""NPanday.Plugin.Runner.exe 
parameterFile=C:\DEV\Temp\WinTmp\Plugin1630420998735221868.xml 
assemblyFile=C:\DEV\Maven\pab\gac_msil\NPanday.Plugin.Settings\1.2.1__npanday.plugin\NPanday.Plugin.Settings.dll
 mojoName=NPanday.Plugin.Settings.SettingsGeneratorMojo 
startProcessAssembly=C:\DEV\Maven\pab\gac_msil\NPanday.Plugin.Loader\1.2.1__npanday.plugin\NPanday.Plugin.Loader.exe"",
 Result = 1
    at 
npanday.executable.CommandExecutor$Factory$1.executeCommand(CommandExecutor.java:371)
    at 
npanday.executable.impl.DefaultRepositoryNetExecutable.execute(DefaultRepositoryNetExecutable.java:93)
    ... 22 more
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please 
read the following articles:
[ERROR] [Help 1] 
http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException


> cannot build a project
> ----------------------
>
>                 Key: NPANDAY-366
>                 URL: https://issues.apache.org/jira/browse/NPANDAY-366
>             Project: NPanday
>          Issue Type: Bug
>          Components: Visual Studio Add-in
>    Affects Versions: 1.2.1
>         Environment: OS=Windows XP SP3 IDE=visual studio 2008, java, maven 
> 3.0.2
>            Reporter: Evina O. J. Cedric
>
> i cannot build a project with npanday 1.2.1 in visual 2008. the following 
> output show the error : 
> {code}
> ------------------------------------------------------------------
> Executing Maven
> Pom File: C:\Documents and Settings\Cedric\Mes documents\Visual Studio 
> 2008\Projects\tuto\tuto.core.contract\pom.xml
> Goal: compile
> Arguments: compile
> NPanday Command: D:\APPLI\Maven\apache-maven-3.0.2\bin\mvn.bat compile
> ------------------------------------------------------------------
> [INFO] Scanning for projects...
> [WARNING] 
> [WARNING] Some problems were encountered while building the effective model 
> for Maison.Tuto:tuto.core.contract:library:1.0-SNAPSHOT
> [WARNING] 'build.plugins.plugin.version' for 
> npanday.plugin:maven-compile-plugin is missing. @ line 16, column 15
> [WARNING] 
> [WARNING] It is highly recommended to fix these problems because they 
> threaten the stability of your build.
> [WARNING] 
> [WARNING] For this reason, future Maven versions might no longer support 
> building such malformed projects.
> [WARNING] 
> [INFO]                                                                        
>  
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] Building Maison.Tuto : tuto.core.contract 1.0-SNAPSHOT
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] 
> [INFO] --- maven-compile-plugin:1.2.1:initialize (default-initialize) @ 
> tuto.core.contract ---
> SLF4J: Class path contains multiple SLF4J bindings.
> SLF4J: Found binding in 
> [jar:file:/D:/MAVEN_REPO/org/sonatype/gossip/gossip/1.0/gossip-1.0.jar!/org/slf4j/impl/StaticLoggerBinder.class]
> SLF4J: Found binding in 
> [jar:file:/D:/MAVEN_REPO/org/slf4j/slf4j-jdk14/1.5.11/slf4j-jdk14-1.5.11.jar!/org/slf4j/impl/StaticLoggerBinder.class]
> SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an 
> explanation.
> 26 janv. 2011 20:19:56 npanday.registry.ConnectionsRepository lazyLoad
> INFO: NPANDAY-080-001: Adding data access object: Class Name = 
> npanday.dao.impl.ProjectDaoImpl
> 26 janv. 2011 20:19:56 npanday.registry.ConnectionsRepository lazyLoad
> INFO: NPANDAY-080-004: Connection Start Up: Time = 375
> [INFO] Mojo Execution Time = 406
> [INFO] 
> [INFO] --- maven-resolver-plugin:1.2.1:resolve (default-resolve) @ 
> tuto.core.contract ---
> [INFO] Mojo Execution Time = 16
> [INFO] 
> [INFO] --- NPanday.Plugin.Settings.JavaBinding:1.2.1:generate-settings 
> (default-generate-settings) @ tuto.core.contract ---
> [INFO] La ligne entr‚e est trop longue.
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] Total time: 13.969s
> [INFO] Finished at: Wed Jan 26 20:20:00 WAT 2011
> [INFO] Final Memory: 5M/15M
> [INFO] 
> ------------------------------------------------------------------------
> [ERROR] Failed to execute goal 
> npanday.plugin:NPanday.Plugin.Settings.JavaBinding:1.2.1:generate-settings 
> (default-generate-settings) on project tuto.core.contract: NPANDAY-xxx-000: 
> NPANDAY-063-000: Execution Path = 
> D:\pab\gac_msil\NPanday.Plugin.Runner\1.2.1__npanday.plugin, Command = 
> [parameterFile=C:\DOCUME~1\Cedric\LOCALS~1\Temp\Plugin5388494390348674626.xml,
>  
> assemblyFile=D:\pab\gac_msil\NPanday.Plugin.Settings\1.2.1__npanday.plugin\NPanday.Plugin.Settings.dll,
>  mojoName=NPanday.Plugin.Settings.SettingsGeneratorMojo, 
> startProcessAssembly=D:\pab\gac_msil\NPanday.Plugin.Loader\1.2.1__npanday.plugin\NPanday.Plugin.Loader.exe]:
>  NPANDAY-040-001: Could not execute: Command = cmd.exe /X /C 
> ""NPanday.Plugin.Runner.exe 
> parameterFile=C:\DOCUME~1\Cedric\LOCALS~1\Temp\Plugin5388494390348674626.xml 
> assemblyFile=D:\pab\gac_msil\NPanday.Plugin.Settings\1.2.1__npanday.plugin\NPanday.Plugin.Settings.dll
>  mojoName=NPanday.Plugin.Settings.SettingsGeneratorMojo 
> startProcessAssembly=D:\pab\gac_msil\NPanday.Plugin.Loader\1.2.1__npanday.plugin\NPanday.Plugin.Loader.exe"",
>  Result = 1 -> [Help 1]
> [ERROR] 
> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
> switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR] 
> [ERROR] For more information about the errors and possible solutions, please 
> read the following articles:
> [ERROR] [Help 1] 
> http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
> NPanday Execution Failed!, with exit code: 1
> {code}
> the system path is :
> PATH=C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program 
> Files\ATI Technologies\ATI.ACE\Core-Static;c:\Program Files\Microsoft SQL 
> Server\90\Tools\binn\;C:\Program Files\MySQL\MySQL Server 5.0\bin;C:\Program 
> Files\TortoiseSVN\bin;D:\APPLI\Maven\apache-maven-3.0.2\bin;C:\Program 
> Files\Java\jdk1.7.0\bin;C:\server\php;C:\Program Files\Microsoft Visual 
> Studio 9.0\Common7\IDE;C:\Program Files\Microsoft Visual Studio 
> 9.0\VC\BIN;C:\Program Files\Microsoft Visual Studio 
> 9.0\Common7\Tools;C:\WINDOWS\Microsoft.NET\Framework\v3.5;C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727;C:\Program
>  Files\Microsoft Visual Studio 9.0\VC\VCPackages;C:\Program Files\Microsoft 
> SDKs\Windows\v6.0A\bin;C:\Program Files\NUnit 2.5.9\bin\net-2.0

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to