Hey everyone...
I have the following in a build script:
<record action="Start" autoflush="true" name="${nant.log}"/>
The name value is valid. I get the following error message:
Invalid element <record>.Unknown task or datatype.
After looking at the documentation I am not sure why this is causing an error.
Any ideas?