Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 46270 invoked from network); 18 May 2005 14:33:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 18 May 2005 14:33:55 -0000 Received: (qmail 91645 invoked by uid 500); 18 May 2005 14:23:19 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 91420 invoked by uid 500); 18 May 2005 14:23:16 -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 91181 invoked by uid 99); 18 May 2005 14:23:13 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from mail2.huk-coburg.de (HELO sscd0008.hukdmz.huk-coburg.de) (193.201.183.194) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 18 May 2005 07:23:11 -0700 X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: quoted-printable Subject: [antcontrib] foreach expanding properties Date: Wed, 18 May 2005 16:12:18 +0200 Message-ID: <1397E81F23832842BDD7B2D758D4B0B52AAC48@VEX00120.lan.huk-coburg.de> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [antcontrib] foreach expanding properties Thread-Index: AcVbs5m0w0begMT+ThOvf/Aaqdl6Dw== From: "Rebhan, Gilbert" To: X-OriginalArrivalTime: 18 May 2005 14:12:18.0742 (UTC) FILETIME=[99CB0560:01C55BB3] X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi, i'm just testing what kind of syntax in my propertyfile is suitable when using the task in antcontrib. so far i have =3D propertysyntax : modul.1=3DFirstModul modul.1.version=3D1_2_3 i also tried ${modul.1}.version modul.2=3DSecondModul modul.2.version=3D0_2_3 modul.3=3DThirdModul modul.3.version=3D1_3_1 modul.list=3D${modul.1},${modul.2},${modul.3} with snippet : =20 ${modul} works fine, giving me the names of the moduls, but ${modul}=3D $${modul.version} or ${modul}=3D ${modul.version} gives me only [echo] FirstModul=3D${modul.version} when i want to get the version expanded too. Question =3D how to alter the propertysyntax or buildscript to get the version expanded ? Any hints ? Gilbert --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org