Jars of sandbox components

2005-07-04 Thread sathish
Hi I am looking out for the jars of some specific components... COMMONS-EVENTS COMMONS-FEEDPARSER COMMONS-JCI COMMONS-JJAR COMMONS-CLAZZ COMMONS-CONTRACT Can some one help me to find the location of these jars in the jakarta repository? thanks Sathish This e-mail and any files transmitted with

Re: Jars of sandbox components

2005-07-04 Thread Simon Kitching
Hi Sathish, On Mon, 2005-07-04 at 11:46 +0530, sathish wrote: Hi I am looking out for the jars of some specific components... It would be more appropriate to ask this question on the USER list than the development list. COMMONS-EVENTS COMMONS-FEEDPARSER COMMONS-JCI COMMONS-JJAR

DO NOT REPLY [Bug 16525] - [beanutils] BeanUtils.setProperty is over-zealous at converting types

2005-07-04 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=16525. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

Re: [email] progress on 1.0 release?

2005-07-04 Thread Dion Gillard
Nope, I think it's now just up to packaging and putting up an RC. I've got limited time this week as the kids have school holidays and I'm spending lots with them. So if it's left up to me, it may not be until next week. Anyone else should feel free though! On 7/4/05, Simon Kitching [EMAIL

svn commit: r209034 - in /jakarta/commons/sandbox/jci/trunk: ./ src/java/org/apache/commons/jci/compilers/ src/java/org/apache/commons/jci/monitor/ src/test/org/apache/commons/jci/ src/test/org/apache/commons/jci/compilers/ src/test/org/apache/commons/...

2005-07-04 Thread tcurdt
Author: tcurdt Date: Mon Jul 4 01:58:06 2005 New Revision: 209034 URL: http://svn.apache.org/viewcvs?rev=209034view=rev Log: added testcase skeletons, added a method to stop the fam Added: jakarta/commons/sandbox/jci/trunk/src/java/org/apache/commons/jci/compilers/JavaCompilerFactory.java

svn commit: r209036 - in /jakarta/commons/sandbox/javaflow/trunk: ./ lib/ src/java/org/apache/commons/javaflow/ src/java/org/apache/commons/javaflow/bytecode/ src/java/org/apache/commons/javaflow/bytecode/asm/ src/test/org/apache/commons/javaflow/testc...

2005-07-04 Thread tcurdt
Author: tcurdt Date: Mon Jul 4 02:01:47 2005 New Revision: 209036 URL: http://svn.apache.org/viewcvs?rev=209036view=rev Log: first steps of an ASM based implementation Added: jakarta/commons/sandbox/javaflow/trunk/lib/asm-20050703.234510.jar (with props)

[codec] Feature request

2005-07-04 Thread Anto Paul
Hi all, I need to convert a String to its Java Unicode escape sequence(\u). I need to do this im my patch(enhancement) to Struts. I couldn't find an Apache licenced utility for it. So if anyone could write one it will be very useful to me. -- rgds Anto Paul

[EMAIL PROTECTED]: Project commons-javaflow (in module jakarta-commons-sandbox) failed

2005-07-04 Thread Stefan Bodewig
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-javaflow has an issue affecting its community integration. This issue

[EMAIL PROTECTED]: Project commons-javaflow (in module jakarta-commons-sandbox) failed

2005-07-04 Thread Stefan Bodewig
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-javaflow has an issue affecting its community integration. This issue

[EMAIL PROTECTED]: Project commons-jelly (in module commons-jelly) failed

2005-07-04 Thread commons-jelly 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 has an issue affecting its community integration. This issue

[GUMP@vmgump]: Project commons-jelly (in module commons-jelly) failed

2005-07-04 Thread commons-jelly 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 has an issue affecting its community integration. This issue

[EMAIL PROTECTED]: Project commons-configuration-10 (in module jakarta-commons-configuration-10) failed

2005-07-04 Thread dIon Gillard
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-configuration-10 has an issue affecting its community integration. This

[GUMP@vmgump]: Project commons-configuration-10 (in module jakarta-commons-configuration-10) failed

2005-07-04 Thread dIon Gillard
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-configuration-10 has an issue affecting its community integration. This

DO NOT REPLY [Bug 35592] - [net] Unix parser not handling filenames beginning with whitespace

2005-07-04 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=35592. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 35592] - [net] Unix parser not handling filenames beginning with whitespace

