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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]