Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@jakarta.apache.org Received: (qmail 9238 invoked by uid 500); 19 Sep 2001 22:32:15 -0000 Mailing-List: contact ant-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: ant-user@jakarta.apache.org Delivered-To: mailing list ant-user@jakarta.apache.org Received: (qmail 9205 invoked from network); 19 Sep 2001 22:32:14 -0000 From: "Ylan Segal" To: Subject: RE: Checking if properties is set Date: Wed, 19 Sep 2001 17:35:20 -0600 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 In-Reply-To: <7382FCA44E27D411BD4A00508BD68F9501F83B77@pigeon.tumbleweed.com> X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N > > > // use NOT, AND, OR etc here to check all required properties > > > But how do I check within the NOT, AND, OR if a property is set. The attribute "available" is a mimic of the Available task, and there you can only check for a classname, file or resource as far as I can tell from the ant manual, not for a property. Ylan