--- Stefan Bodewig <[EMAIL PROTECTED]> wrote:
> <target name="check">
>   <available file="${jar}" property="present "/>
>   <echo message="${jar} present: ${present}" />
> </target>

Except you probably don't really want that <echo> in this target, since it
would always print out, even if ${jar} isn't available, so you'd end up
with output that has an unresolved property:

    [echo] log4j.jar present: ${present}

Diane

=====
([EMAIL PROTECTED])



__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail
http://personal.mail.yahoo.com/

Reply via email to