Return-Path: Delivered-To: apmail-commons-user-archive@www.apache.org Received: (qmail 67634 invoked from network); 2 Jul 2008 19:02:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Jul 2008 19:02:33 -0000 Received: (qmail 77098 invoked by uid 500); 2 Jul 2008 19:02:20 -0000 Delivered-To: apmail-commons-user-archive@commons.apache.org Received: (qmail 77017 invoked by uid 500); 2 Jul 2008 19:02:20 -0000 Mailing-List: contact user-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Commons Users List" Delivered-To: mailing list user@commons.apache.org Received: (qmail 76993 invoked by uid 99); 2 Jul 2008 19:02:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Jul 2008 12:02:20 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of grobmeier@gmail.com designates 64.233.170.184 as permitted sender) Received: from [64.233.170.184] (HELO rn-out-0910.google.com) (64.233.170.184) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Jul 2008 19:01:29 +0000 Received: by rn-out-0910.google.com with SMTP id m69so193277rnd.1 for ; Wed, 02 Jul 2008 11:59:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type:references; bh=RQU+Gu7Mg8+XVcT/DlgBLRDxsv55gyq9PTjcC/MgGwY=; b=qmpWIdGMTImy4t0JeT6g8T56S/4r4kyypl1wz93EZtobFrodajY3I0aiKexFvhEfGh EQhsZns+x8pjqM5Mqau/j06Aui3lzvvFAbvEvHHpu/jsCXAOlJ00eBUpR+HEiYzuM6v8 zmnbEX4U28grIxLLX3wxetrkHYlAg7cdr8JqA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:references; b=G4cqX2luq7Z0s5ZNeURBnEmF4KAf7yq88dYeRzPNEAaClAtzW2+h5L2SslpY6nPYKi /20mO23KK5hHWIQ4uuC4FqjAGfa3U6vKKIdYWqNEUJO3E/SR6pDuIic7SSIWLGzyrkUE iHfkWh0Esgq/jTTenWq2pTFwfKhLhCR6QE7Ec= Received: by 10.151.145.11 with SMTP id x11mr13665403ybn.125.1215025196885; Wed, 02 Jul 2008 11:59:56 -0700 (PDT) Received: by 10.150.145.3 with HTTP; Wed, 2 Jul 2008 11:59:56 -0700 (PDT) Message-ID: Date: Wed, 2 Jul 2008 20:59:56 +0200 From: "Christian Grobmeier" To: "Commons Users List" Subject: Re: [VFS] Modifying / Creating zip archives In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_6251_17392525.1215025196895" References: <6e1d61f50807020709u6d6e39d5xdd98d9503166f659@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_6251_17392525.1215025196895 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline On Wed, Jul 2, 2008 at 4:36 PM, Pierre Chastagner wrote: > > Yes TrueZip works pretty well, even if the system limits may be reached > when scanning large amount of files. > But TrueZip development seems to be abandonned for some time now... > > Well, Truezip does the trick but I think having a more general library > would be nicer (and something maybe more reliable on time-basis). > we had lots of discussions about truezip in the past and came to the conclusion, that we prefer an own impl. like commons-compress before truezip. ------=_Part_6251_17392525.1215025196895--