Return-Path: Mailing-List: contact ant-dev-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list ant-dev@jakarta.apache.org Received: (qmail 22484 invoked from network); 18 Oct 2000 16:58:54 -0000 Received: from unknown (HELO odo.i2.com) (64.26.226.21) by locus.apache.org with SMTP; 18 Oct 2000 16:58:54 -0000 Received: from i2.com ([10.16.16.152]) by odo.i2.com (8.9.0/8.9.0) with ESMTP id LAA00633 for ; Wed, 18 Oct 2000 11:57:17 -0500 (CDT) Message-ID: <39EDD6B2.3ED0094@i2.com> Date: Wed, 18 Oct 2000 11:58:26 -0500 From: Ken Wood X-Mailer: Mozilla 4.7 [en] (WinNT; I) X-Accept-Language: en MIME-Version: 1.0 To: ant-dev@jakarta.apache.org Subject: Re: Questions on Ant References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N If prop1 is true, xxx will be executed. Since it depends on "yyy", "yyy" is 'fired up'. If "prop2" is true, then "yyy" is executed. Max Nalsky wrote: > > Hi! > > Sorry if I post questions that were already discussed here. > > I haven't heard of Ant a week ago, now I'm using it for all my projects > and I'm extremely happy with it! Thank all of you for developing it. > > Questions: > > 1) How can I defince a target that should be invoked only if TWO > properties are simultaneously set? Using > > > > seem does not work. Is anyone has got an advice on it?