Title: RE: [Nant-users] Where are command line options documented?

Great. I'll try that.  Thanks!

Evan A. Bonnett
Reynolds and Reynolds, IT
ERA Integrated Desking Development
937-485-8577
58577


-----Original Message-----
From: Jaroslaw Kowalski [mailto:[EMAIL PROTECTED]]
Sent: Friday, March 12, 2004 2:07 PM
To: Bonnett, Evan A; 'Gert Driesen'; [EMAIL PROTECTED]
Subject: Re: [Nant-users] Where are command line options documented?


If you use the nightly build (recommended):

<property name="dir.name" value="c:\some\path\to\delete" /> <delete dir="${dir.name}" if="${directory::exists(dir.name)}" />

If you want to use the release build, you <available> task is the solution.

Jarek

----- Original Message -----
From: "Bonnett, Evan A" <[EMAIL PROTECTED]>
To: "'Gert Driesen'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Friday, March 12, 2004 7:43 PM
Subject: RE: [Nant-users] Where are command line options documented?


> I have a build file and would like to delete a directory IF it exists
> and then re make it.  If the dir doesn't exist, nant throws an error. 
> Is
there
> a way to do an existence check on the directory?
>
>
> Evan A. Bonnett
> Reynolds and Reynolds, IT
> ERA Integrated Desking Development
> 937-485-8577
> 58577
>
>
>

Reply via email to