You are viewing a plain text version of this content. The canonical link for it is here.
Posted to nmaven-issues@incubator.apache.org by "Leopoldo Agdeppa III (JIRA)" <ji...@codehaus.org> on 2008/06/13 10:51:12 UTC

[jira] Created: (NMAVEN-145) NMaven.Plugins:NMaven.Plugin.Solution.JavaBinding:Solution got errors on multi-module project or pom

NMaven.Plugins:NMaven.Plugin.Solution.JavaBinding:Solution got errors on multi-module project or pom 
-----------------------------------------------------------------------------------------------------

                 Key: NMAVEN-145
                 URL: http://jira.codehaus.org/browse/NMAVEN-145
             Project: NMaven
          Issue Type: Bug
    Affects Versions: 0.14 (Unreleased)
            Reporter: Leopoldo Agdeppa III
         Attachments: screenshot-1.jpg

NMaven.Plugins:NMaven.Plugin.Solution.JavaBinding:Solution got errors on multi-module project or pom packaging
Error:

NMAVEN: Start Process = 3/18/2008 11:31:27 AM
"parameterFile=C:\DOCUME~1\user\LOCALS~1\Temp\Plugin16182.xml" "assemblyFile=C:\
Documents and Settings\user\.m2\pab\gac_msil\NMaven.Plugin.Solution\0.14-maestro
-1.5.1-SNAPSHOT__NMaven.Plugins\NMaven.Plugin.Solution.dll" "mojoName=NMaven.Plu
gin.Solution.SolutionMojo" "startProcessAssembly=C:\Documents and Settings\user\
.m2\pab\gac_msil\NMaven.Plugin.Loader\0.14-maestro-1.5.1-SNAPSHOT__NMaven.Plugin
\NMaven.Plugin.Loader.exe"
Creating Plugin Domain Manager
ParamFile = C:\DOCUME~1\user\LOCALS~1\Temp\Plugin16182.xml, AssemblyFile = C:\Do
cuments and Settings\user\.m2\pab\gac_msil\NMaven.Plugin.Solution\0.14-maestro-1
.5.1-SNAPSHOT__NMaven.Plugins\NMaven.Plugin.Solution.dll, MojoName = NMaven.Plug
in.Solution.SolutionMojo
Loading Plugin: C:\Documents and Settings\user\.m2\pab\gac_msil\NMaven.Plugin.So
lution\0.14-maestro-1.5.1-SNAPSHOT__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.InvalidOperationException: There is an error
in XML document (21, 2). ---> System.InvalidOperationException: <project xmlns=
''> was not expected.
[ERROR] at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationRead
erModel.Read50_project()
[ERROR] — End of inner exception stack trace —
[ERROR] at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlRe
ader, String encodingStyle, XmlDeserializationEvents events)
[ERROR] at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlRe
ader, String encodingStyle)
[ERROR] at System.Xml.Serialization.XmlSerializer.Deserialize(TextReader text
Reader)
[ERROR] at NMaven.Solution.Impl.ProjectGeneratorImpl.CreatePomModelFor(String
fileName)
[ERROR] at NMaven.Plugin.Solution.SolutionMojo.Execute(DirectoryInfo currentD
irectory, Model model, String profile)
[ERROR] at NMaven.Plugin.Solution.SolutionMojo.Execute()
[ERROR] at NMaven.Plugin.AbstractMojo.Execute()
[ERROR] at NMaven.Plugin.Loader.PluginLoader.Main(String[] args)
NMAVEN: End Process = 3/18/2008 11:31:57 AM; exit code = -532459699
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] NMAVEN-xxx-000

