Return-Path: Delivered-To: apmail-commons-issues-archive@minotaur.apache.org Received: (qmail 95005 invoked from network); 15 May 2010 08:56:08 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 15 May 2010 08:56:08 -0000 Received: (qmail 31599 invoked by uid 500); 15 May 2010 08:56:08 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 31338 invoked by uid 500); 15 May 2010 08:56:06 -0000 Mailing-List: contact issues-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: issues@commons.apache.org Delivered-To: mailing list issues@commons.apache.org Received: (qmail 31328 invoked by uid 99); 15 May 2010 08:56:05 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 15 May 2010 08:56:05 +0000 X-ASF-Spam-Status: No, hits=-1430.5 required=10.0 tests=ALL_TRUSTED,AWL X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 15 May 2010 08:56:03 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o4F8tgmx009240 for ; Sat, 15 May 2010 08:55:42 GMT Message-ID: <17248170.64091273913742521.JavaMail.jira@thor> Date: Sat, 15 May 2010 04:55:42 -0400 (EDT) From: "maurel jean francois (JIRA)" To: issues@commons.apache.org Subject: [jira] Commented: (COMPRESS-111) support for lzma files In-Reply-To: <9686224.251273502297501.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/COMPRESS-111?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12867842#action_12867842 ] maurel jean francois commented on COMPRESS-111: ----------------------------------------------- I prepared a patch proposal based on 7zip sdk assuming that 7zip sdk is compatible with ASF licence - code style has been changed to make it more like Sun standards - scope of variables and methods has been restricted as much as possible - a simple test case with resources is added I tried to follow guidance I could find for this patch however I am not familier with the process of writing and submitting patches so any further guidance are welcome > support for lzma files > ---------------------- > > Key: COMPRESS-111 > URL: https://issues.apache.org/jira/browse/COMPRESS-111 > Project: Commons Compress > Issue Type: New Feature > Affects Versions: 1.0 > Reporter: maurel jean francois > > adding support for compressing and decompressing of files with LZMA algoritm (Lempel-Ziv-Markov chain-Algorithm) > (see http://markmail.org/search/?q=list%3Aorg.apache.commons.users/#query:list%3Aorg.apache.commons.users%2F+page:1+mid:syn4uuvbzusevtko+state:results) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.