Re: [compress] release 1.1?

2010-08-03 Thread Torsten Curdt
Hm ...lots of stuff in there. That's why you need more than a C short to cover everything 8-) :-D But looks reasonable.  Should be all booleans instead of some Booleans thought, right? Boolean was intentional since ZIP doesn't have any idea whether an entry is a regular file.  OTOH it

Re: Site update?

2010-08-03 Thread Jochen Wiedmann
Ping? On Mon, Aug 2, 2010 at 11:40 AM, Jochen Wiedmann jochen.wiedm...@gmail.com wrote: Sent to the wrong commons, now querying the right one ... On Fri, Jul 30, 2010 at 3:49 PM, Jochen Wiedmann jochen.wiedm...@gmail.com wrote: Hi, I have updated /www/commons.apache.org/fileupload almost

[Math] Method getMessage(Locale loc) in MathIllegalArgumentException

2010-08-03 Thread Gilles Sadowski
Hi. This method: ---CUT--- public String getMessage(final Locale locale) { // ... } ---CUT--- was added in MathIllegalArgumentException. I don't like it because it extends the Java standard interface for getting localized message strings. One should use the standard

Re: Site update?

2010-08-03 Thread Phil Steitz
Jochen Wiedmann wrote: Ping? Files look fine to me. Just opened https://issues.apache.org/jira/browse/INFRA-2909 Phil On Mon, Aug 2, 2010 at 11:40 AM, Jochen Wiedmann jochen.wiedm...@gmail.com wrote: Sent to the wrong commons, now querying the right one ... On Fri, Jul 30, 2010 at 3:49

Re: Site update?

2010-08-03 Thread Jochen Wiedmann
Thanks, Phil! On Tue, Aug 3, 2010 at 12:31 PM, Phil Steitz phil.ste...@gmail.com wrote: Jochen Wiedmann wrote: Ping? Files look fine to me. Just opened https://issues.apache.org/jira/browse/INFRA-2909 Phil On Mon, Aug 2, 2010 at 11:40 AM, Jochen Wiedmann jochen.wiedm...@gmail.com

[ANNOUNCE] Commons Daemon 1.0.3 Released

2010-08-03 Thread Mladen Turk
The Commons Daemon team is pleased to announce the commons-daemon-1.0.3 release! Version 1.0.3 is primarily a bug fix release with some additional features. Source and binary distributions are available for download from the Apache Commons download site:

Re: [io]

2010-08-03 Thread Niall Pemberton
On Mon, Aug 2, 2010 at 11:34 PM, Lorenzo Solano lorenzo_sol...@codetel.com.do wrote: Hi Dev Team, I wonder why there is not a packaged version (build) of the io project for the JDK 1.5+ (using generics)? You already has de code on SVN but do not releases it. You're right it was pretty much

Re: [Math] Method getMessage(Locale loc) in MathIllegalArgumentException

2010-08-03 Thread luc . maisonobe
- Gilles Sadowski gil...@harfang.homelinux.org a écrit : Hi. This method: ---CUT--- public String getMessage(final Locale locale) { // ... } ---CUT--- was added in MathIllegalArgumentException. I don't like it because it extends the Java standard interface for getting

[Math] New exception.util package

2010-08-03 Thread Gilles Sadowski
Hi. I propose to create the exception.util package where I would store the MessageFactory class (currently in the exception package). In there I'd also create a new ArgUtils (better name?) class which would contain utilities (namely the method flatten currently in the MathIllegalArgumentException

Re: [Math] New exception.util package

2010-08-03 Thread luc . maisonobe
- Gilles Sadowski gil...@harfang.homelinux.org a écrit : Hi. I propose to create the exception.util package where I would store the MessageFactory class (currently in the exception package). In there I'd also create a new ArgUtils (better name?) class which would contain utilities

Re: [Math] Method getMessage(Locale loc) in MathIllegalArgumentException

2010-08-03 Thread Gilles Sadowski
The above method makes it look like CM is providing ways to make a patchwork of messages in several languages at the discretion of the component builders. More precisely it allows to choose the display language at run time and even to change it at run time. It is the explicit goal of

Re: [scxml-js] svn commit: r981099 ...

2010-08-03 Thread Rahul Akolkar
On Sat, Jul 31, 2010 at 6:33 PM, jbe...@apache.org wrote: Author: jbeard Date: Sat Jul 31 22:33:54 2010 New Revision: 981099 URL: http://svn.apache.org/viewvc?rev=981099view=rev Log: Added xml-to-string.xsl. Checked it in because I will be extending it to exclude elements in a node-set.

Re: [scxml-eclipse] svn commit: r981751 ...

2010-08-03 Thread Rahul Akolkar
On Tue, Aug 3, 2010 at 2:00 AM, gu...@apache.org wrote: Author: guixl Date: Tue Aug  3 06:00:56 2010 New Revision: 981751 URL: http://svn.apache.org/viewvc?rev=981751view=rev Log: add required jar for debug function Added:    

Re: [scxml-js] svn commit: r981099 ...

2010-08-03 Thread Jacob Beard
From: http://lenzconsulting.com/xml-to-string/ Licensed under three-clause BSD license. I ended up not needing to extend it, though, so shouldn't have checked it in. Jake On 10-08-03 12:17 PM, Rahul Akolkar wrote: On Sat, Jul 31, 2010 at 6:33 PM,jbe...@apache.org wrote: Author:

Re: [scxml-js] svn commit: r981099 ...

2010-08-03 Thread Rahul Akolkar
On Tue, Aug 3, 2010 at 12:23 PM, Jacob Beard jbea...@cs.mcgill.ca wrote: From: http://lenzconsulting.com/xml-to-string/ Licensed under three-clause BSD license. I ended up not needing to extend it, though, so shouldn't have checked it in. snip/ Thanks Jake, so I presume it'll be removed.

[scxml-eclipse] bug report

2010-08-03 Thread Christopher Dragert
After creating a file, opening it, then finally closing it, deleting the file from the package explorer occasionally causes a crash. Once, after successfully deleting a few files, I tried to create a new project and got the same crash. Try messing around with creating/deleting/renaming files,

Re: [scxml-eclipse] bug report

2010-08-03 Thread Rahul Akolkar
On Tue, Aug 3, 2010 at 12:30 PM, Christopher Dragert chris.drag...@mail.mcgill.ca wrote: After creating a file, opening it, then finally closing it, deleting the file from the package explorer occasionally causes a crash.  Once, after successfully deleting a few files, I tried to create a new

Re: [io]

2010-08-03 Thread Niall Pemberton
On Tue, Aug 3, 2010 at 10:02 PM, Lorenzo Solano lorenzo_sol...@codetel.com.do wrote: Hello Niall / team, How can I contribute to fix some bugs or anything else on the io project? We really need to review the open issue tickets in JIRA and decide which needs to fixed for 2.0 and which can be

Re: [scxml-eclipse] svn commit: r981751 ...

2010-08-03 Thread Xun Long Gui
Yeah, we can do it. But it seems that many guys want to try this tool quickly, they may catch some problems if we remove these jars and add dependency to the ant download target. So, i think may be we can keep these jars for a period of time, if we can get a stable version of source code, then

Re: [scxml-eclipse] bug report

2010-08-03 Thread Xun Long Gui
Thank you for your feedback, i will check it 2010/8/4 Christopher Dragert chris.drag...@mail.mcgill.ca After creating a file, opening it, then finally closing it, deleting the file from the package explorer occasionally causes a crash. Once, after successfully deleting a few files, I tried

Re: [scxml-eclipse] svn commit: r981751 ...

2010-08-03 Thread Rahul Akolkar
2010/8/3 Xun Long Gui ustbco...@gmail.com: Yeah, we can do it. But it seems that many guys want to try this tool quickly, they may catch some problems if we remove these jars and add dependency to the ant download target. So, i think may be we can keep these jars for a period of time, if we

Re: [scxml-eclipse] svn commit: r981751 ...

2010-08-03 Thread Xun Long Gui
Ok, i will remove the jars and add corresponding guide on web site 在 2010年8月4日 上午10:10,Rahul Akolkar rahul.akol...@gmail.com写道: 2010/8/3 Xun Long Gui ustbco...@gmail.com: Yeah, we can do it. But it seems that many guys want to try this tool quickly, they may catch some problems if we remove

[ANNOUNCE] Apache Commons Lang 3.0 Beta released

2010-08-03 Thread Henri Yandell
On behalf of the Apache Commons Lang contributors, I would like to announce that we have released a 3.0-beta of Commons Lang. Lang is now Java 5 based. We've generified the API, moved certain APIs to support varargs and thrown out any features that are now supported by Java itself. We've

Re: [io]

2010-08-03 Thread Henri Yandell
Great to have you involved Lorenzo. I'm happy to help out - both with a release and if you have any questions on getting started. As Niall said in his email, the first step is to go through the issue tracker and: * Identify if an issue should be in 2.0 (be it in 2.x or Unscheduled) * Identify if