From ant-user-return-12230-apmail-jakarta-ant-user-archive=jakarta.apache.org@jakarta.apache.org Wed Sep 05 18:22:16 2001 Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@jakarta.apache.org Received: (qmail 84736 invoked by uid 500); 5 Sep 2001 18:22:16 -0000 Mailing-List: contact ant-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: ant-user@jakarta.apache.org Delivered-To: mailing list ant-user@jakarta.apache.org Received: (qmail 84722 invoked from network); 5 Sep 2001 18:22:16 -0000 Message-ID: <662DA08450FFD311893500508BC26BADD4E925@wildcat.tilion.com> From: "Brown, Sheldon" To: "'ant-user@jakarta.apache.org'" Subject: RE: Complete pathnames in ANT Date: Wed, 5 Sep 2001 14:21:48 -0400 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 you've got a ')' instead of a '}'. Is that a mis-type or your actual problem? Sheldon -----Original Message----- From: SAINI,DEEPA (Non-A-PaloAlto,ex2) [mailto:deepa_saini@non.agilent.com] Sent: Wednesday, September 05, 2001 2:19 PM To: 'ant-user@jakarta.apache.org' Subject: RE: Complete pathnames in ANT How? This is a part of my build.xml file where I am trying to create a directory given the entire path. But it doesn't work? where SHARE_DIR="d:\BuildResults" Thanks, Deepa. -----Original Message----- From: Conor MacNeill [mailto:conor@cortexebusiness.com.au] Sent: Tuesday, September 04, 2001 4:31 PM To: ant-user@jakarta.apache.org Subject: RE: Complete pathnames in ANT Yes > -----Original Message----- > From: SAINI,DEEPA (Non-A-PaloAlto,ex2) > [mailto:deepa_saini@non.agilent.com] > Sent: Wednesday, 5 September 2001 8:13 AM > To: 'ant-user@jakarta.apache.org' > Subject: Complete pathnames in ANT > > > Hello, > > Is it possible to reference complete pathnames in ANT rather than relative > pathnames in copy, move commands? > > Thanks, > Deepa. >