Ahh! I think I had the same issue as well... It looks like you'll need
to tweak the plugin to take the option. In the call to the class, I don't
see the parameter to pass it in:
<ant:java classname="de.berlios.statcvs.xml.Main" fork="true">
<j:if test="${!empty(maven_opts)}">
<!-- debug: <ant:echo message="MAVEN_OPTS is set to =
${maven_opts}"/> -->
<ant:jvmarg value="${maven_opts}"/>
</j:if>
<ant:arg line="-output-dir ${maven.gen.docs}/statcvs"/>
<ant:arg line="-title '${statcvs.title}'"/>
<ant:arg line="-renderer xdoc"/>
<j:if test="${statcvs.verbose}">
<ant:arg line="-verbose"/>
</j:if>
<j:if test="${!empty(weburl)}">
<ant:arg line="-weburl '${weburl}'"/>
</j:if>
<j:if test="${!empty(include)}">
<ant:arg line="-include '${include}'"/>
</j:if>
<j:if test="${!empty(exclude)}">
<ant:arg line="-exclude '${exclude}'"/>
</j:if>
<ant:arg value="${statcvs.logfile}"/>
<ant:arg value="${statcvs.repository}"/>
<ant:classpath>
<ant:pathelement
location="${plugin.getDependencyPath('statcvs:statcvs-xml')}"/>
<ant:pathelement
location="${plugin.getDependencyPath('jfreechart:jfreechart')}"/>
<ant:pathelement
location="${plugin.getDependencyPath('jcommon:jcommon')}"/>
<ant:pathelement location="${plugin.getDependencyPath('jdom:jdom')}"/>
<ant:pathelement
location="${plugin.getDependencyPath('commons-logging:commons-logging')}"/>
<ant:pathelement
location="${plugin.getDependencyPath('commons-jexl:commons-jexl' )}"/>
</ant:classpath>
</ant:java>
Eric
> -----Original Message-----
> From: Martin Jaeger [mailto:[EMAIL PROTECTED]
> Sent: Friday, June 25, 2004 11:18 AM
> To: [EMAIL PROTECTED]
> Subject: Switch of evolutin with StatCVS Plugin 2.4
>
>
> Hi together
>
> I'm using RC3 with StatCVS Plugin 2.4 (0.9.3). I have big problems with
> the evolutionmatrix. Because it generates a 200 MB HTML file.
>
> So I don't need this matrix and want to disable it. Has someone an idea,
> how to do this? I read about adding a statcvs.xml file but I have no idea
> where I should add it nor how it should look like...
>
> Thanks a lot
> Martin
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]