Re: [collections] Generics & the collection subpackage

2006-10-27 Thread Henri Yandell
On 10/27/06, Stephen Colebourne <[EMAIL PROTECTED]> wrote: First analysis of the collection subpackage of [collections] for the generics branch. - BoundedCollection should be deleted/renamed to Bounded new Bounded interface would not implement Collection, allowing it to be implemented by Maps as

[jira] Commented: (MATH-160) Chi-Square Test for Comparing two binned Data Sets

2006-10-27 Thread aeriform (JIRA)
[ http://issues.apache.org/jira/browse/MATH-160?page=comments#action_12445327 ] aeriform commented on MATH-160: --- Not sure if this would be good enough as I am not sure entirely what you need, but there is a reference to the normalized chi-squared

[collections] Generics & the collection subpackage

2006-10-27 Thread Stephen Colebourne
First analysis of the collection subpackage of [collections] for the generics branch. - BoundedCollection should be deleted/renamed to Bounded new Bounded interface would not implement Collection, allowing it to be implemented by Maps as well as Collections - UnmodifiableBoundedCollection sho

svn commit: r468603 [13/13] - in /jakarta/commons/proper/collections/branches/collections_jdk5_branch/src: java/org/apache/commons/collections/ java/org/apache/commons/collections/bag/ java/org/apache

2006-10-27 Thread scolebourne
Modified: jakarta/commons/proper/collections/branches/collections_jdk5_branch/src/test/org/apache/commons/collections/set/AbstractTestSet.java URL: http://svn.apache.org/viewvc/jakarta/commons/proper/collections/branches/collections_jdk5_branch/src/test/org/apache/commons/collections/set/Abstract

svn commit: r468599 - in /jakarta/commons/proper/collections/branches/collections_jdk5_branch: DEVELOPERS-GUIDE.html NOTICE.txt PROPOSAL.html RELEASE-NOTES.html STATUS.html build.xml doap_collections.

2006-10-27 Thread scolebourne
Author: scolebourne Date: Fri Oct 27 17:37:31 2006 New Revision: 468599 URL: http://svn.apache.org/viewvc?view=rev&rev=468599 Log: Switch to new ASF licence format with copyright dates in NOTICE.txt Modified: jakarta/commons/proper/collections/branches/collections_jdk5_branch/DEVELOPERS-GUID

[jira] Created: (COLLECTIONS-227) TreeBidiMap should implement SortedBidiMap

2006-10-27 Thread Stephen Colebourne (JIRA)
TreeBidiMap should implement SortedBidiMap -- Key: COLLECTIONS-227 URL: http://issues.apache.org/jira/browse/COLLECTIONS-227 Project: Commons Collections Issue Type: Improvement Components: B

[jira] Updated: (COLLECTIONS-182) [collections] Change CollectionUtils.forAllDo to return the Closure

2006-10-27 Thread Stephen Colebourne (JIRA)
[ http://issues.apache.org/jira/browse/COLLECTIONS-182?page=all ] Stephen Colebourne updated COLLECTIONS-182: --- Bugzilla Id: (was: 35955) Fix Version/s: Generics > [collections] Change CollectionUtils.forAllDo to return the Closure > ---

[jira] Reopened: (COLLECTIONS-182) [collections] Change CollectionUtils.forAllDo to return the Closure

2006-10-27 Thread Stephen Colebourne (JIRA)
[ http://issues.apache.org/jira/browse/COLLECTIONS-182?page=all ] Stephen Colebourne reopened COLLECTIONS-182: Reconsider for generics version > [collections] Change CollectionUtils.forAllDo to return the Closure > -

[jira] Updated: (COLLECTIONS-148) [collections] Change to HashEntry inner class of AbstractHashedMap

2006-10-27 Thread Stephen Colebourne (JIRA)
[ http://issues.apache.org/jira/browse/COLLECTIONS-148?page=all ] Stephen Colebourne updated COLLECTIONS-148: --- Bugzilla Id: (was: 27231) Fix Version/s: Generics > [collections] Change to HashEntry inner class of AbstractHashedMap >

[jira] Reopened: (COLLECTIONS-148) [collections] Change to HashEntry inner class of AbstractHashedMap

2006-10-27 Thread Stephen Colebourne (JIRA)
[ http://issues.apache.org/jira/browse/COLLECTIONS-148?page=all ] Stephen Colebourne reopened COLLECTIONS-148: Reconsider this work for Generics version > [collections] Change to HashEntry inner class of AbstractHashedMap >

Re: TLS for FTP

2006-10-27 Thread Susanne Lefvert
Ok, you got a new bug report from me now. Cheers, Susanne On Oct 27, 2006, at 4:43 PM, Niklas Gustavsson wrote: Susanne Lefvert wrote: With the help from Rory, I got the FTPSClient to work with the apache ftp server, thanks! I only ran into one issue: I'd like to also secure the data chan

[jira] Updated: (COLLECTIONS-218) CollectionUtils.select() does not return passed in collection

2006-10-27 Thread Stephen Colebourne (JIRA)
[ http://issues.apache.org/jira/browse/COLLECTIONS-218?page=all ] Stephen Colebourne updated COLLECTIONS-218: --- Fix Version/s: Generics > CollectionUtils.select() does not return passed in collection > ---

[jira] Reopened: (COLLECTIONS-218) CollectionUtils.select() does not return passed in collection

2006-10-27 Thread Stephen Colebourne (JIRA)
[ http://issues.apache.org/jira/browse/COLLECTIONS-218?page=all ] Stephen Colebourne reopened COLLECTIONS-218: Implement for Generics > CollectionUtils.select() does not return passed in collection >

Re: TLS for FTP

2006-10-27 Thread Niklas Gustavsson
Susanne Lefvert wrote: With the help from Rory, I got the FTPSClient to work with the apache ftp server, thanks! I only ran into one issue: I'd like to also secure the data channel, so I used ftps.login(user, password) ftps.execPROT("P"); It works fine the first time I upload a file to the se

[jira] Updated: (EMAIL-6) [email] Errors when sending MultiPartEmail with another email as an attachment

2006-10-27 Thread Bjorn Townsend (JIRA)
[ http://issues.apache.org/jira/browse/EMAIL-6?page=all ] Bjorn Townsend updated EMAIL-6: --- Attachment: MultiPartEmailTest.java.patch Here's a patch to the MultiPartEmailTest class that reproduces this problem based on Dave's code. > [email] Errors when

Re: TLS for FTP

2006-10-27 Thread Susanne Lefvert
With the help from Rory, I got the FTPSClient to work with the apache ftp server, thanks! I only ran into one issue: I'd like to also secure the data channel, so I used ftps.login(user, password) ftps.execPROT("P"); It works fine the first time I upload a file to the server, however, the se

[jira] Updated: (COLLECTIONS-110) Support parametized classes with commons.collections.

2006-10-27 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/COLLECTIONS-110?page=all ] Henri Yandell updated COLLECTIONS-110: -- Bugzilla Id: (was: 39538) Fix Version/s: generics > Support parametized classes with commons.collections. > ---

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

2006-10-27 Thread bayard
Author: bayard Date: Fri Oct 27 12:56:40 2006 New Revision: 468511 URL: http://svn.apache.org/viewvc?view=rev&rev=468511 Log: Upgrading to CDDL versions of JavaMail and Activation Modified: jakarta/commons/proper/email/trunk/project.xml Modified: jakarta/commons/proper/email/trunk/project.xm

Re: [email] trunk build hangs during unit tests

2006-10-27 Thread Henri Yandell
It's a threading issue in Dumbster 1.6 - the only change since 1.6 in their CVS is a fix to this. If the socket creation returns too quickly (Mac's must be good at that) then the notification is too early and it hangs: 2005-04-14 07:09 jasonkitchen * src/com/dumbster/smtp/SimpleSmtpServer.ja

[jira] Created: (JXPATH-73) ValueUtils should catch IndexOutOfBoundsException instead of ArrayIndexOutOfBoundsException (for XmlBeans support)

2006-10-27 Thread James Schopp (JIRA)
ValueUtils should catch IndexOutOfBoundsException instead of ArrayIndexOutOfBoundsException (for XmlBeans support) -- Key: JXPATH-73 URL: http://issues

[jira] Updated: (DBCP-110) [dbcp] Problem reported at forum.java.sun.com

2006-10-27 Thread Niall Pemberton (JIRA)
[ http://issues.apache.org/jira/browse/DBCP-110?page=all ] Niall Pemberton updated DBCP-110: - Bugzilla Id: (was: 36561) Description: Read the details at the URL. It includes a fix, I think. http://forum.java.sun.com/thread.jspa?threadID=658047&ts

[jira] Resolved: (DBCP-200) Replace the System.outs with commons-logging

2006-10-27 Thread Niall Pemberton (JIRA)
[ http://issues.apache.org/jira/browse/DBCP-200?page=all ] Niall Pemberton resolved DBCP-200. -- Resolution: Duplicate > Replace the System.outs with commons-logging > > > Key: DBCP-200 >

RE: [collections] Generifying Collections

2006-10-27 Thread Jörg Schaible
Torsten Curdt wrote on Thursday, October 26, 2006 11:20 PM: >> I still think that's a better world than package name changing every >> time we want to make a non-backwards compatible change. > > Frankly speaking - I don't really say a way around this if you want to > save people from dependency h

[jira] Commented: (MATH-82) [math] FractionFormatTest doesn't compile under JDK 1.3

2006-10-27 Thread aeriform (JIRA)
[ http://issues.apache.org/jira/browse/MATH-82?page=comments#action_12445114 ] aeriform commented on MATH-82: -- Math ==> public static double sin(double a) { return StrictMath.sin(a); // default impl. delegates to StrictMath } pub

[jira] Commented: (MATH-82) [math] FractionFormatTest doesn't compile under JDK 1.3

2006-10-27 Thread aeriform (JIRA)
[ http://issues.apache.org/jira/browse/MATH-82?page=comments#action_12445111 ] aeriform commented on MATH-82: -- Not a bug according to Sun. http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4857011 "We are aware of the issue raised by this bug; i