RE: [PATCH] - New FTP File Listing Mechanism

2002-04-29 Thread Brekke, Jeff
Commons Developers List Subject: Re: [PATCH] - New FTP File Listing Mechanism Jeff That's cool. I have no problem with such stylistic changes. My idea, because I can't think of a better one, is eventually to replace FTPClient with FTPClient2. (If you can think of better class and package

RE: [PATCH] - New FTP File Listing Mechanism

2002-04-28 Thread Brekke, Jeff
Thanks Steve. I've integrated your patch and and looking at it now. I've recently placed the projects generate documentation here: http://jakarta.apache.org/commons/sandbox/net It include javadocs, metrics report, checkstyle report, etc. that maven generates.

RE: [PATCH] - New FTP File Listing Mechanism

2002-04-28 Thread Brekke, Jeff
] http://www.qg.com -Original Message- From: Steve Cohen [mailto:[EMAIL PROTECTED]] Sent: Sunday, April 28, 2002 9:40 AM To: Brekke, Jeff Subject: Re: [PATCH] - New FTP File Listing Mechanism Say Jeff: I was looking back over my code and I see one thing

RE: [PATCH] - New FTP File Listing Mechanism

2002-04-28 Thread Brekke, Jeff
://www.qg.com -Original Message- From: Brekke, Jeff Sent: Sunday, April 28, 2002 10:22 PM To: '[EMAIL PROTECTED]' Subject: RE: [PATCH] - New FTP File Listing Mechanism I'll just apply what I have an we can clean up after. I did change the format of the code in the patch

Re: [PATCH] - New FTP File Listing Mechanism

2002-04-28 Thread Steve Cohen
] - New FTP File Listing Mechanism Say Jeff: I was looking back over my code and I see one thing that I meant to clean up and forgot about: FTPFileList.create() (FTPFileList.java, line 85) eats the IOException instead of throwing it, as it should (and as the analogous functionality