[vote] Release Mojo webstart plugin 1.0-alpha-1

2006-10-23 Thread Jerome Lacoste
Hi, I'd like to release the first alpha release of the webstart plugin. Plugin has been almost unchanged since before the summer. I intend to change some things before 1.0, but there's clearly a need for an official non-snapshot release of the plugin. The latest snapshot was just deployed

svn commit: r466633 - in /jakarta/commons/proper/vfs/trunk: core/pom.xml examples/pom.xml pom.xml sandbox/pom.xml

2006-10-23 Thread imario
Author: imario Date: Sun Oct 22 00:54:39 2006 New Revision: 466633 URL: http://svn.apache.org/viewvc?view=revrev=466633 Log: added poms (though, not tested yet as the apache infrastructure is having a travel ;-) ) Added: jakarta/commons/proper/vfs/trunk/core/pom.xml (with props)

[math][VOTE] Accept Mantissa contribution

2006-10-23 Thread Phil Steitz
Going through the (excellent, thanks Robert!) incubator IP clearance checklist http://incubator.apache.org/ip-clearance/ip-clearance-template.html for Luc's Mantissa contribution, I see that an acceptance VOTE is recommended. So let's do it. This has been previously discussed on a couple of

RE: [collections] Generifying Collections

2006-10-23 Thread Jörg Schaible
Hi Stephen and Henri, Stephen Colebourne wrote on Saturday, October 21, 2006 5:20 PM: Henri Yandell wrote: Why not just start a branch within Collections? I don't see why this is a new component, are we going to be advising people to use Collections 3.x on JDK 1.5+ for any reasons other

[fileupload] [Fwd: REX and File Upload published]

2006-10-23 Thread Paul Libbrecht
I just wanted to make sure that Commons-FileUpload's project's members are aware of this ongoing specification. paul Original Message Subject:REX and File Upload published Resent-Date:Sun, 22 Oct 2006 17:03:41 + Resent-From:public-webapi@w3.org Date:

Re: [vote] Release Mojo webstart plugin 1.0-alpha-1

2006-10-23 Thread Henri Yandell
Wrong mailing list? On 10/23/06, Jerome Lacoste [EMAIL PROTECTED] wrote: Hi, I'd like to release the first alpha release of the webstart plugin. Plugin has been almost unchanged since before the summer. I intend to change some things before 1.0, but there's clearly a need for an official

Re: [collections] Generifying Collections

2006-10-23 Thread Henri Yandell
On 10/21/06, Stephen Colebourne [EMAIL PROTECTED] wrote: Henri Yandell wrote: Why not just start a branch within Collections? I don't see why this is a new component, are we going to be advising people to use Collections 3.x on JDK 1.5+ for any reasons other than legacy or instability of

svn commit: r467086 - /jakarta/commons/proper/scxml/trunk/xdocs/index.xml

2006-10-23 Thread rahul
Author: rahul Date: Mon Oct 23 12:00:43 2006 New Revision: 467086 URL: http://svn.apache.org/viewvc?view=revrev=467086 Log: Apache Shale uses Commons SCXML (more precisely, the shale-dialog-scxml module therein uses Commons SCXML). Also added a one line blurb pointing out what Commons SCXML

[jira] Commented: (DIGESTER-109) FromXmlRuleSet and SetNextRule classloader issue

