Re: [NET-FTP] FTPClient support for IPv6

2006-08-15 Thread Ipv6Tomcat
cclshome wrote: Does FTPClient support IPv6? If not, is anyone working on it? Hi, Andy. Have you been resolved your problem? I want to communicate with ftp server in java program under IPV6 environment. Could you give me some suggestions? Thank you firstly.(In ipv4,I use the open source

[jira] Created: (SANDBOX-169) Can`t attache patch to SENDBOX-150

2006-08-15 Thread Peter Konstantinov (JIRA)
Can`t attache patch to SENDBOX-150 -- Key: SANDBOX-169 URL: http://issues.apache.org/jira/browse/SANDBOX-169 Project: Commons Sandbox Issue Type: Sub-task Components: JCI Reporter: Peter

[jira] Updated: (SANDBOX-169) Can`t attach patch to SANDBOX-150

2006-08-15 Thread Joerg Schaible (JIRA)
[ http://issues.apache.org/jira/browse/SANDBOX-169?page=all ] Joerg Schaible updated SANDBOX-169: --- Summary: Can`t attach patch to SANDBOX-150 (was: Can`t attache patch to SENDBOX-150) Can`t attach patch to SANDBOX-150

[jira] Reopened: (SANDBOX-150) [jci][GSOC] Status patchs

2006-08-15 Thread Joerg Schaible (JIRA)
[ http://issues.apache.org/jira/browse/SANDBOX-150?page=all ] Joerg Schaible reopened SANDBOX-150: New patch by Peter ... see subtask SANDBOX-169 [jci][GSOC] Status patchs - Key: SANDBOX-150

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

2006-08-15 Thread Adam Jack
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-id has an issue affecting its community integration. This issue affects

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

2006-08-15 Thread Adam Jack
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-id has an issue affecting its community integration. This issue affects

[jira] Updated: (SANDBOX-169) Can`t attach patch to SANDBOX-150

2006-08-15 Thread Peter Konstantinov (JIRA)
[ http://issues.apache.org/jira/browse/SANDBOX-169?page=all ] Peter Konstantinov updated SANDBOX-169: --- Attachment: jci-06-08-15-2.patch I can not understand why does not work Can`t attach patch to SANDBOX-150 -

[jira] Commented: (SANDBOX-169) Can`t attach patch to SANDBOX-150

2006-08-15 Thread Joerg Schaible (JIRA)
[ http://issues.apache.org/jira/browse/SANDBOX-169?page=comments#action_12428093 ] Joerg Schaible commented on SANDBOX-169: The original issue was closed, therefore I was more surprised, that you still could add a new open subtask ;-)

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

2006-08-15 Thread commons-jelly-tags-jsl 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-jsl-test has an issue affecting its community integration.

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

2006-08-15 Thread commons-jelly-tags-jsl 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-jsl-test has an issue affecting its community integration.

[jira] Created: (SANDBOX-170) Creating TAR archive of an 8 GB file causes IOException

2006-08-15 Thread Sam Smith (JIRA)
Creating TAR archive of an 8 GB file causes IOException --- Key: SANDBOX-170 URL: http://issues.apache.org/jira/browse/SANDBOX-170 Project: Commons Sandbox Issue Type: Bug

[lang] EnumUtils new method?

2006-08-15 Thread Gary Gregory
Hello: In EnumUtils we have: public static Enum getEnum(Class enumClass, String name) What I need to ask a List of Enum classes for an Enum: public static Enum getEnum(List enumClassList, String name) Is this too odd a case? Should I keep my utility method in my own code? Your thoughts

[jira] Created: (VFS-78) DefaultFileMonitor does not register changes made on FTP FileObjects

2006-08-15 Thread Patrick Schulz (JIRA)
DefaultFileMonitor does not register changes made on FTP FileObjects Key: VFS-78 URL: http://issues.apache.org/jira/browse/VFS-78 Project: Commons VFS Issue Type: Bug

Re: [all] maven group ids

2006-08-15 Thread Rahul Akolkar
On 8/12/06, Dennis Lundberg [EMAIL PROTECTED] wrote: Oliver Heger wrote: Hi, just wanted to ask if there is already a resolution related to the groupIds of commons components. snip/ Everything is set to make the transition to the new groupId. I was hoping that we could use the upcoming

Re: svn commit: r426813 - in /jakarta/commons/proper/configuration/trunk/src: java/org/apache/commons/configuration/ test/org/apache/commons/configuration/

2006-08-15 Thread Oliver Heger
Rahul Akolkar wrote: On 8/12/06, Oliver Heger [EMAIL PROTECTED] wrote: Rahul Akolkar wrote: The method in question apparently has existed ever since xalan2 came about (my guess would have been there is some version xalan1 in lib/ext, but you've tried all that). As a side note, xalan

svn commit: r431694 - in /jakarta/commons/proper/configuration/trunk: RELEASE-NOTES.txt src/java/org/apache/commons/configuration/DataConfiguration.java src/test/org/apache/commons/configuration/TestD

2006-08-15 Thread oheger
Author: oheger Date: Tue Aug 15 13:29:17 2006 New Revision: 431694 URL: http://svn.apache.org/viewvc?rev=431694view=rev Log: Updated DataConfiguration.getDateArray() to make use of the passed in format argument; fixes CONFIGURATION-220 Modified:

[jira] Resolved: (CONFIGURATION-220) getDateArray(String key, Date[] defaultValue, String format) ignores format argument

2006-08-15 Thread Oliver Heger (JIRA)
[ http://issues.apache.org/jira/browse/CONFIGURATION-220?page=all ] Oliver Heger resolved CONFIGURATION-220. Fix Version/s: Nightly Builds Resolution: Fixed Very good catch! Fixed in subversion. Many thanks! getDateArray(String key,

Re: [lang] EnumUtils new method?

2006-08-15 Thread Stephen Colebourne
Gary Gregory wrote: In EnumUtils we have: public static Enum getEnum(Class enumClass, String name) What I need to ask a List of Enum classes for an Enum: public static Enum getEnum(List enumClassList, String name) Is this too odd a case? Should I keep my utility method in my own code? Sounds

Re: [all] maven group ids

2006-08-15 Thread Dennis Lundberg
Rahul Akolkar wrote: On 8/12/06, Dennis Lundberg [EMAIL PROTECTED] wrote: Oliver Heger wrote: Hi, just wanted to ask if there is already a resolution related to the groupIds of commons components. snip/ Everything is set to make the transition to the new groupId. I was hoping that we

connect to ftp server via proxy..

2006-08-15 Thread Alex HO
hi all, i am developing a ftpclient.java using commons-net-1.4.1.jar library. it works fine if not via proxy server. it can login the ftp account and list files. But my target is to connect the ftp server via proxy server. by following the Paul Buchana here: