> I've run into a number of build-script bugs today that are related to
> NAnt task properties changing/disappearing/obsoleting/etc.
>
> What does everyone think of a command-line flag to put NAnt into
> pedantic mode?  This would throw an error if any build task tried to use
> a property that didn't exist or was obsoleted.
>
> I would personally run in pedantic mode all the time.
>
> Ideas?  Comments?  Flames?  :)

That's a great idea. I personally find it annoying that I can pass an
argument (attribute, fileset) that is ignored because it is misspelled but I
get no word of warning.

I think that this commandline flag should be also settable at the project
level:

<project strict="true">
...
</project>

Jarek



-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to