> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of 
> Morris, Jason
> Sent: woensdag 20 april 2005 7:47
> To: nant-users@lists.sourceforge.net
> 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/codestats.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
Nant-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to