Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 79054 invoked from network); 30 Apr 2007 10:31:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 30 Apr 2007 10:31:11 -0000 Received: (qmail 63546 invoked by uid 500); 30 Apr 2007 10:31:17 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 62479 invoked by uid 500); 30 Apr 2007 10:31:14 -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 62468 invoked by uid 99); 30 Apr 2007 10:31:14 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Apr 2007 03:31:14 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (herse.apache.org: local policy) Received: from [64.132.39.177] (HELO mail-outgoing.divxnetworks.com) (64.132.39.177) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 30 Apr 2007 03:31:06 -0700 Received: (qmail 8718 invoked from network); 30 Apr 2007 10:30:45 +0000 Received: from unknown (HELO sdexchcluster1.divxnetworks.com) (172.16.2.131) by mail-outgoing.divxnetworks.com with SMTP; 30 Apr 2007 10:30:45 +0000 Received: from 172.16.130.31 ([172.16.130.31]) by SDEXCHCLUSTER1.divxnetworks.com ([172.16.2.133]) with Microsoft Exchange Server HTTP-DAV ; Mon, 30 Apr 2007 10:30:45 +0000 User-Agent: Microsoft-Entourage/11.3.3.061214 Date: Mon, 30 Apr 2007 03:30:38 -0700 Subject: Indirect property lookup failing. From: George Storm To: Message-ID: Thread-Topic: Indirect property lookup failing. Thread-Index: AceLEpgM1qF2wPcFEduyrgAWy8qAWw== Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org I am experimenting with ways to change the case of the text I am passing to a target. In the following test I have created a small table which I am accessing indirectly. >From my primary call (ant-test) I call (target1) which creates a compound string which will be used to lookup my replacement string (target2) which will be used by my final target (target3). My problem is that in target2 instead of it returning the contents of my property it is returning the name of the property. Your assistance would be appreciated. Thanks, - George Lawrence Storm, DivX, Inc. ---------------- Actual script: ---------------- Result: lookup-test: [echo] txt.l.dosomething: dosomething [echo] text.t.dosomething: Dosomething [echo] txt.u.dosomething: DOSOMETHING target1: [echo] action: dosomething target2: [echo] txt.action: txt.t.dosomething target3: [echo] do.action: txt.t.dosomething --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org