Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@apache.org Received: (qmail 47906 invoked from network); 15 Dec 2002 18:40:56 -0000 Received: from exchange.sun.com (HELO nagoya.betaversion.org) (192.18.33.10) by daedalus.apache.org with SMTP; 15 Dec 2002 18:40:56 -0000 Received: (qmail 28251 invoked by uid 97); 15 Dec 2002 18:41:50 -0000 Delivered-To: qmlist-jakarta-archive-ant-user@jakarta.apache.org Received: (qmail 28093 invoked by uid 97); 15 Dec 2002 18:41:49 -0000 Mailing-List: contact ant-user-help@jakarta.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 ant-user@jakarta.apache.org Received: (qmail 27943 invoked by uid 98); 15 Dec 2002 18:41:48 -0000 X-Antivirus: nagoya (v4218 created Aug 14 2002) Reply-To: From: =?iso-8859-1?Q?Aubin_Mah=E9?= To: "'Ant Users List'" Subject: RE: How escaping '*'? Date: Sun, 15 Dec 2002 19:40:43 +0100 Message-ID: <002f01c2a469$79818d50$b5a0fea9@PASSION> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2616 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal In-Reply-To: X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N I don't want to expand the *... So my question is: how escape * in ANT to avoid the expansion? -----Original Message----- From: Dominique Devienne [mailto:DDevienne@lgc.com]=20 Sent: vendredi 13 d=E9cembre 2002 16:51 To: 'Ant Users List' Subject: RE: How escaping '*' ? The shell was doing the expansion of the '*'. The task should work for you (you just need to start Java yourself, which is easy thanks to java.home), or you expand the '*' before using a converted to a property using . Sounds like would be the better solution to me. --DD -----Original Message----- From: Aubin Mah=E9 [mailto:aubin.mahe@wanadoo.fr]=20 Sent: Friday, December 13, 2002 7:45 AM To: 'Ant Users List' Subject: How escaping '*' ? I wish to run a jar with this target: The '*' after 'select' will be expanded and replaced by the files in the current directory. Before, I used 'make': go: $(JAR_TARGET) $JAVA) -jar $(JAR_TARGET) -l MainTrace -o 1 -select '*' Info: give the same result. Anybody has an idea? -- To unsubscribe, e-mail: For additional commands, e-mail: -- To unsubscribe, e-mail: For additional commands, e-mail: -- To unsubscribe, e-mail: For additional commands, e-mail: