You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Martin Papy (JIRA)" <de...@tapestry.apache.org> on 2008/03/07 12:53:46 UTC

[jira] Created: (TAPESTRY-2243) Component report crashes when project have to many dependencies

Component report crashes when project have to many dependencies
---------------------------------------------------------------

                 Key: TAPESTRY-2243
                 URL: https://issues.apache.org/jira/browse/TAPESTRY-2243
             Project: Tapestry
          Issue Type: Bug
          Components: component-report
    Affects Versions: 5.0.11
         Environment: Win Vista SP1 / Java 1.5
            Reporter: Martin Papy


When a project have many dependencies the component report crashes when generating documentation about component. :

[INFO] Running JavaDoc to collect component parameter data ...

[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Error during page generation

Embedded error: Error rendering Maven report: Javadoc exit code: 1 - La ligne de commande est trop longue.

It seems that the component internaly uses a Javadoc command but it doesn't uses argument files feature [1] like in the Maven Javadoc plugin [2] so the command line generated is much too long (at least under Windows).

I did try with Linux.

[1] http://java.sun.com/j2se/1.4.2/docs/tooldocs/windows/javadoc.html#argumentfiles
[2] http://maven.apache.org/plugins/maven-javadoc-plugin/

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Assigned: (TAPESTRY-2243) Component report crashes when project have too many dependencies

Posted by "Howard M. Lewis Ship (JIRA)" <de...@tapestry.apache.org>.
     [ https://issues.apache.org/jira/browse/TAPESTRY-2243?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship reassigned TAPESTRY-2243:
----------------------------------------------

    Assignee: Howard M. Lewis Ship

> Component report crashes when project have too many dependencies
> ----------------------------------------------------------------
>
>                 Key: TAPESTRY-2243
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-2243
>             Project: Tapestry
>          Issue Type: Bug
>          Components: component-report
>    Affects Versions: 5.0.11
>         Environment: Win Vista SP1 / Java 1.5
>            Reporter: Martin Papy
>            Assignee: Howard M. Lewis Ship
>         Attachments: report.txt
>
>
> When a project have many dependencies the component report crashes when generating documentation about component. :
> [INFO] Running JavaDoc to collect component parameter data ...
> [INFO] ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO] ------------------------------------------------------------------------
> [INFO] Error during page generation
> Embedded error: Error rendering Maven report: Javadoc exit code: 1 - La ligne de commande est trop longue.
> It seems that the component internaly uses a Javadoc command but it doesn't uses argument files feature [1] like in the Maven Javadoc plugin [2] so the command line generated is much too long (at least under Windows).
> I did not try with Linux.
> [1] http://java.sun.com/j2se/1.4.2/docs/tooldocs/windows/javadoc.html#argumentfiles
> [2] http://maven.apache.org/plugins/maven-javadoc-plugin/

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Updated: (TAPESTRY-2243) Component report crashes when project have to many dependencies

Posted by "Martin Papy (JIRA)" <de...@tapestry.apache.org>.
     [ https://issues.apache.org/jira/browse/TAPESTRY-2243?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Papy updated TAPESTRY-2243:
----------------------------------

    Attachment: report.txt

This is the result of maven -X file on my project

> Component report crashes when project have to many dependencies
> ---------------------------------------------------------------
>
>                 Key: TAPESTRY-2243
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-2243
>             Project: Tapestry
>          Issue Type: Bug
>          Components: component-report
>    Affects Versions: 5.0.11
>         Environment: Win Vista SP1 / Java 1.5
>            Reporter: Martin Papy
>         Attachments: report.txt
>
>
> When a project have many dependencies the component report crashes when generating documentation about component. :
> [INFO] Running JavaDoc to collect component parameter data ...
> [INFO] ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO] ------------------------------------------------------------------------
> [INFO] Error during page generation
> Embedded error: Error rendering Maven report: Javadoc exit code: 1 - La ligne de commande est trop longue.
> It seems that the component internaly uses a Javadoc command but it doesn't uses argument files feature [1] like in the Maven Javadoc plugin [2] so the command line generated is much too long (at least under Windows).
> I did try with Linux.
> [1] http://java.sun.com/j2se/1.4.2/docs/tooldocs/windows/javadoc.html#argumentfiles
> [2] http://maven.apache.org/plugins/maven-javadoc-plugin/

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Updated: (TAPESTRY-2243) Component report crashes when project have too many dependencies

Posted by "Martin Papy (JIRA)" <de...@tapestry.apache.org>.
     [ https://issues.apache.org/jira/browse/TAPESTRY-2243?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Papy updated TAPESTRY-2243:
----------------------------------

    Summary: Component report crashes when project have too many dependencies  (was: Component report crashes when project have to many dependencies)

> Component report crashes when project have too many dependencies
> ----------------------------------------------------------------
>
>                 Key: TAPESTRY-2243
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-2243
>             Project: Tapestry
>          Issue Type: Bug
>          Components: component-report
>    Affects Versions: 5.0.11
>         Environment: Win Vista SP1 / Java 1.5
>            Reporter: Martin Papy
>         Attachments: report.txt
>
>
> When a project have many dependencies the component report crashes when generating documentation about component. :
> [INFO] Running JavaDoc to collect component parameter data ...
> [INFO] ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO] ------------------------------------------------------------------------
> [INFO] Error during page generation
> Embedded error: Error rendering Maven report: Javadoc exit code: 1 - La ligne de commande est trop longue.
> It seems that the component internaly uses a Javadoc command but it doesn't uses argument files feature [1] like in the Maven Javadoc plugin [2] so the command line generated is much too long (at least under Windows).
> I did try with Linux.
> [1] http://java.sun.com/j2se/1.4.2/docs/tooldocs/windows/javadoc.html#argumentfiles
> [2] http://maven.apache.org/plugins/maven-javadoc-plugin/

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Issue Comment Edited: (TAPESTRY-2243) Component report crashes when project have too many dependencies

Posted by "Martin Papy (JIRA)" <de...@tapestry.apache.org>.
    [ https://issues.apache.org/jira/browse/TAPESTRY-2243?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12576149#action_12576149 ] 

kheldar666 edited comment on TAPESTRY-2243 at 3/8/08 12:13 PM:
----------------------------------------------------------------

This is the result of maven -X site on my project

      was (Author: kheldar666):
    This is the result of maven -X file on my project
  
> Component report crashes when project have too many dependencies
> ----------------------------------------------------------------
>
>                 Key: TAPESTRY-2243
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-2243
>             Project: Tapestry
>          Issue Type: Bug
>          Components: component-report
>    Affects Versions: 5.0.11
>         Environment: Win Vista SP1 / Java 1.5
>            Reporter: Martin Papy
>         Attachments: report.txt
>
>
> When a project have many dependencies the component report crashes when generating documentation about component. :
> [INFO] Running JavaDoc to collect component parameter data ...
> [INFO] ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO] ------------------------------------------------------------------------
> [INFO] Error during page generation
> Embedded error: Error rendering Maven report: Javadoc exit code: 1 - La ligne de commande est trop longue.
> It seems that the component internaly uses a Javadoc command but it doesn't uses argument files feature [1] like in the Maven Javadoc plugin [2] so the command line generated is much too long (at least under Windows).
> I did not try with Linux.
> [1] http://java.sun.com/j2se/1.4.2/docs/tooldocs/windows/javadoc.html#argumentfiles
> [2] http://maven.apache.org/plugins/maven-javadoc-plugin/

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Updated: (TAPESTRY-2243) Component report crashes when project have too many dependencies

Posted by "Martin Papy (JIRA)" <de...@tapestry.apache.org>.
     [ https://issues.apache.org/jira/browse/TAPESTRY-2243?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Papy updated TAPESTRY-2243:
----------------------------------

    Description: 
When a project have many dependencies the component report crashes when generating documentation about component. :

[INFO] Running JavaDoc to collect component parameter data ...

[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Error during page generation

Embedded error: Error rendering Maven report: Javadoc exit code: 1 - La ligne de commande est trop longue.

It seems that the component internaly uses a Javadoc command but it doesn't uses argument files feature [1] like in the Maven Javadoc plugin [2] so the command line generated is much too long (at least under Windows).

I did not try with Linux.

[1] http://java.sun.com/j2se/1.4.2/docs/tooldocs/windows/javadoc.html#argumentfiles
[2] http://maven.apache.org/plugins/maven-javadoc-plugin/

  was:
When a project have many dependencies the component report crashes when generating documentation about component. :

[INFO] Running JavaDoc to collect component parameter data ...

[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Error during page generation

Embedded error: Error rendering Maven report: Javadoc exit code: 1 - La ligne de commande est trop longue.

It seems that the component internaly uses a Javadoc command but it doesn't uses argument files feature [1] like in the Maven Javadoc plugin [2] so the command line generated is much too long (at least under Windows).

I did try with Linux.

[1] http://java.sun.com/j2se/1.4.2/docs/tooldocs/windows/javadoc.html#argumentfiles
[2] http://maven.apache.org/plugins/maven-javadoc-plugin/


> Component report crashes when project have too many dependencies
> ----------------------------------------------------------------
>
>                 Key: TAPESTRY-2243
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-2243
>             Project: Tapestry
>          Issue Type: Bug
>          Components: component-report
>    Affects Versions: 5.0.11
>         Environment: Win Vista SP1 / Java 1.5
>            Reporter: Martin Papy
>         Attachments: report.txt
>
>
> When a project have many dependencies the component report crashes when generating documentation about component. :
> [INFO] Running JavaDoc to collect component parameter data ...
> [INFO] ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO] ------------------------------------------------------------------------
> [INFO] Error during page generation
> Embedded error: Error rendering Maven report: Javadoc exit code: 1 - La ligne de commande est trop longue.
> It seems that the component internaly uses a Javadoc command but it doesn't uses argument files feature [1] like in the Maven Javadoc plugin [2] so the command line generated is much too long (at least under Windows).
> I did not try with Linux.
> [1] http://java.sun.com/j2se/1.4.2/docs/tooldocs/windows/javadoc.html#argumentfiles
> [2] http://maven.apache.org/plugins/maven-javadoc-plugin/

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Closed: (TAPESTRY-2243) Component report crashes when project have too many dependencies

Posted by "Howard M. Lewis Ship (JIRA)" <de...@tapestry.apache.org>.
     [ https://issues.apache.org/jira/browse/TAPESTRY-2243?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship closed TAPESTRY-2243.
------------------------------------------

       Resolution: Fixed
    Fix Version/s: 5.0.15

> Component report crashes when project have too many dependencies
> ----------------------------------------------------------------
>
>                 Key: TAPESTRY-2243
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-2243
>             Project: Tapestry
>          Issue Type: Bug
>          Components: component-report
>    Affects Versions: 5.0.11
>         Environment: Win Vista SP1 / Java 1.5
>            Reporter: Martin Papy
>            Assignee: Howard M. Lewis Ship
>             Fix For: 5.0.15
>
>         Attachments: report.txt
>
>
> When a project have many dependencies the component report crashes when generating documentation about component. :
> [INFO] Running JavaDoc to collect component parameter data ...
> [INFO] ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO] ------------------------------------------------------------------------
> [INFO] Error during page generation
> Embedded error: Error rendering Maven report: Javadoc exit code: 1 - La ligne de commande est trop longue.
> It seems that the component internaly uses a Javadoc command but it doesn't uses argument files feature [1] like in the Maven Javadoc plugin [2] so the command line generated is much too long (at least under Windows).
> I did not try with Linux.
> [1] http://java.sun.com/j2se/1.4.2/docs/tooldocs/windows/javadoc.html#argumentfiles
> [2] http://maven.apache.org/plugins/maven-javadoc-plugin/

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org