Re: [cli] bug in parser(s)

2007-03-16 Thread Torsten Curdt
On 16.03.2007, at 05:28, Henri Yandell wrote: On 3/15/07, Torsten Curdt [EMAIL PROTECTED] wrote: IMO we should do a cli 1.0.1 bug release and get then get 2.0 out of the door ASAP. Someone needs to have the energy (and comprehension) to push them out. I get the CLI 1.x code and can do a

RE: [VOTE] Release Commons HttpClient 3.1 RC1

2007-03-16 Thread Oleg Kalnichevski
On Thu, 2007-03-15 at 20:37 -0400, Gary Gregory wrote: Hi All: Any guesses on the release schedule? Thank you. I'll tag the release in SVN tonight and tomorrow is going to be the official release date. Oleg Gary Gregory Senior Software Engineer Seagull Software [EMAIL

svn commit: r518910 - /jakarta/commons/proper/daemon/trunk/src/native/nt/procrun/src/javajni.c

2007-03-16 Thread mturk
Author: mturk Date: Fri Mar 16 03:05:48 2007 New Revision: 518910 URL: http://svn.apache.org/viewvc?view=revrev=518910 Log: Allow compilation and running with Java6. Modified: jakarta/commons/proper/daemon/trunk/src/native/nt/procrun/src/javajni.c Modified:

svn commit: r518911 - in /jakarta/commons/proper/daemon/trunk/src/native/nt/procrun: ./ apps/prunmgr/ apps/prunsrv/

2007-03-16 Thread mturk
Author: mturk Date: Fri Mar 16 03:08:42 2007 New Revision: 518911 URL: http://svn.apache.org/viewvc?view=revrev=518911 Log: Add command line build files for x86, x86_64 and ia64 Added: jakarta/commons/proper/daemon/trunk/src/native/nt/procrun/apps/prunmgr/prunmgr.amd64

[nightly build] fileupload failed.

2007-03-16 Thread Phil Steitz
Failed build logs: /20070316/fileupload.log - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

svn commit: r518939 - in /jakarta/commons/proper/fileupload/trunk: build.xml project.xml

2007-03-16 Thread jochen
Author: jochen Date: Fri Mar 16 04:27:04 2007 New Revision: 518939 URL: http://svn.apache.org/viewvc?view=revrev=518939 Log: Upgrade to commons-io-1.4-SNAPSHOT Modified: jakarta/commons/proper/fileupload/trunk/build.xml jakarta/commons/proper/fileupload/trunk/project.xml Modified:

Re: [nightly build] fileupload failed.

2007-03-16 Thread Jochen Wiedmann
On 3/16/07, Phil Steitz [EMAIL PROTECTED] wrote: Failed build logs: /20070316/fileupload.log This is most possibly because I forgot to upgrade to commons-io-1.4-SNAPSHOT in the project.xml and build.xml files. Fixed. -- Emacs 22 will support MacOS and CygWin. It is not yet decided, whether

svn commit: r518940 - in /jakarta/commons/proper/fileupload/trunk: project.xml src/changes/changes.xml

2007-03-16 Thread jochen
Author: jochen Date: Fri Mar 16 04:32:04 2007 New Revision: 518940 URL: http://svn.apache.org/viewvc?view=revrev=518940 Log: Documented the release of 1.2. Modified: jakarta/commons/proper/fileupload/trunk/project.xml jakarta/commons/proper/fileupload/trunk/src/changes/changes.xml

svn commit: r518944 - in /jakarta/commons/proper/fileupload/trunk: ./ src/java/org/apache/commons/fileupload/ src/main/assembly/ src/site/ src/test/org/apache/commons/fileupload/ xdocs/

2007-03-16 Thread jochen
Author: jochen Date: Fri Mar 16 04:47:19 2007 New Revision: 518944 URL: http://svn.apache.org/viewvc?view=revrev=518944 Log: Merged in changes made for the 1.2 release. Modified: jakarta/commons/proper/fileupload/trunk/NOTICE.txt jakarta/commons/proper/fileupload/trunk/pom.xml

[jira] Commented: (BEANUTILS-59) [beanutils] Memory leak on webapp undeploy in WrapDynaClass