Embedded error: NMAVEN-063-000: Execution Path = C:\Documents and Settings\user\
.m2\pab\gac_msil\NMaven.Plugin.Runner\0.14-maestro-1.5.1-SNAPSHOT__NMaven.Plugin
, Command = [parameterFile=C:\DOCUME~1\user\LOCALS~1\Temp\Plugin16182.xml, assem
blyFile=C:\Documents and Settings\user\.m2\pab\gac_msil\NMaven.Plugin.Solution\0
.14-maestro-1.5.1-SNAPSHOT__NMaven.Plugins\NMaven.Plugin.Solution.dll, mojoName=
NMaven.Plugin.Solution.SolutionMojo, startProcessAssembly=C:\Documents and Setti
ngs\user\.m2\pab\gac_msil\NMaven.Plugin.Loader\0.14-maestro-1.5.1-SNAPSHOT__NMav
en.Plugin\NMaven.Plugin.Loader.exe]
NMAVEN-040-001: Could not execute: Command = NMaven.Plugin.Runner.exe parameterF
ile=C:\DOCUME~1\user\LOCALS~1\Temp\Plugin16182.xml "assemblyFile=C:\Documents an
d Settings\user\.m2\pab\gac_msil\NMaven.Plugin.Solution\0.14-maestro-1.5.1-SNAPS
HOT__NMaven.Plugins\NMaven.Plugin.Solution.dll" mojoName=NMaven.Plugin.Solution.
SolutionMojo "startProcessAssembly=C:\Documents and Settings\user\.m2\pab\gac_ms
il\NMaven.Plugin.Loader\0.14-maestro-1.5.1-SNAPSHOT__NMaven.Plugin\NMaven.Plugin
.Loader.exe", Result = -532459699
[INFO] ------------------------------------------------------------------------

-- 
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

       

[jira] Updated: (NMAVEN-145) NMaven.Plugins:NMaven.Plugin.Solution.JavaBinding:Solution got errors on multi-module project or pom

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/NMAVEN-145?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brett Porter updated NMAVEN-145:
--------------------------------

    Fix Version/s: 0.14 (Unreleased)

