Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 55426 invoked from network); 25 May 2004 11:47:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 25 May 2004 11:47:41 -0000 Received: (qmail 16579 invoked by uid 500); 25 May 2004 11:45:01 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 16332 invoked by uid 500); 25 May 2004 11:44:59 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 16001 invoked by uid 98); 25 May 2004 11:44:55 -0000 Received: from oleg-estekhin@yandex.ru by hermes.apache.org by uid 82 with qmail-scanner-1.20 (clamuko: 0.70. Clear:RC:0(213.180.200.4):. Processed in 0.314999 secs); 25 May 2004 11:44:55 -0000 X-Qmail-Scanner-Mail-From: oleg-estekhin@yandex.ru via hermes.apache.org X-Qmail-Scanner: 1.20 (Clear:RC:0(213.180.200.4):. Processed in 0.314999 secs) Received: from unknown (HELO vanish.yandex.ru) (213.180.200.4) by hermes.apache.org with SMTP; 25 May 2004 11:44:54 -0000 Received: from [195.208.60.95] ([195.208.60.95]:16136 "EHLO d3isa5" smtp-auth: "oleg-estekhin") by mail.yandex.ru with ESMTP id ; Tue, 25 May 2004 15:44:34 +0400 From: "Oleg S. Estekhin" To: "Ant Users List" Subject: RE: outputting the value of a condition Date: Tue, 25 May 2004 15:45:11 +0400 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.6604 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 In-Reply-To: Importance: Normal X-Spam-Rating: hermes.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi Check in Ant Contrib (http://ant-contrib.sourceforge.net/) or use somethinf like this: -----Original Message----- From: Eric [mailto:eric.fingerhut@verizon.net] Sent: Tuesday, May 25, 2004 3:27 PM To: Ant Users List Subject: outputting the value of a condition I have a condition to check whether junit tests should be run or not. If the tests are not run, I want to log a message that it wasn't necessary it run them (i.e., the condition was true). Assuming the condition property value is "tests.uptodate", how would I accomplish this? Thanks in advance, -Eric --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org