2006-10-23 Thread Anna Komaristaia (JIRA)
[ http://issues.apache.org/jira/browse/DIGESTER-109?page=comments#action_12444087 ] Anna Komaristaia commented on DIGESTER-109: --- Hi Simon, Niall and Henri, Sorry for not respond quickly. Please note that 2 exceptions are not coming

[jira] Commented: (DIGESTER-109) FromXmlRuleSet and SetNextRule classloader issue

2006-10-23 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/DIGESTER-109?page=comments#action_12444089 ] Henri Yandell commented on DIGESTER-109: Hi Anna, Is this a command line application or within a server of some kind such as Tomcat, JBoss, WebLogic

Re: [math][VOTE] Accept Mantissa contribution

2006-10-23 Thread Henri Yandell
On 10/22/06, Phil Steitz [EMAIL PROTECTED] wrote: -- [ X ] +1 Accept the Mantissa codebase into commons-math [ ] +0 OK... [ ] -0 OK, but I have the following concerns... [ ] -1

[VFS] problem with FileObject.createFolder() / File.canWrite()

2006-10-23 Thread Filip Defoort
Hi VFS/Mario, There's a problem with java.io.File.canWrite() when accessing a CIFS share on windows with access control lists enabled: it's plain wrong (it just checks the read only flag iso checking the access control list -- returning a value that has nothing to do whether the file is

Re: [math][VOTE] Accept Mantissa contribution

2006-10-23 Thread Rahul Akolkar
On 10/22/06, Phil Steitz [EMAIL PROTECTED] wrote: snip/ [X] +1 Accept the Mantissa codebase into commons-math [ ] +0 OK... [ ] -0 OK, but I have the following concerns... [ ] -1 No,

[jira] Updated: (LANG-287) Optimize StringEscapeUtils.unescapeXml(String)

2006-10-23 Thread Stepan Koltsov (JIRA)
[ http://issues.apache.org/jira/browse/LANG-287?page=all ] Stepan Koltsov updated LANG-287: Attachment: commons-lang-unescape-performace-stepancheg-2006-10-24.diff This is a patch, that optimizes unescape* as Holger suggested. Optimize

[Daemon] Patch to fix JSVC on Mac-OS X

2006-10-23 Thread Chris Wareham
Hi, Attached is a patch to fix compilation of the dynamic library glue in JSVC. This has been tested on Mac OS X 10.4.8, and to ensure I didn't break regular Unix support I also tested on CentOS 3. I have also attached a patch that tidies up the replace code that replaces occurrences of one

Re: [betwixt] What's needed for a 0.8 release ?

2006-10-23 Thread robert burrell donkin
On Tue, 2006-10-17 at 01:19 +0200, Martin van den Bemt wrote: Highly appreciated Robert.. barring unforeseen events, i should have time on tuesday and wednesday. the infrastructure should all be back up by then. - robert -

[jira] Commented: (DIGESTER-109) FromXmlRuleSet and SetNextRule classloader issue

2006-10-23 Thread Anna Komaristaia (JIRA)
[ http://issues.apache.org/jira/browse/DIGESTER-109?page=comments#action_12444131 ] Anna Komaristaia commented on DIGESTER-109: --- Hi Henri, It is command line application . The digester and validator jars is stored in

[jira] Commented: (DIGESTER-109) FromXmlRuleSet and SetNextRule classloader issue

2006-10-23 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/DIGESTER-109?page=comments#action_12444149 ] Henri Yandell commented on DIGESTER-109: Nope, don't put them there; just trying to understand why the classloader is null there. FromXmlRuleSet

Re: [collections] Generifying Collections

2006-10-23 Thread James Carman
Tomcat has been able to do this without any real problems. Why can't we just keep the Commons Collections name (and packages, etc.), but just use the version numbers to keep it straight? Tomcat 5.5.x requires JDK5. Couldn't we just say that Commons Collections 4.x (and beyond) requires JDK5?

Re: [collections] Generifying Collections

2006-10-23 Thread Rahul Akolkar
On 10/23/06, James Carman [EMAIL PROTECTED] wrote: Tomcat has been able to do this without any real problems. snip/ Because now (TC6, some in 5.5, maybe other branches too) they've package renamed dependency artifacts (digester, logging, dbcp -- and even hinted at JDT ;-). -Rahul Why

Re: [collections] Generifying Collections

2006-10-23 Thread Tyler Ward
I think a very significant part of this problem is just the profusion of jars anyway. The real incompatibility you're worried about is when two projects are using different versions of subcomponents, or at least the multitude of subcomponents makes it that much more likely. Commons isn't

[jira] Commented: (MATH-160) Chi-Square Test for Comparing two binned Data Sets

2006-10-23 Thread Phil Steitz (JIRA)
[ http://issues.apache.org/jira/browse/MATH-160?page=comments#action_12444161 ] Phil Steitz commented on MATH-160: -- You are both right - Luc is correct in pointing out that we cannot use code taken or translated from Numerical Recipes (NR),

[codec]Implementing support for additional non-english vowels in double metaphone

2006-10-23 Thread Steinar Cook
I have made some modifications to org.apache.commons.codec.language.DoubleMetaphone in order to support the three additional Norwegian and Danish vowels. The current implementation at Jakarta does not provide any methods to specify the language of the input text. Is it all right to

Re: [betwixt] What's needed for a 0.8 release ?

2006-10-23 Thread Thomas Dudziak
On 10/23/06, robert burrell donkin [EMAIL PROTECTED] wrote: barring unforeseen events, i should have time on tuesday and wednesday. the infrastructure should all be back up by then. great, thanks! Let me know how I can help! cheers, Tom