> NMaven.Plugins:NMaven.Plugin.Solution.JavaBinding:Solution got errors on multi-module project or pom 
> -----------------------------------------------------------------------------------------------------
>
>                 Key: NMAVEN-145
>                 URL: http://jira.codehaus.org/browse/NMAVEN-145
>             Project: NMaven
>          Issue Type: Bug
>    Affects Versions: 0.14 (Unreleased)
>            Reporter: Leopoldo Agdeppa III
>             Fix For: 0.14 (Unreleased)
>
>         Attachments: screenshot-1.jpg
>
>
> NMaven.Plugins:NMaven.Plugin.Solution.JavaBinding:Solution got errors on multi-module project or pom packaging
> Error:
> NMAVEN: Start Process = 3/18/2008 11:31:27 AM
> "parameterFile=C:\DOCUME~1\user\LOCALS~1\Temp\Plugin16182.xml" "assemblyFile=C:\
> Documents and Settings\user\.m2\pab\gac_msil\NMaven.Plugin.Solution\0.14-maestro
> -1.5.1-SNAPSHOT__NMaven.Plugins\NMaven.Plugin.Solution.dll" "mojoName=NMaven.Plu
> gin.Solution.SolutionMojo" "startProcessAssembly=C:\Documents and Settings\user\
> .m2\pab\gac_msil\NMaven.Plugin.Loader\0.14-maestro-1.5.1-SNAPSHOT__NMaven.Plugin
> \NMaven.Plugin.Loader.exe"
> Creating Plugin Domain Manager
> ParamFile = C:\DOCUME~1\user\LOCALS~1\Temp\Plugin16182.xml, AssemblyFile = C:\Do
> cuments and Settings\user\.m2\pab\gac_msil\NMaven.Plugin.Solution\0.14-maestro-1
> .5.1-SNAPSHOT__NMaven.Plugins\NMaven.Plugin.Solution.dll, MojoName = NMaven.Plug
> in.Solution.SolutionMojo
> Loading Plugin: C:\Documents and Settings\user\.m2\pab\gac_msil\NMaven.Plugin.So
> lution\0.14-maestro-1.5.1-SNAPSHOT__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.InvalidOperationException: There is an error
> in XML document (21, 2). ---> System.InvalidOperationException: <project xmlns=
> ''> was not expected.
> [ERROR] at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationRead
> erModel.Read50_project()
> [ERROR] — End of inner exception stack trace —
> [ERROR] at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlRe
> ader, String encodingStyle, XmlDeserializationEvents events)
> [ERROR] at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlRe
> ader, String encodingStyle)
> [ERROR] at System.Xml.Serialization.XmlSerializer.Deserialize(TextReader text
> Reader)
> [ERROR] at NMaven.Solution.Impl.ProjectGeneratorImpl.CreatePomModelFor(String
> fileName)
> [ERROR] at NMaven.Plugin.Solution.SolutionMojo.Execute(DirectoryInfo currentD
> irectory, Model model, String profile)
> [ERROR] at NMaven.Plugin.Solution.SolutionMojo.Execute()
> [ERROR] at NMaven.Plugin.AbstractMojo.Execute()
> [ERROR] at NMaven.Plugin.Loader.PluginLoader.Main(String[] args)
> NMAVEN: End Process = 3/18/2008 11:31:57 AM; exit code = -532459699
> [INFO] ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO] ------------------------------------------------------------------------
> [INFO] NMAVEN-xxx-000
> Embedded error: NMAVEN-063-000: Execution Path = C:\Documents and Settings\user\
> .m2\pab\gac_msil\NMaven.Plugin.Runner\0.14-maestro-1.5.1-SNAPSHOT__NMaven.Plugin
> , Command = [parameterFile=C:\DOCUME~1\user\LOCALS~1\Temp\Plugin16182.xml, assem
> blyFile=C:\Documents and Settings\user\.m2\pab\gac_msil\NMaven.Plugin.Solution\0
> .14-maestro-1.5.1-SNAPSHOT__NMaven.Plugins\NMaven.Plugin.Solution.dll, mojoName=
> NMaven.Plugin.Solution.SolutionMojo, startProcessAssembly=C:\Documents and Setti
> ngs\user\.m2\pab\gac_msil\NMaven.Plugin.Loader\0.14-maestro-1.5.1-SNAPSHOT__NMav
> en.Plugin\NMaven.Plugin.Loader.exe]
> NMAVEN-040-001: Could not execute: Command = NMaven.Plugin.Runner.exe parameterF
> ile=C:\DOCUME~1\user\LOCALS~1\Temp\Plugin16182.xml "assemblyFile=C:\Documents an
> d Settings\user\.m2\pab\gac_msil\NMaven.Plugin.Solution\0.14-maestro-1.5.1-SNAPS
> HOT__NMaven.Plugins\NMaven.Plugin.Solution.dll" mojoName=NMaven.Plugin.Solution.
> SolutionMojo "startProcessAssembly=C:\Documents and Settings\user\.m2\pab\gac_ms
> il\NMaven.Plugin.Loader\0.14-maestro-1.5.1-SNAPSHOT__NMaven.Plugin\NMaven.Plugin
> .Loader.exe", Result = -532459699
> [INFO] ------------------------------------------------------------------------

-- 
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

       

[jira] Updated: (NMAVEN-145) NMaven.Plugins:NMaven.Plugin.Solution.JavaBinding:Solution got errors on multi-module project or pom

Posted by "Leopoldo Agdeppa III (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/NMAVEN-145?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Leopoldo Agdeppa III updated NMAVEN-145:
----------------------------------------

    Attachment: screenshot-1.jpg

