svn commit: r417156 - in /jakarta/commons/proper/vfs/trunk/src/java/org/apache/commons/vfs: events/DeleteEvent.java events/DeleteEventAbstractFile.java provider/AbstractFileSystem.java

2006-06-26 Thread imario
Author: imario Date: Mon Jun 26 03:14:31 2006 New Revision: 417156 URL: http://svn.apache.org/viewvc?rev=417156view=rev Log: wrongly named file renamed from DeleteEventAbstractFile to DeleteEvent Added: jakarta/commons/proper/vfs/trunk/src/java/org/apache/commons/vfs/events/DeleteEvent.java

[jira] Created: (JELLY-232) Some ant objects throw NPE at toString

2006-06-26 Thread Paul Libbrecht (JIRA)
Some ant objects throw NPE at toString -- Key: JELLY-232 URL: http://issues.apache.org/jira/browse/JELLY-232 Project: Commons Jelly Type: Bug Components: taglib.ant Versions: 1.1 Environment: (MacOSX 10.3.9)

svn commit: r417175 - in /jakarta/commons/proper/jelly/trunk/jelly-tags/ant/src/java/org/apache/commons/jelly: tags/ant/AntTag.java task/AntJellyContext.java

2006-06-26 Thread polx
Author: polx Date: Mon Jun 26 04:48:58 2006 New Revision: 417175 URL: http://svn.apache.org/viewvc?rev=417175view=rev Log: Fixing JELLY-232 with a method to safely invoke toString. Also fixing the data-type coercion assumption as reported (and patched) by Hang Sun in JELLY-228. paul Modified:

[jira] Resolved: (JELLY-228) AntTag.createDataType() throws ClassCastException