2005-07-04 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=35592. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

[lang] Revisiting empty statements one more time (last time I promise)

2005-07-04 Thread Steven Caswell
Gary and Stephen (and anyone else who might care ;) I'd like to take one more stab at convincing you guys that an empty statement denoted by a semicolon would be a better approach to indicate no action than just using a comment. I promise I'll move on if this is not convincing enough. So here we

RE: [lang] Revisiting empty statements one more time (last time I promise)

2005-07-04 Thread Gary Gregory
Hello: I am against using a lone ;. IMHO I think that what shows up in an AST is irrelevant in this case and actually a problem with the source checking tool. Let's think about the real problem, which I claim is this: try { // a // bunch // of // stuff } catch (SomeException e) { } My

Re: [lang] Revisiting empty statements one more time (last time I promise)

2005-07-04 Thread sebb
How about: try { ... } catch (SomeException ignored) { // We do nothing here because the try block checked // the widget and logged an error in the fizbang. } i.e. use a special variable name that can then be checked in the compiled code. S. On 7/4/05, Gary Gregory [EMAIL PROTECTED] wrote:

RE: [lang] Revisiting empty statements one more time (last time I promise)

2005-07-04 Thread Gary Gregory
} catch (SomeException ignored) { Interesting thought! Somehow, I do not think that checkstyle can do that. Can it? Gary -Original Message- From: sebb [mailto:[EMAIL PROTECTED] Sent: Monday, July 04, 2005 10:23 AM To: Jakarta Commons Developers List Subject: Re: [lang] Revisiting

[lang][POLL] text package's mapped replace classes a.k.a. interpolation

2005-07-04 Thread Gary Gregory
Hello: WRT org.apache.commons.lang.text mapped replace classes a.k.a. interpolation. I'd like to get the feel of the community on whether VariableFormat can replace Interpolation and MappedMessageFormat? These two latter classes would be removed. My goal is to hopefully pick one

Re: [lang] Revisiting empty statements one more time (last time I promise)

2005-07-04 Thread Steven Caswell
It could possible be done using the GenericIllegalRegexp check. I'm not a regexp guru so I'm not sure if an appropriate regexp could be written, but knowing how powerful regexps are I wouldn't be surprised. On 7/4/05, Gary Gregory [EMAIL PROTECTED] wrote: } catch (SomeException ignored) {

svn commit: r209116 - /jakarta/commons/proper/vfs/trunk/src/java/org/apache/commons/vfs/provider/ftp/FtpFileSystem.java

2005-07-04 Thread imario
Author: imario Date: Mon Jul 4 12:28:21 2005 New Revision: 209116 URL: http://svn.apache.org/viewcvs?rev=209116view=rev Log: fixed race condition and wrong use of mini-pool. Now if one gets a connection refused exception it might be e.g. xinetd.conf which allows to limit the

RE: [lang] Revisiting empty statements one more time (last time I promise)

2005-07-04 Thread Gary Gregory
Whoa... RE's, very fancy! :-) I am not being really serious: An even more complicated solution would be to use whatever Eclipse uses to check for such things. G -Original Message- From: Steven Caswell [mailto:[EMAIL PROTECTED] Sent: Monday, July 04, 2005 11:57 AM To: Jakarta

svn commit: r209121 - /jakarta/commons/sandbox/codec/

2005-07-04 Thread tobrien
Author: tobrien Date: Mon Jul 4 13:08:00 2005 New Revision: 209121 URL: http://svn.apache.org/viewcvs?rev=209121view=rev Log: Removing Codec from Sandbox Removed: jakarta/commons/sandbox/codec/ - To unsubscribe, e-mail:

Re: [ANNOUNCEMENT] Betwixt 0.7 Release Candidate 2 Now Available

2005-07-04 Thread Phil Steitz
Yes, needed to add charsets.jar to classpath. No problem here. +1 for releasing this On 7/3/05, Simon Kitching [EMAIL PROTECTED] wrote: On Sun, 2005-07-03 at 14:56 -0700, Phil Steitz wrote: I can't see anything missing or incorrect in release contents. Checked maven and ant builds on

svn commit: r209122 - in /jakarta/commons/proper/vfs/trunk/src/java/org/apache/commons/vfs/provider/webdav: WebdavClientFactory.java WebdavFileObject.java

2005-07-04 Thread imario
Author: imario Date: Mon Jul 4 13:11:51 2005 New Revision: 209122 URL: http://svn.apache.org/viewcvs?rev=209122view=rev Log: use MultiThreadedHttpConnectionManager for webdav. Thanks to httpclient this works without forcing webdavlib to call releaseConnection() Modified:

[all][sandbox] removing promoted components

2005-07-04 Thread Tim O'Brien
AFAIK, promotion from the sandbox is now just an svn move. This doesn't help us with components that were promoted before the svn migration. Does anyone have any objections to svn rm-ing the following directories. This is just a start.. /jakarta/commons/sandbox/betwixt

DO NOT REPLY [Bug 35588] - [lang] New interpolation features

2005-07-04 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=35588. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

svn commit: r209123 - /jakarta/commons/proper/math/trunk/project.properties

2005-07-04 Thread psteitz
Author: psteitz Date: Mon Jul 4 14:01:46 2005 New Revision: 209123 URL: http://svn.apache.org/viewcvs?rev=209123view=rev Log: Added maven.compile.source property. Modified: jakarta/commons/proper/math/trunk/project.properties Modified: jakarta/commons/proper/math/trunk/project.properties

[lang] Adjustment to BitField

2005-07-04 Thread Steven Caswell
While looking at the coverage of test cases, I noticed the following in the BitField class: If I create a BitField with a mask of 0, then invoke isAllSet(0), the return value is true, instead of false as I expected. Is there any particular reason the method should behave this way, or should it

Re: [all][sandbox] removing promoted components

2005-07-04 Thread Thomas Dudziak
On 7/4/05, Tim O'Brien [EMAIL PROTECTED] wrote: AFAIK, promotion from the sandbox is now just an svn move. This doesn't help us with components that were promoted before the svn migration. Does anyone have any objections to svn rm-ing the following directories. This is just a start..

svn commit: r209130 - in /jakarta/commons/proper/math/trunk/src/java/org/apache/commons/math: linear/ stat/inference/

2005-07-04 Thread psteitz
Author: psteitz Date: Mon Jul 4 15:16:48 2005 New Revision: 209130 URL: http://svn.apache.org/viewcvs?rev=209130view=rev Log: Added missing @since tags. Modified: jakarta/commons/proper/math/trunk/src/java/org/apache/commons/math/linear/BigMatrixImpl.java

Re: [Lang] text. Interpolation, on to 2.2

2005-07-04 Thread Steven Caswell
Gary, I'm not finding the variable format classes in the repository. Maybe I'm missing something. Can you send a link? Thanks. On 7/3/05, Gary Gregory [EMAIL PROTECTED] wrote: Hello all: I've stored a (slightly mood's) version of Oliver's classes (includes tests) from

Re: [lang][POLL] text package's mapped replace classes a.k.a. interpolation

2005-07-04 Thread Stephen Colebourne
Gary Gregory wrote: I'd like to get the feel of the community on whether VariableFormat can replace Interpolation and MappedMessageFormat? These two latter classes would be removed. Certainly this will be the goal, as the current classes have too much duplication. My goal is to hopefully

svn commit: r209143 - /jakarta/commons/proper/math/trunk/src/java/org/apache/commons/math/linear/MatrixUtils.java

2005-07-04 Thread psteitz
Author: psteitz Date: Mon Jul 4 16:29:23 2005 New Revision: 209143 URL: http://svn.apache.org/viewcvs?rev=209143view=rev Log: Eliminated dead code. Modified: jakarta/commons/proper/math/trunk/src/java/org/apache/commons/math/linear/MatrixUtils.java Modified:

svn commit: r209144 - in /jakarta/commons/proper/math/trunk/src: java/org/apache/commons/math/random/ java/org/apache/commons/math/stat/inference/ test/org/apache/commons/math/stat/inference/

2005-07-04 Thread psteitz
Author: psteitz Date: Mon Jul 4 16:30:05 2005 New Revision: 209144 URL: http://svn.apache.org/viewcvs?rev=209144view=rev Log: Added missing svn props. Modified: jakarta/commons/proper/math/trunk/src/java/org/apache/commons/math/random/AbstractRandomGenerator.java (props changed)

Re: [all][sandbox] removing promoted components

2005-07-04 Thread Emmanuel Bourg
Tim O'Brien wrote: Also, seems like we could move the tags in /jakarta/commons/sandbox/configuration/tags over to /jakarta/commons/proper/configuration/tags No problem as long as we preserve the history of the work done on [configuration] when it was in the sandbox. Emmanuel Bourg

svn commit: r209160 - /jakarta/commons/proper/email/trunk/build.xml

2005-07-04 Thread dion
Author: dion Date: Mon Jul 4 17:58:22 2005 New Revision: 209160 URL: http://svn.apache.org/viewcvs?rev=209160view=rev Log: Update dumbster reference. Note: this build file was generated by Maven and then hand-crafted at some point in the past. Modified:

Re: [all][sandbox] removing promoted components

2005-07-04 Thread Simon Kitching
On Mon, 2005-07-04 at 23:53 +0200, Thomas Dudziak wrote: On 7/4/05, Tim O'Brien [EMAIL PROTECTED] wrote: AFAIK, promotion from the sandbox is now just an svn move. This doesn't help us with components that were promoted before the svn migration. Does anyone have any objections to svn

svn commit: r209161 - /jakarta/commons/proper/email/trunk/src/java/org/apache/commons/mail/EmailException.java

2005-07-04 Thread dion
Author: dion Date: Mon Jul 4 18:01:03 2005 New Revision: 209161 URL: http://svn.apache.org/viewcvs?rev=209161view=rev Log: Add serialVersionUID Fix Javadoc Modified: jakarta/commons/proper/email/trunk/src/java/org/apache/commons/mail/EmailException.java Modified:

svn commit: r209162 - /jakarta/commons/proper/email/trunk/xdocs/changes.xml

2005-07-04 Thread dion
Author: dion Date: Mon Jul 4 18:02:43 2005 New Revision: 209162 URL: http://svn.apache.org/viewcvs?rev=209162view=rev Log: Add recent changes and fix version number Modified: jakarta/commons/proper/email/trunk/xdocs/changes.xml Modified: jakarta/commons/proper/email/trunk/xdocs/changes.xml

DO NOT REPLY [Bug 34932] - [Email] Parsing MIME content.

2005-07-04 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=34932. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 35319] - [email] [PATCH] Allow SMTP Authentication data in System.properties

