Hi
I just tried it, and it worked.
my test project :
<project name="MyFirstProject" >
<tasks>
<dupfinder>
<dynamicValues />
<fileMask>*.cs</fileMask>
<includeCode>False</includeCode>
<inputDir>Code</inputDir>
<recurse>False</recurse>
<shortenNames>False</shortenNames>
<threshold>5</threshold>
<timeout>600</timeout>
<width>2</width>
</dupfinder>
</tasks>
</project>
no errors in CCValidator, and the console worked ok.
Can you double check your config, maybe something else is causing it.
with kind regards
Ruben Willems
On Sun, Jan 31, 2010 at 5:06 AM, Justin Daubenmire <[email protected]>wrote:
> Guys,
>
> I have installed rc1 for v 1.5 and the ccnet validator is saying
> ccnet.config is not valid - unused node detected for the dupfinder task. All
> I did was copy/paste the dupfinder sample syntax from the documentation
> into the <tasks> section...
> <tasks>
> ...
> <dupfinder>
> <dynamicValues />
> <fileMask>*.cs</fileMask>
> <includeCode>False</includeCode>
> <inputDir>Code</inputDir>
> <recurse>False</recurse>
> <shortenNames>False</shortenNames>
> <threshold>5</threshold>
> <timeout>600</timeout>
> <width>2</width>
> </dupfinder>
> </tasks>
>
>
> and the cc validator will not pass. If I remove the sample xml dupfinder
> copy/pasted in from the documentation, the validation passes.
>
>
> Is the sample syntax incorrect in the documentation?
>
> /Justin
>