Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 58540 invoked from network); 7 Oct 2005 08:03:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 7 Oct 2005 08:03:01 -0000 Received: (qmail 97053 invoked by uid 500); 7 Oct 2005 08:02:54 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 97008 invoked by uid 500); 7 Oct 2005 08:02:54 -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 96993 invoked by uid 99); 7 Oct 2005 08:02:54 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Oct 2005 01:02:54 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [195.238.133.130] (HELO mail.dig.de) (195.238.133.130) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 07 Oct 2005 01:02:54 -0700 Received: from imap4.dig.de by mail.dig.de via smtpd (for asf.osuosl.org [140.211.166.49]) with SMTP; Fri, 7 Oct 2005 09:59:21 +0200 Received: by olivia.dig.de (Postfix, from userid 65534) id 445621202F4; Fri, 7 Oct 2005 10:01:30 +0200 (CEST) Received: from [10.70.25.79] (unknown [10.70.25.79]) by olivia.dig.de (Postfix) with ESMTP id 9BEAD120097 for ; Fri, 7 Oct 2005 10:01:29 +0200 (CEST) Message-ID: <43462A8C.5040104@dig.de> Date: Fri, 07 Oct 2005 09:58:04 +0200 From: Holger King Organization: DIG Digital Informatin Group User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7) Gecko/20040616 X-Accept-Language: en-us, en, de-de MIME-Version: 1.0 To: user@ant.apache.org Subject: ant and nested property values Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Checker-Version: SpamAssassin 2.64 (2004-01-11) on olivia.dig.de X-Spam-Level: X-Virus-Checked: Checked by ClamAV on apache.org X-Old-Spam-Status: No, hits=-4.2 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=2.64 X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi Group, I'm just trying to build something like that using "ANT" and "ANT-CONTRIB": In this case "nested" would resolve as follows: nested = ${${one}.${two}} = ${first.${two}} = ${first.second} = numbers Using CruiseControl (s.: http://confluence.public.thoughtworks.org/display/CC/ConfigFiles ) this is no problem. But how to do it using "ANT"/"ANT-CONTRIB"? Do I need any JAR-libraries of the CruiseControl-package or is it possible in another way in "ANT" respective "ANT-CONTRIB"? Which JARs do I need? Are there alternatives to build such structures? Thanx for your help! Holger King --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org