Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 85432 invoked from network); 23 Jul 2007 15:30:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 23 Jul 2007 15:30:44 -0000 Received: (qmail 37688 invoked by uid 500); 23 Jul 2007 15:30:38 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 37655 invoked by uid 500); 23 Jul 2007 15:30:38 -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 24854 invoked by uid 99); 21 Jul 2007 23:02:29 -0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of simon@uc.org designates 205.207.27.18 as permitted sender) Date: Sat, 21 Jul 2007 19:02:03 -0400 (EDT) From: "Simon P. Ditner" X-X-Sender: simon@iran.unitycode.org To: Ant Users List Subject: Re: 'get' decompressing tar.gz files on-the-fly, sometimes In-Reply-To: <6f7401650707211304s17aa7b93tabedf9d0de9a9d47@mail.gmail.com> Message-ID: References: <6f7401650707211304s17aa7b93tabedf9d0de9a9d47@mail.gmail.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Checked: Checked by ClamAV on apache.org It seems that apache2 was triggering it. I commented out 'AddEncoding x-gzip gz tgz' from my apache2.conf, and that seems to be enough for it to arrive still compressed. On Sat, 21 Jul 2007, Alex Egg wrote: > Could apache be doing it?? > > On 7/21/07, Simon P. Ditner wrote: > > > > I have a simple build file downloading a few .tar.gz files from my web > > server running a stock Apache2 from Ubuntu 6.06, using Ant 1.7.0. > > > > One command in my build.xml is: > > > > > /> > > > > And then I have a second command that is nearly identical: > > > > > /> > > > > Both file1 and file2 are tar.gz files, which I've confirmed from the > > server side, as well as by downloading them using wget. The only real > > difference is that file1 is 50kb, whereas file2 is 15mb. > > > > For some bizzare reason, file2 ends up being decompressed on-the-fly, and > > written as a 50mb tar file to src/file2.tar.gz > > > > That's very nifty -- but entirely unexpected and undesired. Is there some > > way to turn this off? > > > > Cheers, > > spd > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: user-unsubscribe@ant.apache.org > > For additional commands, e-mail: user-help@ant.apache.org > > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org