Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 97959 invoked from network); 1 Feb 2011 20:24:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 1 Feb 2011 20:24:46 -0000 Received: (qmail 72423 invoked by uid 500); 1 Feb 2011 20:24:46 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 72268 invoked by uid 500); 1 Feb 2011 20:24:45 -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 72260 invoked by uid 99); 1 Feb 2011 20:24:45 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Feb 2011 20:24:45 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [81.0.185.2] (HELO gw1.bekk.no) (81.0.185.2) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Feb 2011 20:24:37 +0000 Received: from munin.BEKK.no ([10.0.30.35]) by munin.BEKK.no ([10.0.30.35]) with mapi; Tue, 1 Feb 2011 21:24:17 +0100 From: Stein Inge Morisbak To: "user@ant.apache.org" Date: Tue, 1 Feb 2011 21:24:16 +0100 Subject: ant exec task: ssh username contains spaces, how to escape? Thread-Topic: ant exec task: ssh username contains spaces, how to escape? Thread-Index: AcvCTf9/D5HcvEwOS2qwz0rS9O2U9Q== Message-ID: Accept-Language: nb-NO Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: nb-NO Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org I am trying to call ssh using the ant exec task from maven. My problem is t= hat I can't figure out how to escape spaces in usernames. I have tried: ... and also: ... and finally: ... but no luck :-( Any ideas?= --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org