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

2007-04-18 Thread ebourg
Author: ebourg Date: Wed Apr 18 01:45:48 2007 New Revision: 529919 URL: http://svn.apache.org/viewvc?view=revrev=529919 Log: DataConfiguration now supports the InetAddress type Modified:

svn commit: r529948 - in /jakarta/commons/proper/configuration/trunk: ./ src/java/org/apache/commons/configuration/ src/test/org/apache/commons/configuration/ xdocs/

2007-04-18 Thread ebourg
Author: ebourg Date: Wed Apr 18 03:09:35 2007 New Revision: 529948 URL: http://svn.apache.org/viewvc?view=revrev=529948 Log: DataConfiguration now supports the javax.mail.internet.InternetAddress type for email adresses Modified: jakarta/commons/proper/configuration/trunk/project.xml

[nightly build] configuration failed.

2007-04-18 Thread Phil Steitz
Failed build logs: http://vmbuild.apache.org/~commons/nightly/logs//20070418/configuration.log - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[jira] Created: (NET-158) login in FTPClient does not always read the complete server response

2007-04-18 Thread Gilles Gaillard (JIRA)
login in FTPClient does not always read the complete server response Key: NET-158 URL: https://issues.apache.org/jira/browse/NET-158 Project: Commons Net Issue Type: Bug

[jira] Updated: (NET-158) login in FTPClient does not always read the complete server response

