[Jakarta-commons Wiki] Update of Logging/FrequentlyAskedQuestions by SeamusKerrigan

2006-11-08 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Jakarta-commons Wiki for change notification. The following page has been changed by SeamusKerrigan: http://wiki.apache.org/jakarta-commons/Logging/FrequentlyAskedQuestions

AW: VFS FTP Problem with Text data

2006-11-08 Thread Moerk, Detlev
Hi Mario, the trick sounds good. I thought, VFS could deal with that, but I ran in another problem when i quick fixed the issue in changing the connetion to start in FTP.ASCII_FILE_TYPE. first try was on a Linux box that fetched the data from a solaris box with ftp and then sends it to a

[jira] Created: (LANG-296) Add method chaining pattern to StopWatch

2006-11-08 Thread Justin Pitts (JIRA)
Add method chaining pattern to StopWatch Key: LANG-296 URL: http://issues.apache.org/jira/browse/LANG-296 Project: Commons Lang Issue Type: Improvement Affects Versions: 2.2 Environment:

[jira] Updated: (LANG-296) Add method chaining pattern to StopWatch

2006-11-08 Thread Justin Pitts (JIRA)
[ http://issues.apache.org/jira/browse/LANG-296?page=all ] Justin Pitts updated LANG-296: -- Attachment: MethodChainingPattern Implementation diff. Add method chaining pattern to StopWatch Key:

Re: AW: VFS FTP Problem with Text data

2006-11-08 Thread Mario Ivankovits
Hi! Do you think that could be a feature for VFS to take care about conversion on heterogenous networks? I am not sure. VFS can't do it easily automatically. As far as I can see it is hard to determine the target OS through the filesystem layer. e.g. a smb connection do not necessarily mean

[jira] Commented: (LANG-296) Add method chaining pattern to StopWatch

2006-11-08 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/LANG-296?page=comments#action_12448186 ] Henri Yandell commented on LANG-296: My general usage has been to use chaining when things are similar, so: foo.setOne(...).setTwo(...).setThree() Having a

[jira] Commented: (LANG-296) Add method chaining pattern to StopWatch

2006-11-08 Thread Stephen Colebourne (JIRA)
[ http://issues.apache.org/jira/browse/LANG-296?page=comments#action_12448211 ] Stephen Colebourne commented on LANG-296: - Changing the return type of methods is binary incompatible. Add method chaining pattern to StopWatch

[jira] Commented: (LANG-296) Add method chaining pattern to StopWatch

2006-11-08 Thread Justin Pitts (JIRA)
[ http://issues.apache.org/jira/browse/LANG-296?page=comments#action_12448216 ] Justin Pitts commented on LANG-296: --- If binary compatibility is a concern, please make note of that on the contribution page. I wouldn't have spent the time to

[jira] Commented: (LANG-296) Add method chaining pattern to StopWatch

2006-11-08 Thread Justin Pitts (JIRA)
[ http://issues.apache.org/jira/browse/LANG-296?page=comments#action_12448218 ] Justin Pitts commented on LANG-296: --- Henri: the usefulness lies in that it cuts the common use cases in half in LOC. Thats all. Add method chaining pattern to

[pipeline] Re: commons pipeline queue capacity patch

2006-11-08 Thread Kris Nuttycombe
Hi, Eric, Thanks a lot for the patch. As it happens, we just ran into a similar problem last week and I have added a slightly different but equivalent solution to the most recent snapshot. Instead of specifying a queue class, I have now added a QueueFactory interface and implementations for

[jira] Commented: (LANG-296) Add method chaining pattern to StopWatch

2006-11-08 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/LANG-296?page=comments#action_12448305 ] Henri Yandell commented on LANG-296: On binary compatibility - it dictates which version of Lang it would go in (2.2.1, 2.3 and 3.0 being the potentials). Your

svn commit: r472693 - in /jakarta/commons/proper/betwixt/trunk: build.xml project.xml

2006-11-08 Thread rahul
Author: rahul Date: Wed Nov 8 15:21:18 2006 New Revision: 472693 URL: http://svn.apache.org/viewvc?view=revrev=472693 Log: Upgrade to Digester 1.7 and JCL 1.0.4 Modified: jakarta/commons/proper/betwixt/trunk/build.xml jakarta/commons/proper/betwixt/trunk/project.xml Modified:

svn commit: r472699 - /jakarta/commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/XMLIntrospector.java

2006-11-08 Thread rahul
Author: rahul Date: Wed Nov 8 15:26:14 2006 New Revision: 472699 URL: http://svn.apache.org/viewvc?view=revrev=472699 Log: Property descriptors from additional beaninfos were ignored (probable cut-n-paste error). Modified:

Re: [betwixt] please check RC1

2006-11-08 Thread Rahul Akolkar
On 11/6/06, Rahul Akolkar [EMAIL PROTECTED] wrote: On 11/4/06, robert burrell donkin [EMAIL PROTECTED] wrote: http://people.apache.org/~rdonkin/commons-betwixt snip/ Think we can upgrade a couple of our own dependencies. Give me 48 hours to try things locally. snip/ With r472693 [1] and

svn commit: r472702 - in /jakarta/commons/proper: beanutils/trunk/ chain/trunk/ dbcp/trunk/ digester/trunk/ discovery/trunk/ el/trunk/ httpclient/trunk/ jexl/trunk/ jxpath/trunk/ math/trunk/

2006-11-08 Thread rahul
Author: rahul Date: Wed Nov 8 15:39:13 2006 New Revision: 472702 URL: http://svn.apache.org/viewvc?view=revrev=472702 Log: Peg Commons at JCL 1.0.4. Have only looked at proper for lack of cycles, can follow up with sandbox and dormant components as they graduate or get revived. Modified:

svn commit: r472703 - /jakarta/commons/proper/scxml/trunk/doap_scxml.rdf

2006-11-08 Thread rahul
Author: rahul Date: Wed Nov 8 15:51:05 2006 New Revision: 472703 URL: http://svn.apache.org/viewvc?view=revrev=472703 Log: Project DOAP file. Added: jakarta/commons/proper/scxml/trunk/doap_scxml.rdf (with props) Added: jakarta/commons/proper/scxml/trunk/doap_scxml.rdf URL:

svn commit: r472712 - in /jakarta/commons/proper: attributes/trunk/ beanutils/trunk/ betwixt/trunk/ chain/trunk/ cli/trunk/ codec/trunk/ collections/trunk/ configuration/trunk/ daemon/trunk/ dbcp/trun

2006-11-08 Thread rahul
Author: rahul Date: Wed Nov 8 16:14:44 2006 New Revision: 472712 URL: http://svn.apache.org/viewvc?view=revrev=472712 Log: Missing SVN properties, possibly some large diffs, no functional change. Modified: jakarta/commons/proper/attributes/trunk/doap_attributes.rdf (props changed)

svn commit: r472714 - in /jakarta/commons/proper: attributes/trunk/ beanutils/trunk/ betwixt/trunk/ chain/trunk/ cli/trunk/ codec/trunk/ collections/trunk/ configuration/trunk/ daemon/trunk/ dbcp/trun

2006-11-08 Thread rahul
Author: rahul Date: Wed Nov 8 16:26:31 2006 New Revision: 472714 URL: http://svn.apache.org/viewvc?view=revrev=472714 Log: Point DOAP files to JIRA. Modified: jakarta/commons/proper/attributes/trunk/doap_attributes.rdf jakarta/commons/proper/beanutils/trunk/doap_beanutils.rdf

Re: [betwixt] please check RC1

2006-11-08 Thread Martin van den Bemt
I'll have a look tomorrow evening (and testrun on ddlutils).. Sorry for being unresponsive.. Mvgr, Martin robert burrell donkin wrote: http://people.apache.org/~rdonkin/commons-betwixt - robert - To unsubscribe, e-mail:

Re: [betwixt] please check RC1

2006-11-08 Thread Thomas Dudziak
On 11/8/06, Martin van den Bemt [EMAIL PROTECTED] wrote: I'll have a look tomorrow evening (and testrun on ddlutils).. Sorry for being unresponsive.. Sorry, I meant to response, too. I've checked DdlUitls against the RC, and it looks good. I've updated DdlUtils with the RC jar so that I can

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

2006-11-08 Thread Tim OBrien
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-codec has an issue affecting its community integration. This issue

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

2006-11-08 Thread Tim OBrien
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-codec has an issue affecting its community integration. This issue

[jira] Created: (JEXL-27) Cannot assign a value to the property of an object, such as object.prop = value.

2006-11-08 Thread Weikuo Liaw (JIRA)
Cannot assign a value to the property of an object, such as object.prop = value. Key: JEXL-27 URL: http://issues.apache.org/jira/browse/JEXL-27 Project: Commons JEXL

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

2006-11-08 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-email has an issue affecting its community integration. This issue

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

2006-11-08 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-email has an issue affecting its community integration. This issue

[jira] Created: (JEXL-28) Enhance the resolution of properties and methods

2006-11-08 Thread Weikuo Liaw (JIRA)
Enhance the resolution of properties and methods Key: JEXL-28 URL: http://issues.apache.org/jira/browse/JEXL-28 Project: Commons JEXL Issue Type: Improvement Affects Versions: 1.1

[jira] Created: (JEXL-29) Support non-object-level functions/methods, as size and empty function

2006-11-08 Thread Weikuo Liaw (JIRA)
Support non-object-level functions/methods, as size and empty function -- Key: JEXL-29 URL: http://issues.apache.org/jira/browse/JEXL-29 Project: Commons JEXL Issue Type:

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

2006-11-08 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-net has an issue affecting its community integration. This issue affects

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

2006-11-08 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-net has an issue affecting its community integration. This issue affects

[jira] Commented: (LANG-296) Add method chaining pattern to StopWatch

2006-11-08 Thread Justin Pitts (JIRA)
[ http://issues.apache.org/jira/browse/LANG-296?page=comments#action_12448356 ] Justin Pitts commented on LANG-296: --- Well, in the case of this class, I would guess that typical usage patterns are: create - start stop-read split - read It

[jira] Created: (IO-98) The encryption decryption of uploaded file

2006-11-08 Thread inderjeet (JIRA)
The encryption decryption of uploaded file Key: IO-98 URL: http://issues.apache.org/jira/browse/IO-98 Project: Commons IO Issue Type: New Feature Components: Utilities

Re: [all] Nightly builds

2006-11-08 Thread Henri Yandell
On 11/4/06, Phil Steitz [EMAIL PROTECTED] wrote: Ugh. I did not realize that vmbuild had taken a dive. I just committed the wrapper that I was using on vmbuild (nightly_wrapper.sh) to commons-build. vmbuild is back btw - as the gump emails show. Hen

svn commit: r472788 - /jakarta/commons/proper/dbutils/trunk/pom.xml

2006-11-08 Thread bayard
Author: bayard Date: Wed Nov 8 22:25:50 2006 New Revision: 472788 URL: http://svn.apache.org/viewvc?view=revrev=472788 Log: Adding a Maven 2 pom Added: jakarta/commons/proper/dbutils/trunk/pom.xml (with props) Added: jakarta/commons/proper/dbutils/trunk/pom.xml URL:

svn commit: r472790 - in /jakarta/commons/proper: beanutils/trunk/pom.xml cli/trunk/pom.xml dbutils/trunk/pom.xml fileupload/trunk/pom.xml io/trunk/pom.xml logging/trunk/pom.xml

2006-11-08 Thread bayard
Author: bayard Date: Wed Nov 8 22:31:40 2006 New Revision: 472790 URL: http://svn.apache.org/viewvc?view=revrev=472790 Log: Making sure all the pom.xmls have NOTICE/LICENSEs in - though haven't done VFS Modified: jakarta/commons/proper/beanutils/trunk/pom.xml

[jira] Commented: (BEANUTILS-243) BeanUtils fails to compile under 1.6

2006-11-08 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/BEANUTILS-243?page=comments#action_12448387 ] Henri Yandell commented on BEANUTILS-243: - Back to the old classic problem here. We have a whole bunch of methods that need implementing, but new

[jira] Updated: (BEANUTILS-243) BeanUtils fails to compile under 1.6

2006-11-08 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/BEANUTILS-243?page=all ] Henri Yandell updated BEANUTILS-243: Attachment: BEANUTILS-243.patch Attaching my current state in implementing the methods. BeanUtils fails to compile under 1.6

[jira] Created: (BEANUTILS-260) Error link name in the description of package org.apache.commons.beanutils

2006-11-08 Thread Jiemiao Shi (JIRA)
Error link name in the description of package org.apache.commons.beanutils --- Key: BEANUTILS-260 URL: http://issues.apache.org/jira/browse/BEANUTILS-260 Project: Commons