2007-03-16 Thread Kenny MacLeod (JIRA)
[ https://issues.apache.org/jira/browse/BEANUTILS-59?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12481638 ] Kenny MacLeod commented on BEANUTILS-59: See http://jira.jboss.org/jira/browse/JBAS-2299 for discussion on

svn commit: r519065 - /jakarta/commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/util/ValueUtils.java

2007-03-16 Thread mbenson
Author: mbenson Date: Fri Mar 16 10:08:38 2007 New Revision: 519065 URL: http://svn.apache.org/viewvc?view=revrev=519065 Log: unnecessary cast Modified: jakarta/commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/util/ValueUtils.java Modified:

Re: [CLI] svn commit: r518681 - /jakarta/commons/trunks-proper/

2007-03-16 Thread Rahul Akolkar
On 3/15/07, Henri Yandell [EMAIL PROTECTED] wrote: On 3/15/07, Rahul Akolkar [EMAIL PROTECTED] wrote: On 3/15/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Author: bayard Date: Thu Mar 15 09:31:32 2007 New Revision: 518681 URL: http://svn.apache.org/viewvc?view=revrev=518681 Log:

Re: [io][fileupload] svn commit: r518770 - in /jakarta/commons/proper/io/trunk/src: java/org/apache/commons/io/FileCleaningTracker.java test/org/apache/commons/io/FileUtilsCleanDirectoryTestCase.java

2007-03-16 Thread Rahul Akolkar
On 3/15/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Author: jochen Date: Thu Mar 15 15:02:46 2007 New Revision: 518770 URL: http://svn.apache.org/viewvc?view=revrev=518770 Log: Made the FileCleaningTracker serializable. This is required by commons-fileupload, because the DiskFileItem's may

Re: [transaction] Towards a Commons Transaction 1.2 release

2007-03-16 Thread David Blevins
On Mar 5, 2007, at 1:19 PM, Joerg Heinicke wrote: David Blevins david.blevins at visi.com writes: Anyway, I've applied your changes, built and verified each of them work with JDK 1.3, and put them all up for a vote on geronimo dev. I'm not sure what the status of your efforts are, but at the

Threading problems in connection pooling - suggested code change

2007-03-16 Thread Elli Albek
Hi, * see code below I use DBCP, and in our multithreaded performance test of DAOs we found that multiple threads are basically blocking on the connection pool class, either waiting to get a connection or to return a connection. In the test most threads were idle blocking on the DBCP pool, and

svn commit: r519128 - /jakarta/commons/proper/httpclient/tags/HTTPCLIENT_3_1_RC1/

2007-03-16 Thread olegk
Author: olegk Date: Fri Mar 16 13:21:15 2007 New Revision: 519128 URL: http://svn.apache.org/viewvc?view=revrev=519128 Log: HttpClient release 3.1-rc1 Added: jakarta/commons/proper/httpclient/tags/HTTPCLIENT_3_1_RC1/ - copied from r519127, jakarta/commons/proper/httpclient/trunk/

svn commit: r519193 - in /jakarta/commons/sandbox/jci/trunk/examples: ./ src/main/java/org/apache/commons/jci/examples/commandline/ src/main/java/org/apache/commons/jci/examples/serverpages/ src/main/

2007-03-16 Thread tcurdt
Author: tcurdt Date: Fri Mar 16 17:08:20 2007 New Revision: 519193 URL: http://svn.apache.org/viewvc?view=revrev=519193 Log: command line example working (with commons cli 1.0.1 SNAPSHOT) basic serverpages servlet example, use jetty:run to start servlet example Added:

[cli] findings...

2007-03-16 Thread Torsten Curdt
OK ...so here is the story. There is bug in the 1.0 release of CLI that I've encountered a couple of times now. This time while I was writing a javac compatible command line interface for the jci examples. So I thought I have a look at the source, but what a mess! Just have a look

Re: [cli] findings...

2007-03-16 Thread Rahul Akolkar
On 3/16/07, Torsten Curdt [EMAIL PROTECTED] wrote: OK ...so here is the story. There is bug in the 1.0 release of CLI that I've encountered a couple of times now. This time while I was writing a javac compatible command line interface for the jci examples. So I thought I have a look at the

[jci] out of the sandbox

2007-03-16 Thread Torsten Curdt
I'd like to bring this well before an actual vote. At the moment I am still in the middle of documenting and fixing up JCI for a first 1.0 release. I hope to be able to provide a first RC1 at the end of next week ...latest the week after. There are a few things about JCI that are worth

Re: [jci] out of the sandbox

2007-03-16 Thread Rahul Akolkar
On 3/16/07, Torsten Curdt [EMAIL PROTECTED] wrote: I'd like to bring this well before an actual vote. At the moment I am still in the middle of documenting and fixing up JCI for a first 1.0 release. I hope to be able to provide a first RC1 at the end of next week ...latest the week after.

Re: [cli] findings...

2007-03-16 Thread Henri Yandell
On 3/16/07, Torsten Curdt [EMAIL PROTECTED] wrote: OK ...so here is the story. There is bug in the 1.0 release of CLI that I've encountered a couple of times now. This time while I was writing a javac compatible command line interface for the jci examples. So I thought I have a look at the

Re: [jci] out of the sandbox

2007-03-16 Thread Henri Yandell
On 3/16/07, Torsten Curdt [EMAIL PROTECTED] wrote: I'd like to bring this well before an actual vote. At the moment I am still in the middle of documenting and fixing up JCI for a first 1.0 release. I hope to be able to provide a first RC1 at the end of next week ...latest the week after.

Re: Implementation version check utility code

2007-03-16 Thread Henri Yandell
That 403s. Can you fix the perms? Hen On 3/15/07, Matt Benson [EMAIL PROTECTED] wrote: Sorry for the lack of a bracketed subtopic. But that's my point. ;) I have some code--mostly extracted from Ant--to check a library's implementation version, e.g. if you know you need at least version