From eprice@ptc.com Tue Mar 4 17:00:16 2003 Return-Path: Mailing-List: contact user-help@ant.apache.org; run by ezmlm Delivered-To: mailing list user@ant.apache.org Received: (qmail 27618 invoked from network); 4 Mar 2003 17:00:16 -0000 Received: from poster.ptc.com (HELO mxrelay.ptc.com) (12.11.148.30) by daedalus.apache.org with SMTP; 4 Mar 2003 17:00:16 -0000 Received: from HQ-EXFE3.ptcnet.ptc.com (localhost [127.0.0.1]) by mxrelay.ptc.com (8.9.0/8.9.0) with ESMTP id MAA15607 for ; Tue, 4 Mar 2003 12:00:16 -0500 (EST) Received: from hq-mail1.ptcnet.ptc.com ([132.253.201.69]) by HQ-EXFE3.ptcnet.ptc.com with Microsoft SMTPSVC(5.0.2195.5329); Tue, 4 Mar 2003 11:59:59 -0500 Received: from ptc.com ([132.253.96.61]) by hq-mail1.ptcnet.ptc.com with Microsoft SMTPSVC(5.0.2195.5329); Tue, 4 Mar 2003 11:59:59 -0500 Message-ID: <3E64DB8F.3050204@ptc.com> Date: Tue, 04 Mar 2003 11:59:59 -0500 From: Erik Price User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.2.1) Gecko/20021130 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Ant Users List Subject: Re: Relative / absolute path References: <51D950A08D48D611980B0008C7919F260113F08D@blackbush.scania.se> In-Reply-To: <51D950A08D48D611980B0008C7919F260113F08D@blackbush.scania.se> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-OriginalArrivalTime: 04 Mar 2003 16:59:59.0653 (UTC) FILETIME=[7D9DB550:01C2E26F] X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Thorselius Göran wrote: [...] > > ]> [...] > Ant says: > Cannot find \dir_a\dir_b\dir_1\dir_2\antProperties.xml > > How can I fix this ? Try using crossplatform-style file hierarchy delimiters -- in other words, forward-slashes (even if you're on Win32). Something like this should work: Which assumes that you have a file hierarchy like this: /above_dir_1 /dir_1 /dir_2 antProperties.xml /some_other_dir build.xml Obviously custom-taylor to your own filesystem setup. Erik