You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Mykel Alvis <my...@gmail.com> on 2005/05/09 17:07:55 UTC

Simian Report Errors

As of a couple of days ago, the site:generate target consistently fails 
building the simian reports with an OutOfMemory error.

Our app is very large with a very large amount of duplicated code, so the 
plugin gets quite a workout.

My reports section is 
<reports>
<report>maven-changes-plugin</report>
<report>maven-changelog-plugin</report>
<report>maven-developer-activity-plugin</report>
<report>maven-file-activity-plugin</report>
<report>maven-tasklist-plugin</report>
<report>maven-faq-plugin</report>
<report>maven-strutsdoc-plugin</report>
<report>maven-jxr-plugin</report>
<report>maven-license-plugin</report>
<report>maven-pmd-plugin</report>
<report>maven-jcoverage-plugin</report>
<report>maven-simian-plugin</report>
<report>maven-jdepend-plugin</report>
<report>maven-linkcheck-plugin</report>
</reports>

I've attempted various settings of the published plugin properties to no 
avail.
I now consistently get the following failure:

 [echo] Generating the Simian Report...

BUILD FAILED
File...... /home/maven/.maven/cache/maven-simian-plugin-1.4/plugin.jelly
Element... ant:simian
Line...... 70
Column.... 71
java.lang.OutOfMemoryError
Total time: 12 minutes 25 seconds
Finished at: Mon May 09 09:57:51 CDT 2005

Am I just screwed with regard to the Simian report?

Re: Simian Report Errors

Posted by Brett Porter <br...@gmail.com>.
On 5/10/05, Mykel Alvis <my...@gmail.com> wrote:
> Our app is very large with a very large amount of duplicated code, so the
> plugin gets quite a workout.

Then what is the point of having it turned on? :) You can't be reading
a massive report like that, so I'd say start fixing the duplications
or turn it off...

Other than that, you might need to research if there are ways to pass
a new memory parameter to Simian, or just increase Maven's usage in
general with MAVEN_OPTS="-Xmx..."

HTH,
Brett

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org