Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 28980 invoked from network); 18 Sep 2006 18:14:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 18 Sep 2006 18:14:10 -0000 Received: (qmail 14337 invoked by uid 500); 18 Sep 2006 18:14:07 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 14294 invoked by uid 500); 18 Sep 2006 18:14:06 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 14277 invoked by uid 99); 18 Sep 2006 18:14:06 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Sep 2006 11:14:06 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=NO_REAL_NAME,SPF_HELO_PASS X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [212.227.126.183] (HELO moutng.kundenserver.de) (212.227.126.183) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Sep 2006 11:14:04 -0700 Received: from [172.23.4.151] (helo=pustefix151.kundenserver.de) by mrelayeu.kundenserver.de (node=mrelayeu0) with ESMTP (Nemesis), id 0MKwh2-1GPNci2Xmm-0003pE; Mon, 18 Sep 2006 20:13:40 +0200 Message-Id: <12152897.970271158603220456.JavaMail.servlet@kundenserver> From: lists@bitfaeule.net To: Subject: numerical comparison of properties. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Priority: 3 X-Binford: 6100 (more power) X-Mailer: Webmail X-Originating-From: 6293513 X-Routing: DE X-Message-Id: <6293513$1158603220456172.23.4.15133387660@pustefix151.kundenserver.de-358943668> X-Received: from pustefix151.kundenserver.de by 195.244.104.201 with HTTP id 6293513 for [user@ant.apache.org]; Mon, 18 Sep 2006 20:13:40 CEST Date: Mon, 18 Sep 2006 20:13:40 +0200 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hello, I would like to have a target compare two properties and set a third property with the value of the greater of the two. I have looked in at ant contrib's tasks but haven't found it. The problem seems to trivial to write my own task. thanks for help. Jacques --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org