Return-Path: Mailing-List: contact ant-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list ant-user@jakarta.apache.org Received: (qmail 24218 invoked from network); 20 Oct 2000 21:08:48 -0000 Received: from mailhost01.reflexnet.net (64.6.192.82) by locus.apache.org with SMTP; 20 Oct 2000 21:08:48 -0000 Received: from displayscape.com ([64.6.208.156]) by mailhost01.reflexnet.net with Microsoft SMTPSVC(5.5.1877.197.19); Fri, 20 Oct 2000 14:07:31 -0700 Received: from [172.17.66.54] (HELO succubussi) by displayscape.com (CommuniGate Pro SMTP 3.3.2) with SMTP id 211021 for ant-user@jakarta.apache.org; Fri, 20 Oct 2000 14:11:05 -0700 Message-ID: <019e01c03adb$77ea3360$364211ac@succubussi> From: "Scott M Stark" To: References: <2BBB61F98137D211A7C900805FB7568706F9D29D@exlon04.lehman.com> <01cc01c03ad4$f56f6550$0c46c4d8@SCARDINI> Subject: Re: echo message does not translate properties Date: Fri, 20 Oct 2000 14:19:44 -0700 Organization: DisplayScape MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N In what context and with what version of ant do you see this behavior? Using 1.2rc1 I am able to echo the properties defined within a target. bash-2.04$ ant -version Ant version 1.2rc1 compiled on October 14 2000 bash-2.04$ cat tst.xml bash-2.04$ ant -buildfile tst.xml Buildfile: ..\tst.xml run: in run, version = V0 runV: in runV, version = V0 BUILD SUCCESSFUL Total time: 0 seconds ----- Original Message ----- From: "Christopher Elkins" To: Sent: Friday, October 20, 2000 1:33 PM Subject: Re: echo message does not translate properties > > I would like to echo back the value of properties to a user but the > > following > > > > > > > > results in > > > > aprop = ${aprop} > > > > > > when I would like it to result in > > > > aprop = abc > > > > Was this ever addressed? I don't see anything in the archives. > > -- > Christopher Elkins > >