2005-07-04 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=35319. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

svn commit: r209164 - in /jakarta/commons/proper/email/trunk/src/java/org/apache/commons/mail: ByteArrayDataSource.java DefaultAuthenticator.java Email.java EmailAttachment.java EmailException.java HtmlEmail.java MultiPartEmail.java SimpleEmail.java

2005-07-04 Thread dion
Author: dion Date: Mon Jul 4 18:10:57 2005 New Revision: 209164 URL: http://svn.apache.org/viewcvs?rev=209164view=rev Log: Add @since tags Modified: jakarta/commons/proper/email/trunk/src/java/org/apache/commons/mail/ByteArrayDataSource.java

Re: [email] progress on 1.0 release?

2005-07-04 Thread Dion Gillard
Is everyone ok with me doing a distribution for 1.0-RC5 and placing it up for public consumption on people.apache.org/~dion ? I'm currently going through http://jakarta.apache.org/commons/releases/prepare.html and making sure it's all ready. On 7/4/05, Simon Kitching [EMAIL PROTECTED] wrote: Hi

svn commit: r209165 - /jakarta/commons/proper/email/trunk/xdocs/changes.xml

2005-07-04 Thread dion
Author: dion Date: Mon Jul 4 18:12:36 2005 New Revision: 209165 URL: http://svn.apache.org/viewcvs?rev=209165view=rev Log: Subversion not CVS Modified: jakarta/commons/proper/email/trunk/xdocs/changes.xml Modified: jakarta/commons/proper/email/trunk/xdocs/changes.xml URL:

