From: Philipp O. <web...@po...> - 2004-04-04 20:01:24
|
Hi Richard, thanks for your reply, sorry for the delay. The problem seemed to be related to the path I run my ant from and the path I run CVS log from. I switched to your v0.2-dev and changed my ant script into: <snip> <echo message="Generating CVSLog .... " /> <!-- dest is important, otherwise CVS' log is generated in the build.xml's directory, which is not CVSROOT --> <cvs command="log" dest=".." output="../cvslog"/> <echo message="statCVS running.... " /> <taskdef name="statcvs" classname="net.sf.statcvs.ant.StatCvsTask"/> <statcvs projectDirectory=".." cvsLogFile="../cvslog" outputDirectory="${statcvs.output}" cssFile="http://statcvs.sf.net/stats/statcvs.css" /> </target> </snip> > If that doesn't work either: What error does StatCvs report? Can you share a > snippet of the CVS log that shows those funny characters? Thanks, Phil |