Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 23700 invoked from network); 4 Jan 2007 02:00:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Jan 2007 02:00:23 -0000 Received: (qmail 4712 invoked by uid 500); 4 Jan 2007 02:00:28 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 4695 invoked by uid 500); 4 Jan 2007 02:00:28 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 4684 invoked by uid 99); 4 Jan 2007 02:00:28 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Jan 2007 18:00:28 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [65.223.48.51] (HELO mail.cirquedigital.com) (65.223.48.51) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Jan 2007 18:00:18 -0800 Received: from [192.168.1.10] (rrcs-69-63-82-170.west.biz.rr.com [69.63.82.170]) by mail.cirquedigital.com (Postfix) with ESMTP id A3D0B2EE74; Wed, 3 Jan 2007 18:00:01 -0800 (PST) Message-ID: <459C5F9A.3000601@cirquedigital.com> Date: Wed, 03 Jan 2007 17:59:54 -0800 From: Filip Defoort User-Agent: Thunderbird 1.5.0.9 (Macintosh/20061207) MIME-Version: 1.0 To: Mario Ivankovits CC: Jakarta Commons Developers List Subject: [VFS] contrib, truezip bridge Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi Mario, I'm not sure if you're familiar with Truezip (https://truezip.dev.java.net), but it's a library that allows for read + write access to zip/gz/tar/bz2 and other types of archives. I've implemented a quicky VFS provider for it, and it seems to work (took all of a whopping 20 minutes :-) ). I'm wondering if VFS is interested in this code - I'd be happy to contribute it. (it's just three classes and largely copied from the local filesystem implementation). Let me know if you're interested and how you'd like to proceed. Truezip is under ASF license; and has been released (v 6.4 currently), so I doubt that we'll run into problems for releasing this. Cheers! - Filip --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org