Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 41535 invoked from network); 23 Jun 2004 22:13:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 23 Jun 2004 22:13:17 -0000 Received: (qmail 32347 invoked by uid 500); 23 Jun 2004 22:13:30 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 32118 invoked by uid 500); 23 Jun 2004 22:13:26 -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 32024 invoked by uid 99); 23 Jun 2004 22:13:24 -0000 X-ASF-Spam-Status: No, hits=0.7 required=10.0 tests=HTML_60_70,HTML_MESSAGE X-Spam-Check-By: apache.org Received: from [63.161.85.133] (HELO mailer1.everypath.com) (63.161.85.133) by apache.org (qpsmtpd/0.27.1) with ESMTP; Wed, 23 Jun 2004 15:13:24 -0700 Received: from hqexch01.everypath.com (hqexch01 [10.7.2.11]) by mailer1.everypath.com (8.12.5/8.12.5) with ESMTP id i5NMTK3J013426 for ; Wed, 23 Jun 2004 15:29:20 -0700 Received: by hqexch01.everypath.com with Internet Mail Service (5.5.2653.19) id ; Wed, 23 Jun 2004 15:17:40 -0700 Message-ID: From: Ravi Pachipala To: "'Ant Users List'" Subject: RE: recursive expansion of property names Date: Wed, 23 Jun 2004 15:17:31 -0700 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C4596F.E06CD60C" X-Everypath-MailScanner-Information: Please contact the ISP for more information X-Everypath-MailScanner: Found to be clean X-Everypath-MailScanner-SpamCheck: not spam, SpamAssassin (score=-30.861, required 5, AWL -26.06, BAYES_00 -4.90, HTML_MESSAGE 0.10) X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N ------_=_NextPart_001_01C4596F.E06CD60C Content-Type: text/plain; charset="iso-8859-1" Hi, I have been using a This works fine with jdk1.3.1. However, when I switched to jdk1.4.1, I am getting "connection failure" exception. Any ideas? dist-tomcat41: [get] Getting: file://Utilitysrv1/Misc/Tomcat41Zip/tomcat41.zip [get] Error getting file://Utilitysrv1/Misc/Tomcat41Zip/tomcat41.zip to U: \cm\build\tomcat41.zip BUILD FAILED file:U:/cm/build/build.xml:676: java.net.ConnectException: Connection refused: connect -----Original Message----- From: Matt Benson [mailto:gudnabrsam@yahoo.com] Sent: Wednesday, June 23, 2004 3:10 PM To: Ant Users List Subject: Re: recursive expansion of property names See http://ant.apache.org/faq.html#propertyvalue-as-name-for-property -Matt --- Jeffrey Bacon wrote: > sorry, I should be more specific: > > I have a properties file: > > projects = com.magmic > com.magmic.name = APIs > > and I load that in Ant. > > I want to access com.magmic.name by using the > projects property: > > ${${projects}.name} > > I want that to print "APIs". Is there some way to > effect that? > > -- > Jeffrey Bacon > jbacon@magmic.com > Creative Developer > http://www.magmic.com > > > Jeffrey Bacon wrote: > > Can I effect the below behavior somehow to get it > to print 'hello'? > > > > > > > > ${{prop1}} > > --------------------------------------------------------------------- > To unsubscribe, e-mail: > user-unsubscribe@ant.apache.org > For additional commands, e-mail: > user-help@ant.apache.org > > __________________________________ Do you Yahoo!? Yahoo! Mail - 50x more storage than other providers! http://promotions.yahoo.com/new_mail --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org ------_=_NextPart_001_01C4596F.E06CD60C--