Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 9662 invoked from network); 26 Feb 2004 16:16:21 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 26 Feb 2004 16:16:21 -0000 Received: (qmail 88264 invoked by uid 500); 26 Feb 2004 16:16:08 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 88012 invoked by uid 500); 26 Feb 2004 16:16:07 -0000 Mailing-List: contact user-help@ant.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 user@ant.apache.org Received: (qmail 87995 invoked from network); 26 Feb 2004 16:16:06 -0000 Received: from unknown (HELO mclmx.mail.saic.com) (149.8.64.10) by daedalus.apache.org with SMTP; 26 Feb 2004 16:16:06 -0000 Received: from mcl-its-ieg01.mail.saic.com by mclmx.mail.saic.com for user@ant.apache.org; Thu, 26 Feb 2004 11:15:51 -0500 Received: from mcl-its-exbh01.mail.saic.com ([149.8.64.11]) by mcl-its-ieg01.mail.saic.com (SAVSMTP 3.1.2.35) with SMTP id M2004022611155105193 for ; Thu, 26 Feb 2004 11:15:51 -0500 Received: by mcl-its-exbh01.mail.saic.com with Internet Mail Service (5.5.2657.72) id ; Thu, 26 Feb 2004 11:15:51 -0500 Message-Id: <860AD41E1A9F9E478C5D3B18AAC39468877966@us-vienna-fims.mail.saic.com> From: "Chon, Ae H" To: "'user@ant.apache.org'" Subject: Using Ant's Entity task : issues with directory with spaces. Date: Thu, 26 Feb 2004 11:15:43 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2657.72) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N I'm running into an interesting senerio with using Entity task to include XML file fragment. My OS environment is "Windows 2000". Snippet of my build script that shows an example of how i'm using Entity: ]> I'm having problems with ANT not being able to find XML file fragment when the directory name has spaces in it's path. The message that i'm getting is the following... D:\Projects\CODISmp\Software Development Folders\SDF CODIS Common\..\..\build\Build%20Scripts\ant\Tasklib\TargetsVBbuild.xml could not be found I'm not getting this message for "common-properties.xml" file since it doesn't have directory with spaces. I tested to see if i replaced the space with a "-" would remove the message. That did fixed the problem and ANT didn't complain that the file "could not be found". Lastly, although it is generating "could not be found" message, it seems to pull in the XML fragment file since the build does complete successfully. Is this a known bug? It isn't critical to my build since it builds successfully although it returns "could not be found" message. It is confusing to see that message since it looks like the XML fragment isn't being pulled in. Ae Hwa --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org