> NMaven.Plugins:NMaven.Plugin.Solution.JavaBinding:Solution got errors on multi-module project or pom 
> -----------------------------------------------------------------------------------------------------
>
>                 Key: NMAVEN-145
>                 URL: http://jira.codehaus.org/browse/NMAVEN-145
>             Project: NMaven
>          Issue Type: Bug
>    Affects Versions: 0.14 (Unreleased)
>            Reporter: Leopoldo Agdeppa III
>         Attachments: screenshot-1.jpg
>
>
> NMaven.Plugins:NMaven.Plugin.Solution.JavaBinding:Solution got errors on multi-module project or pom packaging
> Error:
> NMAVEN: Start Process = 3/18/2008 11:31:27 AM
> "parameterFile=C:\DOCUME~1\user\LOCALS~1\Temp\Plugin16182.xml" "assemblyFile=C:\
> Documents and Settings\user\.m2\pab\gac_msil\NMaven.Plugin.Solution\0.14-maestro
> -1.5.1-SNAPSHOT__NMaven.Plugins\NMaven.Plugin.Solution.dll" "mojoName=NMaven.Plu
> gin.Solution.SolutionMojo" "startProcessAssembly=C:\Documents and Settings\user\
> .m2\pab\gac_msil\NMaven.Plugin.Loader\0.14-maestro-1.5.1-SNAPSHOT__NMaven.Plugin
> \NMaven.Plugin.Loader.exe"
> Creating Plugin Domain Manager
> ParamFile = C:\DOCUME~1\user\LOCALS~1\Temp\Plugin16182.xml, AssemblyFile = C:\Do
> cuments and Settings\user\.m2\pab\gac_msil\NMaven.Plugin.Solution\0.14-maestro-1
> .5.1-SNAPSHOT__NMaven.Plugins\NMaven.Plugin.Solution.dll, MojoName = NMaven.Plug
> in.Solution.SolutionMojo
> Loading Plugin: C:\Documents and Settings\user\.m2\pab\gac_msil\NMaven.Plugin.So
> lution\0.14-maestro-1.5.1-SNAPSHOT__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.InvalidOperationException: There is an error
> in XML document (21, 2). ---> System.InvalidOperationException: <project xmlns=
> ''> was not expected.
> [ERROR] at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationRead
> erModel.Read50_project()
> [ERROR] — End of inner exception stack trace —
> [ERROR] at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlRe
> ader, String encodingStyle, XmlDeserializationEvents events)
> [ERROR] at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlRe
> ader, String encodingStyle)
> [ERROR] at System.Xml.Serialization.XmlSerializer.Deserialize(TextReader text
> Reader)
> [ERROR] at NMaven.Solution.Impl.ProjectGeneratorImpl.CreatePomModelFor(String
> fileName)
> [ERROR] at NMaven.Plugin.Solution.SolutionMojo.Execute(DirectoryInfo currentD
> irectory, Model model, String profile)
> [ERROR] at NMaven.Plugin.Solution.SolutionMojo.Execute()
> [ERROR] at NMaven.Plugin.AbstractMojo.Execute()
> [ERROR] at NMaven.Plugin.Loader.PluginLoader.Main(String[] args)
> NMAVEN: End Process = 3/18/2008 11:31:57 AM; exit code = -532459699
> [INFO] ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO] ------------------------------------------------------------------------
> [INFO] NMAVEN-xxx-000
> Embedded error: NMAVEN-063-000: Execution Path = C:\Documents and Settings\user\
> .m2\pab\gac_msil\NMaven.Plugin.Runner\0.14-maestro-1.5.1-SNAPSHOT__NMaven.Plugin
> , Command = [parameterFile=C:\DOCUME~1\user\LOCALS~1\Temp\Plugin16182.xml, assem
> blyFile=C:\Documents and Settings\user\.m2\pab\gac_msil\NMaven.Plugin.Solution\0
> .14-maestro-1.5.1-SNAPSHOT__NMaven.Plugins\NMaven.Plugin.Solution.dll, mojoName=
> NMaven.Plugin.Solution.SolutionMojo, startProcessAssembly=C:\Documents and Setti
> ngs\user\.m2\pab\gac_msil\NMaven.Plugin.Loader\0.14-maestro-1.5.1-SNAPSHOT__NMav
> en.Plugin\NMaven.Plugin.Loader.exe]
> NMAVEN-040-001: Could not execute: Command = NMaven.Plugin.Runner.exe parameterF
> ile=C:\DOCUME~1\user\LOCALS~1\Temp\Plugin16182.xml "assemblyFile=C:\Documents an
> d Settings\user\.m2\pab\gac_msil\NMaven.Plugin.Solution\0.14-maestro-1.5.1-SNAPS
> HOT__NMaven.Plugins\NMaven.Plugin.Solution.dll" mojoName=NMaven.Plugin.Solution.
> SolutionMojo "startProcessAssembly=C:\Documents and Settings\user\.m2\pab\gac_ms
> il\NMaven.Plugin.Loader\0.14-maestro-1.5.1-SNAPSHOT__NMaven.Plugin\NMaven.Plugin
> .Loader.exe", Result = -532459699
> [INFO] ------------------------------------------------------------------------

-- 
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