From: Alex R <al...@ho...> - 2003-11-11 23:48:20
|
<html><div style='background-color:'><DIV> <P>Hi Richard,</P> <P>I looked at the intial, that;s how I started working on Ant task, but the stuff with errors don't work in the manual example below:</P> <P><?xml version="1.0"?><BR><project name="StatCvsAnt" default="main" basedir="."><BR> <taskdef name="statcvs" classname="net.sf.statcvs.ant.StatCvsTask"/><BR><BR> <target name="main"><BR> <statcvs <BR> projectDirectory="d:/statcvs"<BR> cvsLogFile="d:/statcvs/cvs.log"<BR> outputDirectory="d:/statcvs/stas"<BR> title="StatCvs" <=========Does not work!<BR> includeFiles="**/*.java"<BR> excludeFiles="tests-src/**"<BR> notesFile="d:/statcvs/report-notes.txt" <=========Does not work!<BR> cssFile="http://statcvs.sf.net/stats/statcvs.css"<BR> showCredits="yes"/><BR> </target><BR></project></P> <P>Please let me know if you find a solution to this.</P> <P>Thanks,</P> <P>Alex</P> <P><BR><BR> </P></DIV> <DIV></DIV>>From: "Richard Cyganiak" <RC...@GM...> <DIV></DIV>>To: "Alex R" <AL...@HO...> <DIV></DIV>>CC: "statcvs-users" <STA...@LI...> <DIV></DIV>>Subject: Re: [Statcvs-users] (no subject) <DIV></DIV>>Date: Tue, 11 Nov 2003 23:54:07 +0100 <DIV></DIV>> <DIV></DIV>>From: Alex R <DIV></DIV>> > I would like create Ant task to run statcvs, Do you have any <DIV></DIV>> > sample code? <DIV></DIV>> <DIV></DIV>>There's some in the draft manual: <DIV></DIV>> <DIV></DIV>>http://statcvs.sourceforge.net/manual/#section_ant-task <DIV></DIV>> <DIV></DIV></div><br clear=all><hr> <a href="http://g.msn.com/8HMBENUS/2743??PS=">Send a QuickGreet with MSN Messenger.</a> </html> |