Re: [compress] Schedule for a release?

2009-03-02 Thread Torsten Curdt
- check Ar-Implementation (see my other mail today) - check CPIO implementation a bit better, since its very new at compress They need more test coverage in any case.  IIRC Torsten uses the cpio package in his deb library, so at least it has seen some limited testing by him. No, it's the

[g...@vmgump]: Project commons-lang (in module apache-commons) failed

2009-03-02 Thread Gump
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project commons-lang has an issue affecting its community integration. This issue

Re: [compress] State of encoding support in ZIP package

2009-03-02 Thread Stefan Bodewig
On 2009-03-01, Wolfgang Glas wolfgang.g...@ev-i.at wrote: My understanding from previous discussion was, that we need a mode, where file names not encodable by the chosen encoding are encoded in UTF-8, which is in turn indicated by setting the EFS flag on the likewise ZIP entry. (That's the

Re: [compress] New patch for ChangeSet

2009-03-02 Thread Stefan Bodewig
On 2009-02-28, Christian Grobmeier grobme...@gmail.com wrote: I have improved ChangeSet stuff a bit. It now supports most common usecases as described in the testcase. The re-enabled tests pass for me, great. svn revision 749332. Stefan

Re: [compress] State of encoding support in ZIP package

2009-03-02 Thread Wolfgang Glas
Stefan Bodewig schrieb: On 2009-03-01, Wolfgang Glas wolfgang.g...@ev-i.at wrote: My understanding from previous discussion was, that we need a mode, where file names not encodable by the chosen encoding are encoded in UTF-8, which is in turn indicated by setting the EFS flag on the

Re: [compress] [PATCH] Refactoring of zip encoding support.

2009-03-02 Thread Stefan Bodewig
On 2009-03-02, Stefan Bodewig bode...@apache.org wrote: some cosmetics and commented out the only create Unicode field for non-encodable paths part - svn revision 749342. and 749344 - you misspet encoding in Simple8BitEncoding.java and I didn't see it in time. Stefan

Re: [compress] [PATCH] Refactoring of zip encoding support.

2009-03-02 Thread Wolfgang Glas
Stefan Bodewig schrieb: On 2009-03-02, Stefan Bodewig bode...@apache.org wrote: some cosmetics and commented out the only create Unicode field for non-encodable paths part - svn revision 749342. and 749344 - you misspet encoding in Simple8BitEncoding.java and I didn't see it in time.

Re: [compress] [PATCH] Refactoring of zip encoding support.

2009-03-02 Thread Wolfgang Glas
Stefan Bodewig schrieb: On 2009-03-02, Stefan Bodewig bode...@apache.org wrote: some cosmetics and commented out the only create Unicode field for non-encodable paths part - svn revision 749342. and 749344 - you misspet encoding in Simple8BitEncoding.java and I didn't see it in time.

Re: [compress] [PATCH] Refactoring of zip encoding support.

2009-03-02 Thread Wolfgang Glas
Stefan Bodewig schrieb: On 2009-03-01, Wolfgang Glas wolfgang.g...@ev-i.at wrote: 1) Unicode extra fields are written for all ZIP entries and not only for entries, which are not encodable by the encoding set to ZipArchiveOutputStream. Maybe room for yet another flag? Or an enum-like

Re: [math] redesigning the optimization/estimation packages (phase 2)

2009-03-02 Thread Ted Dunning
On Sat, Feb 28, 2009 at 6:52 AM, Phil Steitz phil.ste...@gmail.com wrote: What is going on here is that the special case - linear regression analysis - is being discussed as an example of an optimization problem. Yes. It is a special case. But it was germane to the topic, particularly the

[g...@vmgump]: Project commons-compress-test (in module commons-sandbox) failed

2009-03-02 Thread commons-compress development
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project commons-compress-test has an issue affecting its community integration.

Re: [compress] [PATCH] Refactoring of zip encoding support.

2009-03-02 Thread Stefan Bodewig
On 2009-03-02, Wolfgang Glas wolfgang.g...@ev-i.at wrote: ...another small patch with even more javadoc typos and superfluent imports fixed is attached. svn rev 749524 Thanks Stefan - To unsubscribe, e-mail:

Re: [g...@vmgump]: Project commons-compress-test (in module commons-sandbox) failed

2009-03-02 Thread Stefan Bodewig
On 2009-03-03, commons-compress development dev@commons.apache.org wrote: Results : Tests in error: testDeleteDir(org.apache.commons.compress.changes.ChangeSetTestCase) testDeleteFile(org.apache.commons.compress.changes.ChangeSetTestCase)

Re: [compress] [PATCH] Refactoring of zip encoding support.

2009-03-02 Thread Stefan Bodewig
On 2009-03-02, Wolfgang Glas wolfgang.g...@ev-i.at wrote: Stefan Bodewig schrieb: On 2009-03-01, Wolfgang Glas wolfgang.g...@ev-i.at wrote: 1) Unicode extra fields are written for all ZIP entries and not only for entries, which are not encodable by the encoding set to

Re: [compress] ArArchiver Implementation strange behaviour

2009-03-02 Thread Christian Grobmeier
Its now know as: https://issues.apache.org/jira/browse/SANDBOX-296 I will create a patch fo a testcase quite soon Best, Christian On Mon, Mar 2, 2009 at 6:16 AM, Stefan Bodewig bode...@apache.org wrote: On 2009-02-28, Christian Grobmeier grobme...@gmail.com wrote: Torsten (or any other) if you

Re: [compress] New patch for ChangeSet

2009-03-02 Thread Christian Grobmeier
I have improved ChangeSet stuff a bit. It now supports most common usecases as described in the testcase. The re-enabled tests pass for me, great. svn revision 749332. Thanks for applying! Christian - To unsubscribe,