2007-04-18 Thread Gilles Gaillard (JIRA)
[ https://issues.apache.org/jira/browse/NET-158?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gilles Gaillard updated NET-158: Description: When a password is required to connect the FTP server, the implementation of method

[jira] Created: (VFS-126) Implementation of compareTo in FileSystemOptions.FileSystemOptionKey

2007-04-18 Thread Gilles Gaillard (JIRA)
Implementation of compareTo in FileSystemOptions.FileSystemOptionKey Key: VFS-126 URL: https://issues.apache.org/jira/browse/VFS-126 Project: Commons VFS Issue Type: Bug

svn commit: r529984 - /jakarta/commons/proper/configuration/trunk/src/test/org/apache/commons/configuration/TestDataConfiguration.java

2007-04-18 Thread ebourg
Author: ebourg Date: Wed Apr 18 04:22:53 2007 New Revision: 529984 URL: http://svn.apache.org/viewvc?view=revrev=529984 Log: Fixed the test case for DataConfiguration Modified: jakarta/commons/proper/configuration/trunk/src/test/org/apache/commons/configuration/TestDataConfiguration.java

[jira] Commented: (NET-158) login in FTPClient does not always read the complete server response

2007-04-18 Thread Rory Winston (JIRA)
[ https://issues.apache.org/jira/browse/NET-158?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12489702 ] Rory Winston commented on NET-158: -- HI Gilles Thanks for the submission. What FTP server (version, OS ) is this

Re: [configuration] Re: [nightly build] configuration failed.

2007-04-18 Thread Emmanuel Bourg
I did a fresh install of Maven 1.0.2 on people.apache.org (FreeBSD 6.1, Java 5u7), with a fresh checkout of the code, and ran 'maven site'. The build failed on checkstyle with this error : Unable to create a Checker: cannot initialize module TreeWalker - Property 'allowMissingJavadoc' in

[jira] Commented: (CONFIGURATION-264) SubnodeConfiguration does not see reloads of its parent configuration

2007-04-18 Thread Oliver Heger (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-264?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12489707 ] Oliver Heger commented on CONFIGURATION-264: To make a SubnodeConfiguration compatible with

Re: [configuration] Re: [nightly build] configuration failed.

2007-04-18 Thread Niall Pemberton
On 4/18/07, Emmanuel Bourg [EMAIL PROTECTED] wrote: I did a fresh install of Maven 1.0.2 on people.apache.org (FreeBSD 6.1, Java 5u7), with a fresh checkout of the code, and ran 'maven site'. The build failed on checkstyle with this error : Unable to create a Checker: cannot initialize module

svn commit: r530018 - /jakarta/commons/trunks-proper/

2007-04-18 Thread niallp
Author: niallp Date: Wed Apr 18 06:42:36 2007 New Revision: 530018 URL: http://svn.apache.org/viewvc?view=revrev=530018 Log: Add jci to externals Modified: jakarta/commons/trunks-proper/ (props changed) Propchange: jakarta/commons/trunks-proper/

[jira] Commented: (NET-158) login in FTPClient does not always read the complete server response

2007-04-18 Thread Gilles Gaillard (JIRA)
[ https://issues.apache.org/jira/browse/NET-158?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12489735 ] Gilles Gaillard commented on NET-158: - Hi Rory here is a trace of the conversation: Status: Connecting to

svn commit: r530033 - in /jakarta/commons/proper/commons-build/trunk: menus/components-items.ent menus/sandbox-items.ent parts/components-table.ent parts/sandbox-table.ent

2007-04-18 Thread niallp
Author: niallp Date: Wed Apr 18 07:29:56 2007 New Revision: 530033 URL: http://svn.apache.org/viewvc?view=revrev=530033 Log: Update site to reflect JCI moving from Sandbox to Proper Modified: jakarta/commons/proper/commons-build/trunk/menus/components-items.ent

[jira] Commented: (NET-158) login in FTPClient does not always read the complete server response

2007-04-18 Thread Rory Winston (JIRA)
[ https://issues.apache.org/jira/browse/NET-158?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12489777 ] Rory Winston commented on NET-158: -- Thanks Gilles, I will have a look at this. Do you happen to know what the FTP

svn commit: r530051 - in /jakarta/commons/proper/commons-build/trunk: project.xml xdocs/building.xml xdocs/components.xml xdocs/releases/prepare.xml xdocs/releases/release.xml

2007-04-18 Thread niallp
Author: niallp Date: Wed Apr 18 08:12:24 2007 New Revision: 530051 URL: http://svn.apache.org/viewvc?view=revrev=530051 Log: Fix broken links Modified: jakarta/commons/proper/commons-build/trunk/project.xml jakarta/commons/proper/commons-build/trunk/xdocs/building.xml

[jira] Commented: (NET-158) login in FTPClient does not always read the complete server response

2007-04-18 Thread Gilles Gaillard (JIRA)
[ https://issues.apache.org/jira/browse/NET-158?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12489784 ] Gilles Gaillard commented on NET-158: - No sorry, i investagted but this one is from my IAP. login in FTPClient

[jira] Created: (VFS-127) Need ability to set default timeout on FTP provider

2007-04-18 Thread Tom Duffey (JIRA)
Need ability to set default timeout on FTP provider --- Key: VFS-127 URL: https://issues.apache.org/jira/browse/VFS-127 Project: Commons VFS Issue Type: Improvement Affects Versions: 1.0

[jira] Commented: (VFS-127) Need ability to set default timeout on FTP provider

2007-04-18 Thread Tom Duffey (JIRA)
[ https://issues.apache.org/jira/browse/VFS-127?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12489830 ] Tom Duffey commented on VFS-127: Actually, this won't be very useful into Commons Net 2.0 thanks to 1.4.x not really

[jira] Commented: (DBCP-146) [dbcp] Invalidate broken connections by monitoring SQLExceptions

2007-04-18 Thread Markus Krogemann (JIRA)
[ https://issues.apache.org/jira/browse/DBCP-146?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12489850 ] Markus Krogemann commented on DBCP-146: --- Phil, you are right. I got around the issue with a combination of

svn commit: r530143 - /jakarta/commons/proper/configuration/trunk/project.xml

2007-04-18 Thread oheger
Author: oheger Date: Wed Apr 18 12:54:27 2007 New Revision: 530143 URL: http://svn.apache.org/viewvc?view=revrev=530143 Log: Added explicit dependency to checkstyle plugin to ensure that the correct version is used Modified: jakarta/commons/proper/configuration/trunk/project.xml Modified:

Re: [configuration] Re: [nightly build] configuration failed.

2007-04-18 Thread Oliver Heger
Emmanuel Bourg wrote: I did a fresh install of Maven 1.0.2 on people.apache.org (FreeBSD 6.1, Java 5u7), with a fresh checkout of the code, and ran 'maven site'. The build failed on checkstyle with this error : Unable to create a Checker: cannot initialize module TreeWalker - Property

[Jakarta-commons Wiki] Update of Brainstorm Transaction 2.0 by OliverZeigermann

2007-04-18 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 OliverZeigermann: http://wiki.apache.org/jakarta-commons/Brainstorm_Transaction_2%2e0

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

2007-04-18 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

2007-04-18 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.

[CSV] How to start?

2007-04-18 Thread sp
Good evening, in two projects of mine I use something like a CSV-Object Mapper, which I have developed. I would like to share it and make a project of it. My mapper goes a lot further than the three existing csv-projects, but is not much code either. by Sebastian

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

2007-04-18 Thread commons-jelly-tags-fmt 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-fmt-test has an issue affecting its community integration.

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

2007-04-18 Thread commons-jelly-tags-fmt 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-fmt-test has an issue affecting its community integration.

Re: [configuration] Re: [nightly build] configuration failed.

2007-04-18 Thread Emmanuel Bourg
Oliver Heger a écrit : I added an explicit dependency to the newest version of the checkstyle plugin to project.xml. This should solve the problem with checkstyle. Thank you Oliver and Niall, it does indeed fix this issue. For the other problem I agree with Nial's answer: Obviously the

[jira] Commented: (JXPATH-80) boolean conversion of javabean getter values returning NULL fails

2007-04-18 Thread Nico Max (JIRA)
[ https://issues.apache.org/jira/browse/JXPATH-80?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12489886 ] Nico Max commented on JXPATH-80: I've tracked this down and I think I was able to resolve the issue. First off, my

[jira] Updated: (JXPATH-80) boolean conversion of javabean getter values returning NULL fails

2007-04-18 Thread Nico Max (JIRA)
[ https://issues.apache.org/jira/browse/JXPATH-80?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nico Max updated JXPATH-80: --- Attachment: patch.patch boolean conversion of javabean getter values returning NULL fails

[jira] Updated: (JXPATH-80) boolean conversion of javabean getter values returning NULL fails

2007-04-18 Thread Nico Max (JIRA)
[ https://issues.apache.org/jira/browse/JXPATH-80?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nico Max updated JXPATH-80: --- Attachment: patch.patch I've forgot to grant license; sorry boolean conversion of javabean getter values

[jira] Commented: (JXPATH-80) boolean conversion of javabean getter values returning NULL fails

2007-04-18 Thread Matt Benson (JIRA)
[ https://issues.apache.org/jira/browse/JXPATH-80?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12489895 ] Matt Benson commented on JXPATH-80: --- Hmm, I had missed the isCollection() method. The meat of your change--i.e.

Re: [configuration] Re: [nightly build] configuration failed.

2007-04-18 Thread Emmanuel Bourg
Now the new dependency to javax.mail causes me trouble: Compiling with JDK 1.3 fails now because the compiler reports an invalid class version. The mail jar has been compiled with a JDK 1.3. So what do we do? I'll check if we can use a previous version of javamail compatible with Java 1.3.

svn commit: r530205 - /jakarta/commons/proper/configuration/trunk/src/test/org/apache/commons/configuration/TestDataConfiguration.java

2007-04-18 Thread ebourg
Author: ebourg Date: Wed Apr 18 16:46:34 2007 New Revision: 530205 URL: http://svn.apache.org/viewvc?view=revrev=530205 Log: Changed TestDataConfiguration to make it compile and run on Java 1.3 Conversion to InternetAddress is no longer tested on Java 1.3 Modified:

Re: [configuration] Re: [nightly build] configuration failed.

2007-04-18 Thread Emmanuel Bourg
I changed TestDataConfiguration using reflection, let me know how it works for you. The tests with InternetAddress are skipped on Java 1.3. Emmanuel Bourg - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

svn commit: r530207 - /jakarta/commons/proper/configuration/trunk/src/test/org/apache/commons/configuration/TestDataConfiguration.java

2007-04-18 Thread ebourg
Author: ebourg Date: Wed Apr 18 16:53:50 2007 New Revision: 530207 URL: http://svn.apache.org/viewvc?view=revrev=530207 Log: Follow up on TestDataConfiguration fix Modified: jakarta/commons/proper/configuration/trunk/src/test/org/apache/commons/configuration/TestDataConfiguration.java