svn commit: r209167 - in /jakarta/commons/proper/email/trunk/src/test/org/apache/commons/mail: ./ mocks/ settings/

2005-07-04 Thread dion
Author: dion Date: Mon Jul 4 18:14:31 2005 New Revision: 209167 URL: http://svn.apache.org/viewcvs?rev=209167view=rev Log: Add @since tags Modified: jakarta/commons/proper/email/trunk/src/test/org/apache/commons/mail/BaseEmailTestCase.java

Re: [email] progress on 1.0 release?

2005-07-04 Thread Simon Kitching
On Tue, 2005-07-05 at 11:11 +1000, Dion Gillard wrote: Is everyone ok with me doing a distribution for 1.0-RC5 and placing it up for public consumption on people.apache.org/~dion ? I'm currently going through http://jakarta.apache.org/commons/releases/prepare.html and making sure it's all

svn commit: r209168 - in /jakarta/commons/proper/email/trunk: conf/checkstyle.xml xdocs/changes.xml

2005-07-04 Thread dion
Author: dion Date: Mon Jul 4 18:16:53 2005 New Revision: 209168 URL: http://svn.apache.org/viewcvs?rev=209168view=rev Log: Add apache license to files that missed it. Modified: jakarta/commons/proper/email/trunk/conf/checkstyle.xml jakarta/commons/proper/email/trunk/xdocs/changes.xml

