From: Richard C. <rc...@gm...> - 2003-08-18 23:30:32
|
Hi Benoit, it's viewcvsURL="http://..." instead of viewcvs="...". One more gaping hole in our documentation... You're probably aware that the viewcvs feature is only present in the current CVS development snapshot, and not in the current release (0.1.3). Richard ----- Original Message ----- From: "Benoit Xhenseval" <be...@us...> To: <cyg...@us...> Sent: Monday, August 18, 2003 12:32 PM Subject: viewcvs for ant task. > Cc: <be...@us...> > > Message-Id: <E19...@sc...> > Date: Mon, 18 Aug 2003 03:32:04 -0700 > > > Hi > > > > I've dowloaded the latest StatCVS and am I impressed or > > what? > > > > Just a quick question, does the ant task support viewcvs? > > The code "StatCvsTask.java" seems to but when I run it it > > tells me: > > file:C:/sbl/build.xml:234: The <statcvs> task doesn't support > > the "viewcvs" attribute. > > > > May be my syntax is incorrect? > > > > <statcvs > > projectDirectory="${basedir}" > > cvsLogFile="${outdir}/cvs.log" > > outputDirectory="${reports}/statcvs" > > title="StatCvs" > > excludeFiles="test/**" > > notesFile="${basedir}/lib/build/statcvs-notes.txt" > > cssFile="${basedir}/lib/build/statcvs.css" > > viewcvs="......." > > showCredits="yes"/> > > > > Any help would be most welcome... > > > > Best regards from London > > > > Benoit > > (benoitx @ sf) > |