yeah, that will be great!
mike
-----Original Message-----
From: Diane Holt [mailto:holtdl@yahoo.com]
Sent: Wednesday, May 08, 2002 11:58 AM
To: Ant Users List
Subject: RE: if/else structure
--- Michael_Luu@NAI.com wrote:
> the problem is that earlier versions of ant doesn't support the nested
> contains element. :)
Doh! (Got a bad cold, so my brain's a bit mushy.)
I wrote a little <requires> task some time ago that lets you say which
version is required. So target "chkVersion" would become:
<target name="chkVersion">
<requires version="1.5Beta1"/>
</target>
Want it?
Diane
=====
(holtdl@yahoo.com)
__________________________________________________
Do You Yahoo!?
Yahoo! Health - your guide to health and wellness
http://health.yahoo.com
--
To unsubscribe, e-mail: <mailto:ant-user-unsubscribe@jakarta.apache.org>
For additional commands, e-mail: <mailto:ant-user-help@jakarta.apache.org>
--
To unsubscribe, e-mail: <mailto:ant-user-unsubscribe@jakarta.apache.org>
For additional commands, e-mail: <mailto:ant-user-help@jakarta.apache.org>
|