From: Alex R <al...@ho...> - 2003-11-11 04:54:00
|
<html><div style='background-color:'><DIV> <P>Hi</P> <P>I would like create Ant task to run statcvs, Do you have any sample code?</P> <P>Thanks,</P> <P>A<BR><BR></P></DIV> <DIV></DIV>>From: Scott Farquhar <SC...@AT...> <DIV></DIV>>To: Alex R <AL...@HO...> <DIV></DIV>>CC: sta...@li... <DIV></DIV>>Subject: Re: [Statcvs-users] (no subject) <DIV></DIV>>Date: Tue, 11 Nov 2003 10:50:30 +1100 <DIV></DIV>> <DIV></DIV>>StatCVS requires JDK 1.4. <DIV></DIV>> <DIV></DIV>>Cheers, <DIV></DIV>>Scott <DIV></DIV>> <DIV></DIV>>Alex R wrote: <DIV></DIV>> <DIV></DIV>>> <DIV></DIV>>> <DIV></DIV>>>Hi <DIV></DIV>>> <DIV></DIV>>>I just downloaded statcvs, and I am getting following errors: <DIV></DIV>>> <DIV></DIV>>>C:\statcvs\statcvs-v0.1.3>dir <DIV></DIV>>> Volume in drive C is System <DIV></DIV>>> Volume Serial Number is 5C3E-6489 <DIV></DIV>>> <DIV></DIV>>> Directory of C:\statcvs\statcvs-v0.1.3 <DIV></DIV>>> <DIV></DIV>>>11/10/2003 10:43a <DIR>. <DIV></DIV>>>11/10/2003 10:43a <DIR>.. <DIV></DIV>>>03/27/2003 10:21a 26,934 license.txt <DIV></DIV>>>03/27/2003 09:36a 503,398 statcvs.jar <DIV></DIV>>>03/27/2003 10:21a 2,682 userguide.txt <DIV></DIV>>> 3 File(s) 533,014 bytes <DIV></DIV>>> 2 Dir(s) 2,308,221,952 bytes free <DIV></DIV>>> <DIV></DIV>>>C:\statcvs\statcvs-v0.1.3>java -jar statcvs.jar my_project_1 <DIV></DIV>>>c:\my_proje <DIV></DIV>>>Exception in thread "main" java.lang.NoClassDefFoundError: <DIV></DIV>>>java/util/log <DIV></DIV>>> at net.sf.statcvs.Main.<CLINIT>(Main.java:46) <DIV></DIV>>> <DIV></DIV>>>Any ideas? <DIV></DIV>>> <DIV></DIV>>>Alex <DIV></DIV>>> <DIV></DIV>>> <DIV></DIV>>> <DIV></DIV>>> <DIV></DIV>>> <DIV></DIV>>> <DIV></DIV>>>------------------------------------------------------------------------ <DIV></DIV>>>Is your computer infected with a virus? Find out with a FREE <DIV></DIV>>>computer virus scan from McAfee. Take the FreeScan now! <DIV></DIV>>><HTTP: 2755??PS="" 8HMAENUS g.msn.com> <DIV></DIV>>>------------------------------------------------------- This SF.Net <DIV></DIV>>>email sponsored by: ApacheCon 2003, 16-19 November in Las Vegas. <DIV></DIV>>>Learn firsthand the latest developments in Apache, PHP, Perl, XML, <DIV></DIV>>>Java, MySQL, WebDAV, and more! http://www.apachecon.com/ <DIV></DIV>>>_______________________________________________ Statcvs-users <DIV></DIV>>>mailing list Sta...@li... <DIV></DIV>>>https://lists.sourceforge.net/lists/listinfo/statcvs-users <DIV></DIV>> <DIV></DIV>>-- <DIV></DIV>> <DIV></DIV>>ATLASSIAN - http://www.atlassian.com <DIV></DIV>>Expert J2EE Software, Services and Support <DIV></DIV>>------------------------------------------------------- <DIV></DIV>>Need a simple, powerful way to track and manage issues? <DIV></DIV>>Try JIRA - http://www.atlassian.com/software/jira <DIV></DIV>> <DIV></DIV></DIR></DIR></div><br clear=all><hr> <a href="http://g.msn.com/8HMBENUS/2737??PS=">MSN Shopping upgraded for the holidays! Snappier product search...</a> </html> |
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> |
From: Richard C. <rc...@gm...> - 2003-11-11 22:53:50
|
From: Alex R > I would like create Ant task to run statcvs, Do you have any > sample code? There's some in the draft manual: http://statcvs.sourceforge.net/manual/#section_ant-task |