Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 4322 invoked from network); 2 Sep 2005 08:30:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 2 Sep 2005 08:30:31 -0000 Received: (qmail 67459 invoked by uid 500); 2 Sep 2005 08:30:24 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 67245 invoked by uid 500); 2 Sep 2005 08:30:23 -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 67232 invoked by uid 99); 2 Sep 2005 08:30:23 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Sep 2005 01:30:23 -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 [193.201.183.194] (HELO sscd0009.hukdmz.huk-coburg.de) (193.201.183.194) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Sep 2005 01:30:36 -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: Problem with param expansion Date: Fri, 2 Sep 2005 10:30:16 +0200 Message-ID: <1397E81F23832842BDD7B2D758D4B0B52AAD47@VEX00120.lan.huk-coburg.de> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Problem with param expansion Thread-Index: AcWvmIv7rrLB5YvzQ/220kPk6J9uHw== From: "Rebhan, Gilbert" To: X-OriginalArrivalTime: 02 Sep 2005 08:30:17.0124 (UTC) FILETIME=[8C27DE40:01C5AF98] X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi, after fixing my other problems with and property expansion, one problem remains =3D my script has =3D @{copyfile}" /> i'm using the exec because with ant and scp task i have no option to preserve the timestamp [ feature request =3D preservelastmodified for scp task ] but the arg line get's expanded as =3D ... userservername:project/ ... the parts omitted with ... are all right but the scp command needs user@servername i've tried with user@@@{server} but that get's expanded as : ... user@{server}:project/ ... Question =3D Any hints how to get my arg line expanded right ? Maybe there's an option like writing < instead of < ? Maybe there is a workaround with scp task that preserves the timestamp of the files even without a preservelastmodified attribute available ? Gilbert --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org