AW: AW: Checking for avaliablity of file

2004-08-11 Thread Jan . Materne
gu_hrd.distrib present Jan > -UrsprÃngliche Nachricht- > Von: Pritesh saharey [mailto:[EMAIL PROTECTED] > Gesendet am: Mittwoch, 11. August 2004 09:03 > An: [EMAIL PROTECTED] > Betreff: Re: AW: Checking for avaliablity of file > > Than

Re: AW: Checking for avaliablity of file

2004-08-11 Thread Pritesh saharey
8:35 > An: [EMAIL PROTECTED] > Betreff: Checking for avaliablity of file > > Hi All, > I want to check for a file whether it exsist or not in a > particular path how can it be checked, suppose there is a file at > /home/pritu/verify/gu_hrd.distrib and in my build.xml file > th

Re: Checking for avaliablity of file

2004-08-10 Thread Angeshwar Deepak
Hi, I am not sure myself, but what I would do is assign a property name to the file and check in the if assigned it proceeds else direst it to the next required target. bye, with regards, Deepak. --- Pritesh saharey <[EMAIL PROTECTED]> wrote: > Hi All, > I want to check for a file whether it

AW: Checking for avaliablity of file

2004-08-10 Thread Jan . Materne
? Jan > -Ursprüngliche Nachricht- > Von: Pritesh saharey [mailto:[EMAIL PROTECTED] > Gesendet am: Mittwoch, 11. August 2004 08:35 > An: [EMAIL PROTECTED] > Betreff: Checking for avaliablity of file > > Hi All, > I want to check for a file whether it exsist o

Checking for avaliablity of file

2004-08-10 Thread Pritesh saharey
Hi All, I want to check for a file whether it exsist or not in a particular path how can it be checked, suppose there is a file at /home/pritu/verify/gu_hrd.distrib and in my build.xml file there is target which is dependent on the avaliability of this gu_hrd.distrib file, so i wanted to check th