[compress] Detecting LZMA standalone files

2013-06-09 Thread Stefan Bodewig
Hi, when I added support for decompressing .lzma files I left out matches() and you can only get an LZMACompressorInputStream from CompressorStreamFactory if you use the version that explicitly specifies the format. The reason is that the old .lzma format doesn't have any sort of signature at all

Re: [Launcher] [Exec] Merge Proposal

2013-06-09 Thread Emmanuel Bourg
Le 09/06/2013 22:03, Ricardo Espírito Santo a écrit : > - Very similar objectives, features and aims exec: Invoke an external application from Java launcher: Start a Java application from the shell Besides launching something they don't look that similar to me. > - Simplification of the overal

[Launcher] [Exec] Merge Proposal

2013-06-09 Thread Ricardo Espírito Santo
Hi all, Following an initial idea of Gary Gregory, I have written a small proposal regarding the merge of Launcher and Exec. If this idea gains enough momentum I shall devise a plan and continue with the rest of the required work. Please comment and vote for merge +1 or no merge -1. ---

Re: [collections] Fix Bag interface

2013-06-09 Thread Thomas Neidhart
On 05/13/2013 08:06 PM, Thomas Neidhart wrote: > Hi, > > currently, the Bag interface states that it violates the Collection > contract. This is mainly because the interface was defined like that, > but could be easily changed. > > As we are not binary compatible anymore with previous releases, i

Re: [VOTE] Release NET 3.3 based on RC1

2013-06-09 Thread Benedikt Ritter
Hello, signatures and checksums are okay. Tag and source dists match. Site looks good. Builds fine from sources with: Apache Maven 3.0.5 (r01de14724cdef164cd33c7c8c2fe155faf9602da; 2013-02-19 14:51:28+0100) Maven home: /Applications/dev/maven/apache-maven-3.0.5 Java version: 1.7.0_21, vendor: O

Re: svn commit: r1491175 - /commons/proper/csv/trunk/pom.xml

2013-06-09 Thread Benedikt Ritter
Hello sebb, Am 09.06.2013 um 16:38 schrieb sebb : > On 9 June 2013 11:18, wrote: >> Author: britter >> Date: Sun Jun 9 10:18:42 2013 >> New Revision: 1491175 >> >> URL: http://svn.apache.org/r1491175 >> Log: >> Use viewvc instead of raw svn url > > How is the url used by plugins? > > Will u

Re: svn commit: r1491175 - /commons/proper/csv/trunk/pom.xml

2013-06-09 Thread Emmanuel Bourg
Le 09/06/2013 16:38, sebb a écrit : > How is the url used by plugins? I think the plugins use the URL, they shouldn't be affected. Emmanuel Bourg signature.asc Description: OpenPGP digital signature

Re: svn commit: r1491175 - /commons/proper/csv/trunk/pom.xml

2013-06-09 Thread sebb
On 9 June 2013 11:18, wrote: > Author: britter > Date: Sun Jun 9 10:18:42 2013 > New Revision: 1491175 > > URL: http://svn.apache.org/r1491175 > Log: > Use viewvc instead of raw svn url How is the url used by plugins? Will using the viewvc URL mislead users into thinking they can download the

[compress] creating a branch for LZMA support

2013-06-09 Thread Stefan Bodewig
Hi all, Lasse Collin has added LZMA read support to XZ for Java in its git master branch. Given XZ for Java doesn't publish SNAPSHOT releases it one has to install it manually so I'll create a branch that we can merge back once XZ has a new release. Stefan Here is how I installed my own version