Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@apache.org Received: (qmail 53291 invoked from network); 7 Nov 2002 17:23:28 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 7 Nov 2002 17:23:28 -0000 Received: (qmail 13994 invoked by uid 97); 7 Nov 2002 17:23:00 -0000 Delivered-To: qmlist-jakarta-archive-ant-user@jakarta.apache.org Received: (qmail 13881 invoked by uid 97); 7 Nov 2002 17:22:57 -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 13730 invoked by uid 98); 7 Nov 2002 17:22:56 -0000 X-Antivirus: nagoya (v4218 created Aug 14 2002) From: "Jay Goldman" To: Subject: spaces in path name of working directory causes problems with ENTITY resolution using ant 1.5.1 Date: Thu, 7 Nov 2002 12:21:44 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Importance: Normal 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 am having problems using ENTITY references in ant files which reside in a directory whose absolute path contains spaces. This problem was not present in ant 1.4.1. Is this an ant 1.5.1 problem or a xerces problem? (i am using JDK 1.4.0_01, but i have seen the behavior using JDK 1.3.1_03) For example, I have the following ant files: /tmp/defs.xml: /tmp/S P/build.xml ]> &pathdefs; I issue the commands cd \tmp\S P; ant and the output is: BUILD FAILED Error reading project file: no protocol: ../defs.xml If i rename the 'S P' directory to 'SP', and issue the commands cd \tmp\SP; ant the output is: build: [echo] true BUILD SUCCESSFUL Jay Goldman -- To unsubscribe, e-mail: For additional commands, e-mail: