I upgraded my version of maven to release candidate 1 and StatCVS stopped working.
When I run maven, I get the following. Any ideas why it isn't working.
Jay
C:\Eclipse\workspace\ERAWeb>maven site:generate
__ __
| \/ |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \ ~ intelligent projects ~
|_| |_\__,_|\_/\___|_||_| v. 1.0-rc1-SNAPSHOT
Attempting to download maven-SNAPSHOT.jar.
site:
xdoc:register-reports:
statcvs:init:
maven-statcvs-plugin:register:
maven-jdepend-plugin:register:
maven-simian-plugin:register:
maven-pmd-plugin:register:
maven-checkstyle-plugin:register:
maven-changelog-plugin:register:
maven-changes-plugin:register:
maven-file-activity-plugin:register:
maven-developer-activity-plugin:register:
maven-junit-report-plugin:register:
maven-clover-plugin:register:
maven-jcoverage-plugin:register:
maven-tasklist-plugin:register:
maven-javadoc-plugin:register:
maven-jxr-plugin:register:
site:run-reports:
[echo] Generating the StatCvs Report...
statcvs:init:
statcvs:generate:
[echo] fetching cvs logs...
[cvs] Using cvs passfile: C:\Documents and Settings\Owner\.cvspass
[java] StatCvs-XML - CVS statistics generation
[java]
[java] Usage: java -jar statcvs-xml-0.9.0.jar [options] <logfile> <directory
>
[java]
[java] Required parameters:
[java] Cannot recognize web repository type. Please select it explicitly
[java] <logfile> path to the cvs logfile of the module
[java] <directory> path to the directory of the checked out module
[java]
[java] Some options:
[java] -version print the version information and exit
[java] -output-dir <dir> directory where HTML suite will be saved
[java] -include <pattern> include only files matching pattern, e.g. **/*.c
;**/*.h
[java] -exclude <pattern> exclude matching files, e.g. tests/**;docs/**
[java] -title <title> Project title to be used in reports
[java] -weburl <url> integrate with web repository installation at <u
rl>
[java] -verbose print extra progress information
[java] -output-suite [class] use the xml renderer
[java] -use-history use history file for proper loc counts
[java] -generate-history regenerates history file (use with 'use-history'
)
[java]
[java] If statcvs cannot recognize the type of your web repository, please u
se the
[java] following switches:
[java] -viewcvs <url> integrate with viewcvs installation at <url>
[java] -cvsweb <url> integrate with cvsweb installation at <url>
[java] -chora <url> integrate with chora installation at <url>
[java]
[java]
[java] [ERROR] Java Result: 1
statcvs:
statcvs:report:
[echo] Generating the Metrics...
maven-jdepend-plugin:report:
Overriding previous definition of reference to clover.classpath
java:prepare-filesystem:
java:compile:
[echo] Compiling to C:\Eclipse\workspace\ERAWeb/target/classes
[echo] Generating the Simian Report...