Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@apache.org Received: (qmail 41206 invoked from network); 8 Aug 2002 17:01:05 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 8 Aug 2002 17:01:05 -0000 Received: (qmail 3566 invoked by uid 97); 8 Aug 2002 17:01:22 -0000 Delivered-To: qmlist-jakarta-archive-ant-user@jakarta.apache.org Received: (qmail 3536 invoked by uid 97); 8 Aug 2002 17:01:21 -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 3522 invoked by uid 98); 8 Aug 2002 17:01:21 -0000 X-Antivirus: nagoya (v4198 created Apr 24 2002) Message-ID: From: Dominique Devienne To: "'Ant Users List'" Subject: RE: have a $ in my file name string Date: Thu, 8 Aug 2002 12:00:54 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N You must be using Ant 1.4.1, as in 1.5 the single $ sign would have been left alone. In both version, all '$$' are replaced with '$', and in 1.5, $'s are left alone, unless they come before {, as in ${varname}, and varname is not a current known Ant property. --DD -----Original Message----- From: Geoff Meakin [mailto:geoffm@isocra.com] Sent: Wednesday, August 07, 2002 10:10 AM To: Ant Users List Subject: RE: have a $ in my file name string try $$ Cheers -Geoff -----Original Message----- From: Curley, John [mailto:John_Curley@tvratings.com] Sent: 07 August 2002 04:04 PM To: 'Ant Users List' Subject: have a $ in my file name string Hi, I'm trying to include a class file in my jar that has a '$' character in its name. ... The jar will include every file except the one with the '$' character. I tried to escape the character but this didn't work. Does anyone know how I can get this file included? Thanks, John Curley -- 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: