Re: [digester] Problem building javadoc w/ Ant on Windows

2005-01-18 Thread Simon Kitching
On Tue, 2005-01-18 at 08:40 +0100, Dennis Lundberg wrote: I did some digging in the mail-archives and found the thread I was talking about earlier. It can be found here: http://mail-archives.apache.org/eyebrowse/[EMAIL PROTECTED]by=threadfrom=666491 Note that eyebrowse sorts the e-mails

RE: [Email] To release or not to release

2005-01-18 Thread Matthias Wessendorf
h..., I just set up my box. checked out [email] but build fails because of the old story regarding download of javamail I run maven jar:install I have forgotten, what to do... After all works (again) for me, I will do produce and signing the release, since I have commit priviledg. Thanks!

cvs commit: jakarta-commons/digester build.xml

2005-01-18 Thread skitching
skitching2005/01/18 02:04:33 Modified:digester build.xml Log: Add comment re javadoc target not working on MS-Windows. Revision ChangesPath 1.57 +6 -1 jakarta-commons/digester/build.xml Index: build.xml

[jira] Commented: (JELLY-175) patch for jelly-tags-interaction

2005-01-18 Thread Brett Porter (JIRA)
[ http://issues.apache.org/jira/browse/JELLY-175?page=comments#action_57712 ] Brett Porter commented on JELLY-175: I've contacted the author, as the docs suggest that he is open to other licensing. The project hasn't been touched in a year and a

DO NOT REPLY [Bug 32441] - [dbcp] SQLException When PoolablePreparedStatement Already Closed

2005-01-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=32441. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 23185] - [dbcp] PoolableConnection.close() won't allow multiple close

2005-01-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=23185. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

RE: [Email] To release or not to release

2005-01-18 Thread Joe Germuska
At 10:04 AM +0100 1/18/05, Matthias Wessendorf wrote: h..., I just set up my box. checked out [email] but build fails because of the old story regarding download of javamail I run maven jar:install I have forgotten, what to do... After all works (again) for me, I will do produce and signing

DO NOT REPLY [Bug 33154] New: - jsvc assumes posix capabilities loaded

2005-01-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=33154. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 33154] - [daemon] jsvc assumes posix capabilities loaded

2005-01-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=33154. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

cvs commit: jakarta-commons-sandbox/feedparser/src/java/org/apache/commons/feedparser/locate AnchorParser.java DiscoveryLocator.java EntityDecoder.java FeedLocator.java ProbeLocator.java

2005-01-18 Thread burton
burton 2005/01/18 11:39:36 Modified:feedparser build.xml feedparser/src/java/org/apache/commons/feedparser/locate AnchorParser.java DiscoveryLocator.java EntityDecoder.java FeedLocator.java

[jelly] the .project and .classpath files

2005-01-18 Thread Hans Gilde
Hey, does anyone use the .project or .classpath files in the Jelly directory? How do you substitute the MAVEN_REPO variable in the paths? Hans

Re: [jelly] the .project and .classpath files

2005-01-18 Thread Brett Porter
Hans Gilde wrote: Hey, does anyone use the .project or .classpath files in the Jelly directory? No How do you substitute the MAVEN_REPO variable in the paths? If I what I remember still serves, you set a path variable MAVEN_REPO in your Eclipse configuration (in the dependencies section).

Re: [Jakarta Commons Wiki] New: SigningReleases

2005-01-18 Thread robert burrell donkin
(bit late on this thread) FWIW i'd say that the right approach would be to start by supporting BouncyCastles. i've noticed that most folks just want a simple set of instructions (something which is pretty difficult when dealing with code signing). it'd probably pay to go for a single, simple

[jira] Created: (JELLY-196) SwitchTag can not be reused if default encountered

2005-01-18 Thread Marc DeXeT (JIRA)
SwitchTag can not be reused if default encountered -- Key: JELLY-196 URL: http://issues.apache.org/jira/browse/JELLY-196 Project: jelly Type: Bug Components: core / taglib.core Versions: 1.0 Environment:

[launcher] prepare for 1.2

2005-01-18 Thread Dirk Verbeeck
Hi all, A couple of days ago I committed some launcher fixes/enhancements and will be releasing 1.2 in a week or two. If anyone has some patches laying around, now is the time to submit them :-) Cheers Dirk - To unsubscribe,

[jira] Updated: (JELLY-196) SwitchTag can not be reused if default encountered

