> ----- Original Message ----- 
> From: "Hemry, Jeff" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Thursday, February 26, 2004 8:48 PM
> Subject: [nant-dev] 2 small changes to consider
>

> Hi all,
>
>
>
> Here are 2 small changes put in place for our specific needs that may be
> beneficial to the whole group.
>
>
>
> 1) Multiple files: Added a project level variable called
> nant.project.failure, such that a you can allow a task or group of tasks
> to complete regardless of failure using failonerror=false, and then
> afterwards check the value of nant.project.failure to determine if a
> failure occurred. Very useful for batch nunit tests, and gathering a
> report of the tests before checking if a failure occurred and throwing a
> fail.

Not sure if we should something like this, but we'll give it some thought
...

> 2) Availabletask: modified to allow for wildcards, such that it would be
> acceptable to determine if c:\temp\*.txt is available.

I guess you could accomplish this using the <foreach> task, perhaps not a
pretty way to do it, but possible ...

We are actually thinking about deprecating the <available> task as all of
its functionality is now also available using expressions/functions ...

Gert



-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to