svn commit: r209169 - in /jakarta/commons/proper/jexl/trunk/src/java/org/apache/commons/jexl: ./ context/ junit/ resolver/ util/ util/introspection/

2005-07-04 Thread dion
Author: dion Date: Mon Jul 4 18:22:48 2005 New Revision: 209169 URL: http://svn.apache.org/viewcvs?rev=209169view=rev Log: Add @since tags Modified: jakarta/commons/proper/jexl/trunk/src/java/org/apache/commons/jexl/Expression.java

svn commit: r209170 - in /jakarta/commons/proper/jexl/trunk/examples: ArrayExample.java MethodPropertyExample.java

2005-07-04 Thread dion
Author: dion Date: Mon Jul 4 18:24:30 2005 New Revision: 209170 URL: http://svn.apache.org/viewcvs?rev=209170view=rev Log: Add @since tags Modified: jakarta/commons/proper/jexl/trunk/examples/ArrayExample.java jakarta/commons/proper/jexl/trunk/examples/MethodPropertyExample.java

svn commit: r209171 - in /jakarta/commons/proper/jexl/trunk/src/test/org/apache/commons/jexl: Foo.java Jexl.java JexlTest.java junit/AsserterTest.java parser/ParserTest.java

2005-07-04 Thread dion
Author: dion Date: Mon Jul 4 18:24:57 2005 New Revision: 209171 URL: http://svn.apache.org/viewcvs?rev=209171view=rev Log: Add @since tags Modified: jakarta/commons/proper/jexl/trunk/src/test/org/apache/commons/jexl/Foo.java

