I got it from this url for the nightly build docs task reference: http://nantcontrib.sourceforge.net/nightly/latest/help/tasks/codestats.h tml
I would have thought that the nightly and latest docs would have been the same so close to after rc3. >-----Original Message----- >From: Gert Driesen [mailto:[EMAIL PROTECTED] >Sent: Tuesday, April 19, 2005 10:53 PM >To: Morris, Jason; [email protected] >Subject: RE: [Nant-users] Has anyone tried the new <codestat> task? > > > >> -----Original Message----- >> From: [EMAIL PROTECTED] >> [mailto:[EMAIL PROTECTED] On Behalf Of Morris, >> Jason >> Sent: woensdag 20 april 2005 7:47 >> To: [email protected] >> Subject: [Nant-users] Has anyone tried the new <codestat> task? >> >> I grabbed the latest nantcontrib and nant, but the <codestat> task >> keeps throwing errors when I try to do the example that is in the >> docs. >> >> <codestats outputFile="test.xml" >> verbose="true"> >> <counts> >> <count label="C#"> >> <fileset> >> <include name="*.cs" /> >> </fileset> >> </count> >> <count label="SQL"> >> <fileset> >> <include name="*.sql" /> >> </fileset> >> </count> >> </counts> >> </codestats> > > >Where did you find that example ? You should use the "output" >attribute instead of "outputFile". > >http://nantcontrib.sourceforge.net/release/latest/help/tasks/co >destats.html > >Gert > > ------------------------------------------------------- This SF.Net email is sponsored by: New Crystal Reports XI. Version 11 adds new functionality designed to reduce time involved in creating, integrating, and deploying reporting solutions. Free runtime info, new features, or free trial, at: http://www.businessobjects.com/devxi/728 _______________________________________________ Nant-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nant-users