2005-01-18 Thread Marc DeXeT (JIRA)
[ http://issues.apache.org/jira/browse/JELLY-196?page=history ] Marc DeXeT updated JELLY-196: - Attachment: patch_2005.01.18_switchTag.txt SwitchTag can not be reused if default encountered -- Key:

[jira] Updated: (JELLY-196) SwitchTag can not be reused if default encountered

2005-01-18 Thread Marc DeXeT (JIRA)
[ http://issues.apache.org/jira/browse/JELLY-196?page=history ] Marc DeXeT updated JELLY-196: - Attachment: patch_2005.01.18_switchTag.test.txt SwitchTag can not be reused if default encountered --

Re: [dbcp] Wait forever when get Ceonnction from data source

2005-01-18 Thread Dirk Verbeeck
Paul, The problem is that you cannot safely interrupt the network communication that's going on inside the driver. If the driver doesn't expose the network layer timeout then you're stuck. The only thing you can do is doing the driver.getConnection() in a separate thread and then your

RE: [jelly] the .project and .classpath files

2005-01-18 Thread Tim O'Brien
Windows - Preferences... Then in the tree menu of configuration panels, choose: Java - Build Path - Classpath Variables Create a new variable MAVEN_REPO, point it at ~/.maven/repository Tim O'Brien [EMAIL PROTECTED] -Original Message- From: Brett Porter [mailto:[EMAIL PROTECTED] How

BeanUtilsBean setProperty conversion not allowing String[] to Object

2005-01-18 Thread Mark Rines
I'm having a hard time understanding the philosophy behind org.apache.commons.beanutils.BeanUtilsBean's setProperty(Object bean, String name, Object value) method. There seems to be a design decision to eliminate the inheritance of arrays from Object. I looked through bugzilla on

Re: [digester] Problem building javadoc w/ Ant on Windows

2005-01-18 Thread robert burrell donkin
On 18 Jan 2005, at 08:53, Simon Kitching wrote: snip Well, I think I'll raise a bugzilla entry with this info, as a reminder to think about this further. But for the moment, I'm inclined to leave digester as it is, until Robert Donkin reappears and lets us know why this was added in the first

Looking for WHEN_POOLSIZEMAX_BLOCK

2005-01-18 Thread Nair, Anand
Hello, There does not seem to an API which can determine the collective size of the commons collection pool. What I am looking for is a way to tell the factory block until the collection size goes below a threshold value. Basically I am interested in heap size consumed by the pool , since

[jira] Commented: (JELLY-196) SwitchTag can not be reused if default encountered

2005-01-18 Thread Marc DeXeT (JIRA)
[ http://issues.apache.org/jira/browse/JELLY-196?page=comments#action_57741 ] Marc DeXeT commented on JELLY-196: -- Patch file are attached with one unit test case TestSeveralSwitchCall. Standard TestSwitchTag unit tests have been checked and are clear

[logging] New participant introduction

2005-01-18 Thread Tomas Znamenacek
Hello everybody, my name is Tomas Znamenacek, I am an employee of IBM and I have been working with Richard Sitze on the proposal for enterprise level Commons Logging. I have joined this community to participate in the discussion about the proposal that has been presented and provide

[logging] API - methods for logging entry and exit events

2005-01-18 Thread Tomas Znamenacek
This discussion thread is regarding proposed methods for logging method entry and exit events. For each issue I have found in previous discussions I'm offering my comment or recommendation, if I have any. 1. Refactoring a method containing calls to log.enter() and log.exit(), with hardcoded

[Jakarta Commons Wiki] Updated: CodeConPresentation

2005-01-18 Thread commons-dev
Date: 2005-01-18T18:26:26 Editor: KevinBurton Wiki: Jakarta Commons Wiki Page: CodeConPresentation URL: http://wiki.apache.org/jakarta-commons/CodeConPresentation no comment Change Log: -- @@ -15,6

[all][poll] svn conversion

2005-01-18 Thread Tim O'Brien
Alright folks, it looks like svn has stabilized. Let's have a poll here: any more opinions on the svn conversion? Has everyone had ample time to test? Tim O'Brien [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED]

[GUMP@brutus]: Project commons-jelly-tags-email (in module commons-jelly) failed

2005-01-18 Thread commons-jelly-tags-email 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 [EMAIL PROTECTED] Project commons-jelly-tags-email has an issue affecting its community integration. This

Re: [JXPath] On contributing XOM-support

2005-01-18 Thread Dmitri Plotnikov
Dear Shirasu, Congratulations on this wonderful piece of work and thank you very much for your decision to contribute it to Apache! I will be happy to assist you with making this contribution happen. But first we need to resolve a couple of issues: 1. Will this be a separate module under commons

[GUMP@brutus]: Project commons-jelly-tags-util (in module commons-jelly) failed

2005-01-18 Thread commons-jelly-tags-util 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 [EMAIL PROTECTED] Project commons-jelly-tags-util has an issue affecting its community integration. This

[GUMP@brutus]: Project commons-jelly-tags-bsf (in module commons-jelly) failed

2005-01-18 Thread commons-jelly-tags-bsf 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 [EMAIL PROTECTED] Project commons-jelly-tags-bsf has an issue affecting its community integration. This

[GUMP@brutus]: Project commons-jelly-tags-jetty (in module commons-jelly) failed

2005-01-18 Thread commons-jelly-tags-jetty 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 [EMAIL PROTECTED] Project commons-jelly-tags-jetty has an issue affecting its community integration. This

[GUMP@brutus]: Project commons-jelly-tags-swing (in module commons-jelly) failed

2005-01-18 Thread JellySwing 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 [EMAIL PROTECTED] Project commons-jelly-tags-swing has an issue affecting its community integration. This

Re: [all][poll] svn conversion

2005-01-18 Thread Henri Yandell
My opinion is that we should call a vote asap, and anyone who is -1's should use the test to prove their point. While we still have the test up. I'd suggest a 1 week vote. Any -1 with worthy reason is enough to stop it, but we would be aiming to come up with solutions to any -1's (in a different

Re: [all][poll] svn conversion

2005-01-18 Thread Simon Kitching
On Wed, 2005-01-19 at 00:21 -0500, Henri Yandell wrote: My opinion is that we should call a vote asap, and anyone who is -1's should use the test to prove their point. While we still have the test up. I'd suggest a 1 week vote. Any -1 with worthy reason is enough to stop it, but we would be

Re: [all][poll] svn conversion

2005-01-18 Thread Alex Karasulu
Go for it! Henri Yandell wrote: My opinion is that we should call a vote asap, and anyone who is -1's should use the test to prove their point. While we still have the test up. I'd suggest a 1 week vote. Any -1 with worthy reason is enough to stop it, but we would be aiming to come up with

cvs commit: jakarta-commons-sandbox/feedparser/src/java/org/apache/commons/feedparser/test TestAtom.java TestFeedFilter.java TestFeedLocator.java TestFeedParser.java TestFeedParserUTF8.java

2005-01-18 Thread burton
burton 2005/01/18 22:01:41 Modified:feedparser/src/java/org/apache/commons/feedparser/locate AnchorParser.java feedparser/src/java/org/apache/commons/feedparser/test TestAtom.java TestFeedFilter.java

cvs commit: jakarta-commons-sandbox/feedparser/src/java/org/apache/commons/feedparser AtomFeedParser.java

2005-01-18 Thread burton
burton 2005/01/18 22:22:15 Modified:feedparser/src/java/org/apache/commons/feedparser AtomFeedParser.java Log: ... added latest spec... Revision ChangesPath 1.16 +5 -1

[Jakarta Commons Wiki] Updated: FeedParser

2005-01-18 Thread commons-dev
Date: 2005-01-18T22:23:56 Editor: KevinBurton Wiki: Jakarta Commons Wiki Page: FeedParser URL: http://wiki.apache.org/jakarta-commons/FeedParser no comment Change Log: -- @@ -12,3 +12,4 @@ ==

Re: [all][poll] svn conversion

2005-01-18 Thread Dion Gillard
From eclipse it's slower than using CVS. On Tue, 18 Jan 2005 21:28:28 -0500, Tim O'Brien [EMAIL PROTECTED] wrote: Alright folks, it looks like svn has stabilized. Let's have a poll here: any more opinions on the svn conversion? Has everyone had ample time to test? Tim O'Brien [EMAIL

[Jakarta Commons Wiki] New: TagMetaDataEvents

2005-01-18 Thread commons-dev
Date: 2005-01-18T22:26:16 Editor: KevinBurton Wiki: Jakarta Commons Wiki Page: TagMetaDataEvents URL: http://wiki.apache.org/jakarta-commons/TagMetaDataEvents no comment New Page: There are a number of standards for supporting 'tags' in RSS including: dc:subject RSS 2.0

[Jakarta Commons Wiki] Updated: TagMetaDataEvents

2005-01-18 Thread commons-dev
Date: 2005-01-18T22:30:34 Editor: KevinBurton Wiki: Jakarta Commons Wiki Page: TagMetaDataEvents URL: http://wiki.apache.org/jakarta-commons/TagMetaDataEvents no comment Change Log: -- @@ -6,7 +6,7 @@

[Jakarta Commons Wiki] Updated: TagMetaDataEvents

2005-01-18 Thread commons-dev
Date: 2005-01-18T22:35:24 Editor: KevinBurton Wiki: Jakarta Commons Wiki Page: TagMetaDataEvents URL: http://wiki.apache.org/jakarta-commons/TagMetaDataEvents no comment Change Log: -- @@ -30,3 +30,7

Re: [JXPath] On contributing XOM-support

2005-01-18 Thread shirasu hiroyuki
Dear Dmitri, Thank you very much for your help. 1. Will this be a separate module under commons or an integral part of JXPath? I recommend that we make it an integral part of JXPath I hope that my code is acceptable as an integral part of JXPath. If so, what specific changes I need to make

Re: [all][poll] svn conversion

2005-01-18 Thread Martin Cooper
On Wed, 19 Jan 2005 17:24:05 +1100, Dion Gillard [EMAIL PROTECTED] wrote: From eclipse it's slower than using CVS. Even (whatever the Eclipse equivalent is for) 'svn status', which doesn't have to talk to the SVN server, while the CVS equivalent does?? -- Martin Cooper On Tue, 18 Jan 2005

[Jakarta Commons Wiki] Updated: TagMetaDataEvents

2005-01-18 Thread commons-dev
Date: 2005-01-18T23:43:58 Editor: KevinBurton Wiki: Jakarta Commons Wiki Page: TagMetaDataEvents URL: http://wiki.apache.org/jakarta-commons/TagMetaDataEvents no comment Change Log: -- @@ -31,6 +31,10