[ https://jira.codehaus.org/browse/MJAVADOC-308?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=332199#comment-332199
]
Jörg Hohwiller commented on MJAVADOC-308:
-----------------------------------------
> Where can I find the files "@options" and "@packages" so I can see if maven generated
these wrong somehow?
OK. I found the debug option in javadoc-plugin.
packages file seems ok:
net.sf.mmm.client.ui.api.binding
net.sf.mmm.client.ui.api
net.sf.mmm.client.ui.api.widget.complex
net.sf.mmm.client.ui.api.widget.core
net.sf.mmm.client.ui.api.widget.factory
net.sf.mmm.client.ui.api.widget.field
net.sf.mmm.client.ui.api.widget.media
net.sf.mmm.client.ui.api.widget.menu
net.sf.mmm.client.ui.api.widget
net.sf.mmm.client.ui.api.widget.panel
net.sf.mmm.client.ui.api.widget.table
net.sf.mmm.client.ui.api.widget.window
net.sf.mmm.client.ui.base
net.sf.mmm.client.ui.base.binding
net.sf.mmm.client.ui.base.widget
net.sf.mmm.client.ui.base.widget.adapter
net.sf.mmm.client.ui.base.widget.custom.core
net.sf.mmm.client.ui.base.widget.custom.field
net.sf.mmm.client.ui.base.widget.custom
net.sf.mmm.client.ui.base.widget.custom.panel
net.sf.mmm.client.ui.base.widget.custom.pattern
net.sf.mmm.client.ui
> OutOfMemoryError
> ----------------
>
> Key: MJAVADOC-308
> URL: https://jira.codehaus.org/browse/MJAVADOC-308
> Project: Maven Javadoc Plugin
> Issue Type: Bug
> Affects Versions: 2.6.1, 2.7
> Environment: Maven 3 on MacOS 10.6, Maven 3 on Hudson on Windows
> Reporter: Pieter
>
> I have a 12 module project (+parent) containing not really much code (140 classes). When
running Maven site on this project, it fails with an OutOfMemoryError. When I run the javadoc
plugin with a reportset containing javadoc, test-javadoc and aggregate is runs well with a
maximum heap size of 512M. When I run it with a reportset containing javadoc, test-javadoc
and test-aggregate also. But when I add all 4 reports to my report set, I get an OutOfMemoryError,
even when setting the maximum heap size to 1.5G. Just before the error occurs I see my heap
usage growing rapidly.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
|