> -----Original Message-----
> From: Jaroslaw Kowalski [mailto:[EMAIL PROTECTED] 
> Sent: den 17 mars 2004 07:52
> To: Matthew Mastracci; Nant-Developers (E-mail)
> Subject: Re: [nant-dev] NAnt pedantic mode
> 
> 
> > 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

Or how about a "dry run" mode? That way I won't even hav to wait
for ages for the code to run through all my stuff. Maybe I don't
even need code at all, I can develop/test the script syntax dry.

/Nicke


-------------------------------------------------------
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