2006-06-26 Thread Paul Libbrecht (JIRA)
[ http://issues.apache.org/jira/browse/JELLY-228?page=all ] Paul Libbrecht resolved JELLY-228: -- Resolution: Fixed Have applied the patch. Please check and reopen if need be. paul AntTag.createDataType() throws ClassCastException

[jira] Closed: (JELLY-232) Some ant objects throw NPE at toString

2006-06-26 Thread Paul Libbrecht (JIRA)
[ http://issues.apache.org/jira/browse/JELLY-232?page=all ] Paul Libbrecht closed JELLY-232: Resolution: Fixed Fixed with AntTag and AntJellyContext. paul Some ant objects throw NPE at toString --

[compress] Draft 8

2006-06-26 Thread C. Grobmeier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hey all, here is draft 8: * http://grobmeier.de/commons-compress-draft-8.zip I mainly have rebuild the factorys: - - Archiver is now know as Archive - - reduced reflection-magic - - Decompressor and Compressor is now know as Compressor (just one

svn commit: r417178 - in /jakarta/commons/proper/vfs/trunk: src/java/org/apache/commons/vfs/ src/java/org/apache/commons/vfs/auth/ src/java/org/apache/commons/vfs/impl/ src/java/org/apache/commons/vfs

2006-06-26 Thread imario
Author: imario Date: Mon Jun 26 05:31:41 2006 New Revision: 417178 URL: http://svn.apache.org/viewvc?rev=417178view=rev Log: hackaton - UserAuthenticator: callback to get user credentials. With this you can avoid putting credentials into the url. Added:

Re: [compress] Draft 8

2006-06-26 Thread Mario Ivankovits
Hi ! here is draft 8: Great, thanks! Some comments: * you use File*Streams instead of simply InputStream/OutputStream, any reason for this?If no, please change it accordingly. * simplify the archiver interface. e.g. I think methods like save(File) are useless and we can put it in an utility

Re: [compress] Draft 8

2006-06-26 Thread C. Grobmeier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, Some comments: * you use File*Streams instead of simply InputStream/OutputStream, any reason for this?If no, please change it accordingly. sorry, thought i changed that allready. I will do so * simplify the archiver interface. e.g. I think

[jira] Created: (BEANUTILS-242) Add general array type conversion

2006-06-26 Thread Kenny MacLeod (JIRA)
Add general array type conversion - Key: BEANUTILS-242 URL: http://issues.apache.org/jira/browse/BEANUTILS-242 Project: Commons BeanUtils Type: New Feature Versions: 1.7.0 Release Reporter: Kenny MacLeod When using a

[jira] Commented: (BEANUTILS-242) Add general array type conversion

2006-06-26 Thread Niall Pemberton (JIRA)
[ http://issues.apache.org/jira/browse/BEANUTILS-242?page=comments#action_12417832 ] Niall Pemberton commented on BEANUTILS-242: --- I agree - I have something in-progress on this (wriiten, not yet tested) Add general array type conversion

[jira] Commented: (CLI-12) [cli] Not handling property=value followed by 'remaining' args

2006-06-26 Thread Hairong Kuang (JIRA)
[ http://issues.apache.org/jira/browse/CLI-12?page=comments#action_12417859 ] Hairong Kuang commented on CLI-12: -- Thanks, Andrew! Do you know when CLI2 will be released? [cli] Not handling property=value followed by 'remaining' args

DO NOT REPLY [Bug 35181] - [net] FTP timestamp: year recognition

2006-06-26 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=35181. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

[jira] Commented: (CONFIGURATION-217) Possible Maven2 POM dependency clash for Servlet-API

2006-06-26 Thread Oliver Heger (JIRA)
[ http://issues.apache.org/jira/browse/CONFIGURATION-217?page=comments#action_12417890 ] Oliver Heger commented on CONFIGURATION-217: We have discussed this issue on the developers' list with some maven experts. Here is a link to this thread:

DO NOT REPLY [Bug 35181] - [net] FTP timestamp: year recognition

2006-06-26 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=35181. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

Sender vs From Fields

2006-06-26 Thread Peter Luttrell
Is there any way to set both the Sender and From fields with commons-email? With JavaMail 1.3 and later you can do this on MimeMessage: setFrom( new InternetAddress( [EMAIL PROTECTED] ) ); setSender( new InternetAddress( [EMAIL PROTECTED] ) ); Commons-email provides setFrom(..), which calls

svn commit: r417319 - in /jakarta/commons/proper/lang/trunk/src: java/org/apache/commons/lang/RandomStringUtils.java test/org/apache/commons/lang/RandomStringUtilsTest.java

2006-06-26 Thread bayard
Author: bayard Date: Mon Jun 26 17:28:43 2006 New Revision: 417319 URL: http://svn.apache.org/viewvc?rev=417319view=rev Log: Adding a test and a fix for LANG-100. This is a bug in which the randomly created String can sometimes be illegal unicode; because the code does not consider when

[jira] Resolved: (LANG-100) [lang] RandomStringUtils.random() family of methods create invalid unicode sequences

2006-06-26 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/LANG-100?page=all ] Henri Yandell resolved LANG-100: Resolution: Fixed Fixed for high/low I believe, but private high get skipped currently. svn ci -m Adding a test and a fix for LANG-100. This is a bug in

[jira] Commented: (LANG-59) [lang] DateUtils.truncate method is buggy when dealing with DST switching hours

2006-06-26 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/LANG-59?page=comments#action_12417931 ] Henri Yandell commented on LANG-59: --- Definitely a reproducable bug - not sure how to fix it though. [lang] DateUtils.truncate method is buggy when dealing with DST switching

[jira] Commented: (LANG-66) [lang] StringEscaper.escapeXml() escapes characters 0x7f

2006-06-26 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/LANG-66?page=comments#action_12417932 ] Henri Yandell commented on LANG-66: --- Also means that the unescape should not happen. [lang] StringEscaper.escapeXml() escapes characters 0x7f

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

2006-06-26 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-jelly (in module commons-jelly) failed

2006-06-26 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-jelly-test (in module commons-jelly) failed

2006-06-26 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-test has an issue affecting its community integration. This issue

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

2006-06-26 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-test has an issue affecting its community integration. This issue