Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@apache.org Received: (qmail 67036 invoked from network); 19 Jul 2002 19:12:30 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 19 Jul 2002 19:12:30 -0000 Received: (qmail 1259 invoked by uid 97); 19 Jul 2002 19:12:42 -0000 Delivered-To: qmlist-jakarta-archive-ant-user@jakarta.apache.org Received: (qmail 1231 invoked by uid 97); 19 Jul 2002 19:12:41 -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 1204 invoked by uid 98); 19 Jul 2002 19:12:40 -0000 X-Antivirus: nagoya (v4198 created Apr 24 2002) Message-ID: From: "West, Mike" To: "'ant-user@jakarta.apache.org'" Subject: problem with ANT 1.5 on Windows 2000 Date: Fri, 19 Jul 2002 14:12:08 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Fairly new to ANT and I have the following line in my build.xml file: Note that I'm pointing to a network drive I've assigned z: to. My target looks like: I run ant from a directory (C:\myprojdir) on my C: drive I get: file:c:/myprojdir/build.xml:5: srcdir "C:\myprojdir\$(src)" does not exist! Changing my target to say srcdir="/$(src)" gets almost the same thing: file:c:/myprojdir/build.xml:5: srcdir "C:\$(src)" does not exist! So I'm getting either my c:\ or my project directory prepended. However hardcoding the z: location in the target srcdir parameter works just fine. Any help here? Thanks. Mike West mike.west@experian.com -- To unsubscribe, e-mail: For additional commands, e-mail: