Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@apache.org Received: (qmail 70112 invoked from network); 20 Jan 2003 09:46:21 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 20 Jan 2003 09:46:21 -0000 Received: (qmail 22635 invoked by uid 97); 20 Jan 2003 09:47:30 -0000 Delivered-To: qmlist-jakarta-archive-ant-user@jakarta.apache.org Received: (qmail 22563 invoked by uid 97); 20 Jan 2003 09:47:29 -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 22550 invoked by uid 98); 20 Jan 2003 09:47:28 -0000 X-Antivirus: nagoya (v4218 created Aug 14 2002) Sensitivity: Subject: Re: ANT and AS/400 To: ant-user@jakarta.apache.org From: "Mark Cooper" Date: Mon, 20 Jan 2003 09:57:30 +0000 Message-ID: X-MIMETrack: Serialize by Router on Dom03/Microlise(Release 5.0.11 |July 24, 2002) at 20/01/2003 09:43:59 MIME-Version: 1.0 Content-type: text/plain; charset=us-ascii X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N ---------------------- Forwarded by Mark Cooper/Ops/Ltd/Microlise on 20/01/2003 09:44 --------------------------- Mark Cooper 20/01/2003 09:41 To: "Krishnamurthy, Prakash" cc: Subject: Re: ANT and AS/400 (Document link: Mark Cooper) The first thing I would do in a debugging effort is give your fileset an id so that you can use the pathconvert task and then echo out the resultant path. That way, you can check if the path actually exists through QShell. I notice your fileset dir path uses back-slashes. Are you sure that is correct? The Integrated File System paths on AS400 are usually separated with forward slashes. I can't tell from your script what ${path} equates to, but remember that for a 'get', the files will all be relative from whatever you have set 'remotedir' to be, so in your case the path you have asked it to get files from appears to be {topath}${path}\......etc. I notice that yhere is no dollar sign in before {topath} - is this meant to be a variable or not? Hope this helps Mark Cooper "Krishnamurthy, Prakash" on 17/01/2003 20:09:10 To: "'mark.cooper@microlise.com'" , "'DDevienne@lgc.com'" cc: Subject: ANT and AS/400 This is a part of my build xml. I am trying to copy some files. I am on a AS/400 and trying to access a windows file server through FTP and get files from there. Although, I am able to sign in, it does not copy over any files. It says,"0 files copied". I have tested and tried a zillion things and I am now sure that it cannot be a syntax problem. I tried doing a list instead of a get and that does not work either. I am thinking this could be because of the different File system that the AS/400 has. any comments? Any views or opinions presented in this Email message are solely those of the author and do not necessarily represent those of the Microlise Group unless otherwise specifically stated. Email communications are not necessarily secure and therefore the Microlise Group does not accept legal responsibility for the contents of this message. If you are not the intended recipient and have received this message in error, please notify Microlise immediately. Microlise Group Limited +44 (0)1773 537000 -- To unsubscribe, e-mail: For additional commands, e-mail: