>   <target name="main" >
>          <condition property="file.exists">
>             <length file="${fileToCheck}" when="greater" length="0"/>
>           </condition>
> 

You might want to look at the <available> task to ckeck whether or not
the file exists.

-Rob A


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

Reply via email to