Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 60170 invoked from network); 22 Jan 2009 16:52:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 22 Jan 2009 16:52:06 -0000 Received: (qmail 51435 invoked by uid 500); 22 Jan 2009 16:52:02 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 51405 invoked by uid 500); 22 Jan 2009 16:52:02 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 51394 invoked by uid 99); 22 Jan 2009 16:52:02 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Jan 2009 08:52:02 -0800 X-ASF-Spam-Status: No, hits=2.6 required=10.0 tests=DNS_FROM_OPENWHOIS,SPF_HELO_PASS,SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Jan 2009 16:51:53 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1LQ2mC-0006Oh-GJ for user@ant.apache.org; Thu, 22 Jan 2009 08:51:32 -0800 Message-ID: <21608282.post@talk.nabble.com> Date: Thu, 22 Jan 2009 08:51:32 -0800 (PST) From: Faded-Maximus To: user@ant.apache.org Subject: Gunzip error MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: fadedmaximus@gmail.com X-Virus-Checked: Checked by ClamAV on apache.org I have been trying to figure this out for the last few hours to no avail. The code works fine on my one linux account and after editing a few variables and using it on the build account, I am receiving an error message. [install]$ ant build.ASE Buildfile: build.xml tidy.ASE: [echo] Cleaning the ASE folders... [echo] The ASE folders have been cleaned. unzip.ASE: [echo] Unzipping the ASE bundles... [echo] DEBUG (location of .tgz) /users/build/main/release/AIX.tgz BUILD FAILED /users/build/build.xml:305: the archive doesn't exist Total time: 0 seconds The code is as follows: .... This is where it's failing, with that error message. The weird thing is the archive does physically exist in that location: [release]$ pwd /users/build/main/release [release]$ ls AIX.tgz Linux.tgz [release]$ Any ideas? -- View this message in context: http://www.nabble.com/Gunzip-error-tp21608282p21608282.html Sent from the Ant - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org