svn commit: r209172 - /jakarta/commons/proper/jexl/trunk/xdocs/changes.xml

2005-07-04 Thread dion
Author: dion Date: Mon Jul 4 18:26:05 2005 New Revision: 209172 URL: http://svn.apache.org/viewcvs?rev=209172view=rev Log: doc @since changes Modified: jakarta/commons/proper/jexl/trunk/xdocs/changes.xml Modified: jakarta/commons/proper/jexl/trunk/xdocs/changes.xml URL:

svn commit: r209173 - /jakarta/commons/proper/email/trunk/src/java/org/apache/commons/mail/MultiPartEmail.java

2005-07-04 Thread dion
Author: dion Date: Mon Jul 4 18:29:37 2005 New Revision: 209173 URL: http://svn.apache.org/viewcvs?rev=209173view=rev Log: Rename parameters so they don't clash with fields Modified: jakarta/commons/proper/email/trunk/src/java/org/apache/commons/mail/MultiPartEmail.java Modified:

RE: [lang] Adjustment to BitField

2005-07-04 Thread James Carman
Wouldn't that be vacuously true? You have a BitField with no bits set and you're asking if it has all of the same bits set as an integer (0) which has no bits set. -Original Message- From: Steven Caswell [mailto:[EMAIL PROTECTED] Sent: Monday, July 04, 2005 5:32 PM To: Jakarta Commons

svn commit: r209188 - /jakarta/commons/proper/jexl/trunk/src/java/org/apache/commons/jexl/parser/ASTAddNode.java

2005-07-04 Thread dion
Author: dion Date: Mon Jul 4 19:56:06 2005 New Revision: 209188 URL: http://svn.apache.org/viewcvs?rev=209188view=rev Log: Add @since for unwiden method Modified: jakarta/commons/proper/jexl/trunk/src/java/org/apache/commons/jexl/parser/ASTAddNode.java Modified:

Re: [all][sandbox] removing promoted components

2005-07-04 Thread Tim O'Brien
Emmanuel Bourg wrote: Tim O'Brien wrote: Also, seems like we could move the tags in /jakarta/commons/sandbox/configuration/tags over to /jakarta/commons/proper/configuration/tags No problem as long as we preserve the history of the work done on [configuration] when it was in the sandbox.

svn commit: r209190 - /jakarta/commons/sandbox/configuration/

2005-07-04 Thread tobrien
Author: tobrien Date: Mon Jul 4 20:18:23 2005 New Revision: 209190 URL: http://svn.apache.org/viewcvs?rev=209190view=rev Log: Configuration has been promoted (long ago) removing sandbox component directory Removed: jakarta/commons/sandbox/configuration/

svn commit: r209191 - /jakarta/commons/sandbox/digester/

2005-07-04 Thread tobrien
Author: tobrien Date: Mon Jul 4 20:18:59 2005 New Revision: 209191 URL: http://svn.apache.org/viewcvs?rev=209191view=rev Log: Digester has been promoted (long ago) removing sandbox component directory Removed: jakarta/commons/sandbox/digester/

Re: [all][sandbox] removing promoted components

2005-07-04 Thread Tim O'Brien
Simon Kitching wrote: On Mon, 2005-07-04 at 23:53 +0200, Thomas Dudziak wrote: On 7/4/05, Tim O'Brien [EMAIL PROTECTED] wrote: AFAIK, promotion from the sandbox is now just an svn move. This doesn't help us with components that were promoted before the svn migration. Does anyone

svn commit: r209192 - /jakarta/commons/sandbox/sql/

2005-07-04 Thread tobrien
Author: tobrien Date: Mon Jul 4 20:19:52 2005 New Revision: 209192 URL: http://svn.apache.org/viewcvs?rev=209192view=rev Log: Commons SQL migrated over to the DB project, removing sandbox component Removed: jakarta/commons/sandbox/sql/

Re: [all][sandbox] removing promoted components

2005-07-04 Thread Tim O'Brien
Thomas Dudziak wrote: On 7/4/05, Tim O'Brien [EMAIL PROTECTED] wrote: AFAIK, promotion from the sandbox is now just an svn move. This doesn't help us with components that were promoted before the svn migration. Does anyone have any objections to svn rm-ing the following directories. This

Re: [all][sandbox] removing promoted components

2005-07-04 Thread Phil Steitz
+1 to removing math Phil On 7/4/05, Tim O'Brien [EMAIL PROTECTED] wrote: Thomas Dudziak wrote: On 7/4/05, Tim O'Brien [EMAIL PROTECTED] wrote: AFAIK, promotion from the sandbox is now just an svn move. This doesn't help us with components that were promoted before the svn migration.

DO NOT REPLY [Bug 35601] New: - [id] NodeManagerImpl init only loads one node

2005-07-04 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=35601. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

svn commit: r209198 - /jakarta/commons/proper/logging/trunk/src/test/org/apache/commons/logging/pathable/PathableTestCase.java

2005-07-04 Thread skitching
Author: skitching Date: Mon Jul 4 20:40:50 2005 New Revision: 209198 URL: http://svn.apache.org/viewcvs?rev=209198view=rev Log: Added more unit tests. Modified: jakarta/commons/proper/logging/trunk/src/test/org/apache/commons/logging/pathable/PathableTestCase.java Modified:

svn commit: r209201 - in /jakarta/commons/proper/logging/trunk/src/test/org/apache/commons/logging: LoadTest.java PathableTestSuite.java

2005-07-04 Thread skitching
Author: skitching Date: Mon Jul 4 20:42:02 2005 New Revision: 209201 URL: http://svn.apache.org/viewcvs?rev=209201view=rev Log: Remove unused imports. Modified: jakarta/commons/proper/logging/trunk/src/test/org/apache/commons/logging/LoadTest.java

svn commit: r209202 - /jakarta/commons/proper/logging/trunk/build.xml

2005-07-04 Thread skitching
Author: skitching Date: Mon Jul 4 20:42:38 2005 New Revision: 209202 URL: http://svn.apache.org/viewcvs?rev=209202view=rev Log: Add adapters jar to list of logical jars available to unit test code. Modified: jakarta/commons/proper/logging/trunk/build.xml Modified:

svn commit: r209204 - in /jakarta/commons/sandbox/id/trunk/src: java/org/apache/commons/id/uuid/NodeManagerImpl.java test/org/apache/commons/id/uuid/NodeManagerImplTest.java

2005-07-04 Thread psteitz
Author: psteitz Date: Mon Jul 4 20:44:07 2005 New Revision: 209204 URL: http://svn.apache.org/viewcvs?rev=209204view=rev Log: Fixed NodeManagerImpl index increment bug. BZ #35601. Reported by John Gregg. Added:

DO NOT REPLY [Bug 35601] - [id] NodeManagerImpl init only loads one node

2005-07-04 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=35601. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

svn commit: r209207 - /jakarta/commons/proper/email/trunk/project.xml

2005-07-04 Thread dion
Author: dion Date: Mon Jul 4 20:56:43 2005 New Revision: 209207 URL: http://svn.apache.org/viewcvs?rev=209207view=rev Log: Make description more accurate Modified: jakarta/commons/proper/email/trunk/project.xml Modified: jakarta/commons/proper/email/trunk/project.xml URL:

DO NOT REPLY [Bug 35602] New: - [id] ReadOnlyResourceStateImpl uses ClassLoader.getSystemResourceAsStream

2005-07-04 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=35602. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.