Christian Hauser a écrit :
Hello

I'd like to check within an Ant target whether a particular file already exists on the disk and if not download the file (using the Get Ant task).

How do I best check if the file already exists?

Any help (preferably with a small code snippet) is appreciated.

Thanks in advance,

Christian

Hello,

Take a look at the <available> task : http://ant.apache.org/manual/CoreTasks/available.html

MAT.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to