Re: [ANNOUNCMENT] Apache Commons Collections 3.2.2 Released

2015-11-16 Thread Benedikt Ritter
I have the Debian builds still on my agenda but will not have the time to work on that until end of the year. 2015-11-16 13:01 GMT+01:00 Emmanuel Bourg : > Le 16/11/2015 12:33, Thomas Neidhart a écrit : > > The problem is that the resulting manifest will be different for the ant > > and maven bui

Re: [ANNOUNCMENT] Apache Commons Collections 3.2.2 Released

2015-11-16 Thread Emmanuel Bourg
Le 16/11/2015 12:33, Thomas Neidhart a écrit : > The problem is that the resulting manifest will be different for the ant > and maven builds (as for most other components). The manifest can be slightly different, I just need the Ant build to produce a jar without error, and the compiled classes in

Re: [ANNOUNCMENT] Apache Commons Collections 3.2.2 Released

2015-11-16 Thread Thomas Neidhart
The problem is that the resulting manifest will be different for the ant and maven builds (as for most other components). Thomas On Mon, Nov 16, 2015 at 12:18 PM, Emmanuel Bourg wrote: > Le 16/11/2015 12:07, Thomas Neidhart a écrit : > > Would it be much effort to switch to a maven-style build

Re: [ANNOUNCMENT] Apache Commons Collections 3.2.2 Released

2015-11-16 Thread Emmanuel Bourg
Le 16/11/2015 12:07, Thomas Neidhart a écrit : > Would it be much effort to switch to a maven-style build as it is done > already for the commons-lang3 package in debian? It isn't difficult but the issue is the backport to the previous Debian releases, the delta with the released versions should b

Re: [ANNOUNCMENT] Apache Commons Collections 3.2.2 Released

2015-11-16 Thread Thomas Neidhart
Would it be much effort to switch to a maven-style build as it is done already for the commons-lang3 package in debian? This release of commons-collections 3.2.2 depends on the latest commons-parent, so the build should be pretty much the same as for lang (especially as there are no special plugins

Re: [ANNOUNCMENT] Apache Commons Collections 3.2.2 Released

2015-11-16 Thread Thomas Neidhart
Hi, I did not test the ant build, but I explicitly removed the MANIFEST.MF as this has to be created by the relevant plugins as setup in the commons-parent.pom (especially for proper OSGI metadata). I will take a look this evening how to mitigate this. Thomas On Mon, Nov 16, 2015 at 11:19 AM, E

Re: [ANNOUNCMENT] Apache Commons Collections 3.2.2 Released

2015-11-16 Thread Emmanuel Bourg
Thank you for driving this update Thomas. I noticed too late that src/conf/MANIFEST.MF is missing from the sources, this breaks the Ant build (which is still used in Debian). Emmanuel Bourg - To unsubscribe, e-mail: dev-unsubscr

Re: [ANNOUNCMENT] Apache Commons Collections 3.2.2 Released

2015-11-15 Thread Gary Gregory
Thank you for pushing this release through Thomas! Gary On Nov 15, 2015 2:23 PM, "Thomas Neidhart" wrote: > The Apache Commons team is pleased to announce the release of Apache > Commons Collections 3.2.2. The release is available for download at > > > > http://commons.apache.org/proper/commons-

Re: [ANNOUNCMENT] Apache Commons Collections 3.2.2 Released

2015-11-15 Thread Phil Steitz
Thanks, Thomas! Phil On 11/15/15 3:23 PM, Thomas Neidhart wrote: > The Apache Commons team is pleased to announce the release of Apache > Commons Collections 3.2.2. The release is available for download at > > > http://commons.apache.org/proper/commons-collections/download_collections.cgi > > Apa

Re: [ANNOUNCMENT] Apache Commons Collections 3.2.2 Released

2015-11-15 Thread Thomas Neidhart
On 11/15/2015 11:23 PM, Thomas Neidhart wrote: should have been an ANNOUNCEMENT, but it's late, sorry. Thomas - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache

[ANNOUNCMENT] Apache Commons Collections 3.2.2 Released

2015-11-15 Thread Thomas Neidhart
The Apache Commons team is pleased to announce the release of Apache Commons Collections 3.2.2. The release is available for download at http://commons.apache.org/proper/commons-collections/download_collections.cgi Apache Commons Collections is a project to develop and maintain collection classe