Re: [NET] [PATCH] DefaultFTPFileListParser: ftp servers returning ger man date format

2003-12-05 Thread Daniel F. Savarese
In message [EMAIL PROTECTED], J.M [EMAIL PROTECTED] writes: this is a patch for the DefaultFTPFileListParser.java file which = enables=20 The patch isn't in the email you sent. If you forgot to attach it, could you resend it to the mailing list? If you did attach it and it was stripped by

Re: [VOTE][NET] Release Commons/Net v1.1.0

2003-10-14 Thread Daniel F. Savarese
In message [EMAIL PROTECTED], Jeffrey D. Brekke writes: This is a call for a vote to release version 1.1.0 of Commons/Net. Links to the release canidate and changes may be found on the Commons/Net web site. +1 - To

[general] Maven-generated pages don't point to mailing list page

2003-10-02 Thread Daniel F. Savarese
I just noticed that Maven-generated Commons (sub)project pages don't point to: http://jakarta.apache.org/site/mail.html for mailing lists and instead allow you to directly subscribe or unsubscribe without reading the mailing list guidelines. If I've accidentally dredged up an old topic, just

Re: [PATCH][NET] org.apache.commons.net.PingICMP

2003-09-26 Thread Daniel F. Savarese
In message [EMAIL PROTECTED], rufio writes: So here it is, my 1st contribution. Thanks for your contribution. We'll review the patch along with the NTP patches after the 1.1 release. thanks! daniel - To unsubscribe,

Re: [net][patch] Added more robust SocketClient setup/cleanu

2003-09-22 Thread Daniel F. Savarese
In message [EMAIL PROTECTED], Jeffrey D. Brekke writes: Applying the patch and cutting a RC1 gets a +1 from me. I'd say after Wed./RC1, leave the RC1 out for a week, then if no issues show up do a 1.1 release? I didn't get around to applying the changes suggested by the patch until today.

Re: [net][patch] Added more robust SocketClient setup/cleanu

2003-09-14 Thread Daniel F. Savarese
In message [EMAIL PROTECTED], Jason Mathews writes: But checking if a socket is null in the close() for example is good practice. Often a programmer will close the Socket, JDBC connection, etc in a finally block whether or not is was or still is connected. The Socket or SocketClient class in

Re: [VOTE] Sort of new committer:

2003-09-11 Thread Daniel F. Savarese
In message [EMAIL PROTECTED], Shapi ra, Yoav writes: I'd like to nominate I would like to propose Jean-Frederic Clere ([EMAIL PROTECTED]) as a new commons committer. He's already a +1 - To unsubscribe, e-mail: [EMAIL

[net] Re: NNTP Patches

2003-09-04 Thread Daniel F. Savarese
In message [EMAIL PROTECTED], R ory Winston writes: Sorry to send this to you directly - I just wanted to find out if you had any problems applying the NNTP patch that I sent to you? I'm behind on many Jakarta obligations. Thanks for the resend. I was able to apply it today (sending it as an

Re: FW: [net][patch] extended NNTP commands

2003-08-25 Thread Daniel F. Savarese
In message [EMAIL PROTECTED], R ory Winston writes: Hi Daniel Did you recieve this patch OK? Sorry, I've fallen way behind on email. There was no patch in your email. I'm tying up loose ends with jakarta stuff I'm involved with, so if you could send it to me today or tomorrow I can apply it

Re: UnixFTPEntryParser - small fix (?)

2003-08-25 Thread Daniel F. Savarese
In message [EMAIL PROTECTED], =?iso-8859-1 ?Q?Matthieu_Recouly?= writes: Your parser does not allow to retrieve files list on a ftp server that uses weird Unix listing style as described on http://www.javaworld.com/javaworld/jw-04-2003/jw-0404-ftp-p2.html This is when user has no group, your

Re: [lang][all?] LICENSE.txt spelling acknowlegement

2003-08-17 Thread Daniel F. Savarese
In message [EMAIL PROTECTED], Ga ry Gregory writes: MS-Word says acknowlegement is not spelled correctly; it should be acknowledgement (missing d). Is this a spelling error or another US-Eng vs. British-Eng? That's a spelling error. The only two accepted spellings for acknowledgement (in the

Re: [net][patch] jdk 1.4 specific call in VMSFTPEntryParser.java

2003-08-15 Thread Daniel F. Savarese
In message [EMAIL PROTECTED], Daniel F. Savar ese writes: In message [EMAIL PROTECTED], R ory Winston writes: I've cleaned up a bit (applied my changes to a fresh checkout) and generated a diff file. I've taken out the XHDR addition for now, as XOVER seems to be the preferred mechanism for this

Re: [net][patch] jdk 1.4 specific call in VMSFTPEntryParser.java

2003-08-14 Thread Daniel F. Savarese
In message [EMAIL PROTECTED], Jeffrey D. Brekke writes: I've committed some changes to the VMSFTPEntryParser tests. The tests that went with the last patch didn't really test the methods correctly. Now the parseFileList() method is tested. Support for versions is not tested at this time and

Re: [net][patch] jdk 1.4 specific call in VMSFTPEntryParser.java

2003-08-14 Thread Daniel F. Savarese
In message [EMAIL PROTECTED], Daniel F. Savar ese writes: I'm having a heck of a time applying the patch (patch keeps on spouting patch: `' expected at line 10 of patch for some reason) and don't want to run the risk of error by inserting the lines manually. Can you post the patch in

Re: [net][patch] jdk 1.4 specific call in VMSFTPEntryParser.java

2003-08-14 Thread Daniel F. Savarese
In message [EMAIL PROTECTED], R ory Winston writes: I've cleaned up a bit (applied my changes to a fresh checkout) and generated a diff file. I've taken out the XHDR addition for now, as XOVER seems to be the preferred mechanism for this kind of thing. The functionality added is: This is great,

Re: [net][patch] jdk 1.4 specific call in VMSFTPEntryParser.java

2003-08-09 Thread Daniel F. Savarese
In message [EMAIL PROTECTED], Jeffrey D. Brekke writes: I saw this and meant to ask about it. Where can I find more info on this? I used emacs for quite a while and still do, but the refactoring tools in eclipse are too attractive ;) I still like to use emacs for quick editing and want to know

Re: [VFS] FtpFileSystem and passive connections

2003-03-18 Thread Daniel F. Savarese
In message [EMAIL PROTECTED], Mario Ivankovits wr ites: So maybe VFS should be able to handle such urls ftp://[EMAIL PROTECTED]@proxy:proxyport/ Do you agree. That's one for the VFS folks, but I do think the issues you've brought up lie in VFS, above the Commons Net layer. daniel

Re: [VFS] FtpFileSystem and passive connections

2003-03-16 Thread Daniel F. Savarese
In message [EMAIL PROTECTED], Mario Ivankovits wr ites: 1) switch to passive mode by environment setting and code this in = FTPClient.createConnection() - this is an global setting, but it might depend on the destination host = what of active/passive has to be selected There is no

Re: [NET] listing formats

2003-03-16 Thread Daniel F. Savarese
In message [EMAIL PROTECTED], St eve Cohen writes: Another RFC document of interest is = http://www.rfc-editor.org/rfc/rfc2640.txt. I at first thought that this document might be heading down the paths I = was looking at, but alas, it is approaching i18n only from the point of = view of character

Re: [PATCH] performance problem w/ FTPClient

2003-03-15 Thread Daniel F. Savarese
In message [EMAIL PROTECTED], Patrick Schoon veld writes: long to upload. The problem turned out to be in the __storeFileStream function where the class, by default, filters for line separator characters. ... I added a function to optionally turn this feature off. I'm not sure if it's useful for

Re: [PATCH] performance problem w/ FTPClient

2003-03-15 Thread Daniel F. Savarese
I forgot to add that my comment doesn't mean that the ASCII transfers couldn't be optimized. It's probably better to read the file in big chunks, scan the chunks and translate to another buffer (twice the size to handle the degenerate case of every character being a line feed), and write that

Re: Adding TERMINAL-TYPE option to TelnetClient

2003-03-10 Thread Daniel F. Savarese
In message [EMAIL PROTECTED], =?iso-8859-1?Q [EMAIL PROTECTED] writes: I think this functionality could potentially be interesting for other users of the library, so I would like to propose that the updated sources be included You forgot to include a patch :) I think it goes without saying that

Re: [NET] Here's an Ant bug that we should look into fixing

2003-03-09 Thread Daniel F. Savarese
I had thought I might hear some replies to this. The silence has been = deafening. I haven't said anything because 1. no time and 2. it was a feature request and not a bug :) As you indicated, FTP listings can take on any arbitrary format. We can only hope to handle the most common cases and

Re: Problems using maven site:deploy

2003-02-28 Thread Daniel F. Savarese
In message [EMAIL PROTECTED], robert burre ll donkin writes: AFAIK jakarta.apache is www.apache.org which is daedelus. IIRC brian asked that only people that really need daedelus accounts (eg release managers) apply for them (since the server is overstretched). if you don't have an account and

Re: [ANNOUNCE] Commons Net 1.0.0 Released

2003-02-23 Thread Daniel F. Savarese
Thanks Jeff and Robert for taking the time out of your schedules to get this release out the door! daniel - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [VOTE}[net] Release 1.0.0 of Commons/Net

2003-02-17 Thread Daniel F. Savarese
In message [EMAIL PROTECTED], Jeffrey D. Brekke writes: Vote: Commons/Net 1.0.0 Release [X] +1 I am in favor of the release, and will help support it. daniel - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: [VOTE}[net] Steve Cohen as committer

2003-02-17 Thread Daniel F. Savarese
In message [EMAIL PROTECTED], Jeffrey D. Brekke writes: Steve Cohen commiter for Commons/Net +1 daniel - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [net] action items: Version Number

2003-02-11 Thread Daniel F. Savarese
In message [EMAIL PROTECTED], Jeffrey D. Brekke writes: I'll start with a vocie for a version number of 1.0.0 following the commons gu idelines for versioning. We already have the migration how-to setup for moving from NetComponents 1.3.8 to Commons/Net 1.0.0 Sounds good to me. My bias is

Re: [net] action items

2003-02-08 Thread Daniel F. Savarese
I added an announcement to jakarta-site2/xdocs/site/news.xml, emailed an announcement to announcements@jakarta and commons-user and submitted a newsletter item to general@jakarta. Feel free to tweak the announcements. I just wrote something up quickly while I had some time. I think we've

Re: [RESULT] [net] is promoted to the commons

2003-02-04 Thread Daniel F. Savarese
In message [EMAIL PROTECTED], robert burr ell donkin writes: you and Daniel are now entitled to commons karma (but you might need to ask someone to get it). I'll send a request in a minute to the PMC cc'ed to commons-dev asking for Jeff and myself to be added to the avail entry for

Re: [RESULT] [net] is promoted to the commons

2003-02-04 Thread Daniel F. Savarese
In message [EMAIL PROTECTED], robert burr ell donkin writes: by my count, we now have 3 +1's, 3 +0's and no -0's or -1's. therefore, net is promoted to the commons. Dear Jakarta PMC, Jakarta Commons has just completed a vote, promoting jakarta-commons-sandbox/net out of the Sandbox and into

[net] action items

2003-02-04 Thread Daniel F. Savarese
Just figured I'd start a new thread to mark off items as they're completed. If I missed any of the TODOs that have been mentioned, just add 'em. [x] Get dfs and brekke commit privileges. [x] Move cvs repository from sandbox to commons proper. [x] Move project pages from sandbox to commons

Re: [net] action items

2003-02-04 Thread Daniel F. Savarese
I updated the gump descriptors, cutting and pasting. Leveraging the time I've spent lurking on alexandria-dev and now gump¸ I got gen.sh to work and built commons-net, verifying my descriptor changes with update.sh jakarta-ant build.sh bootstrap-ant update.sh jakarta-commons build.sh

Re: [codec] RE: more common classes need a home

2003-02-03 Thread Daniel F. Savarese
I tried to read to the end of the thread so far before replying. If the feeling is that the classes will see more use distributed separately from HttpClient, I concur with Henri's assessment below. In message [EMAIL PROTECTED], Hen ri Yandell writes: I'm +1 to commons-uri. As Tim points out,

Re: [net] TelnetClient on Solaris - timeout problem

2003-01-30 Thread Daniel F. Savarese
In message p05210200ba5e86b720c2@[192.168.1.50], =?iso-8859-1?Q?J=F8rgen?= =? iso-8859-1?Q?_?= =?iso-8859-1?Q?N=F8rgaard?= writes: On Solaris however all connections using commons-net timeout after around 4 mins. The only way I see to do something on Solaris is to use jdk1.4.x which has a more

Re: [net] Refactoring of ftp2

2003-01-28 Thread Daniel F. Savarese
Steve Cohen writes: I may be oversimplifying slightly, but this scheme would allow all the new parsing functionality I introduced to integrate seamlessly with the old system while totally preserving backward compatibility. I think it would be much easier for end-users to understand than the ftp2

Re: [VOTE] Promote net from commons sandbox to commons

2003-01-28 Thread Daniel F. Savarese
In message [EMAIL PROTECTED], robert burr ell donkin writes: sorry i pushed this vote a bit too early. I don't think it's prematur. I think a call for a new vote had to come from someone other than Jeff or myself to reflect the itch out there for a formal release. Clearly, within Apache, at

Re: [net] momentum for promotion?

2003-01-27 Thread Daniel F. Savarese
In message [EMAIL PROTECTED], Jeffrey D. Brekke writes: I performed your statement from above and all dirs under proposal/ftp/src have group writeable set now. Thanks. I successfully did a fresh check out and build. Sorry about that, I hate messing about in the repo, but there's no other good

Re: [net] momentum for promotion?

2003-01-26 Thread Daniel F. Savarese
In message [EMAIL PROTECTED], Jeffrey D. Brekke writes: The above two items are completed. If there are any problems, let me know but the main project and proposal are building for me ok after a clean check-out. The site has been regenerated and redeployed. I tried to do a fresh checkout to

Re: [net] momentum for promotion?

2003-01-25 Thread Daniel F. Savarese
In message 007701c2c469$830135e0$3e7c27d9@oemcomputer, Stephen Colebourne w rites: I have some other small requirements for supporting (as opposed to -1 ing ) promotion. [net] currently contains two packages o.a.commons.io o.a.commons.util These packages need to be renamed to be

Re: [net] momentum for promotion?

2003-01-23 Thread Daniel F. Savarese
In message [EMAIL PROTECTED], Jeffrey D. Brekke writes: I would like to see this interest from users translated into momentum, I just don't know how to do the translation. I think that we left the state of net at not having enough developers and not enough unit tests. I do get queries from

Re: AW: Sandbox Net Components

2003-01-21 Thread Daniel F. Savarese
In message 46FD2EA0FF2F3B41AE657FA183FCD1789B74@EXSRVCH, =?iso-8859-1?Q?Thoma s_H=FCsler?= writes: I mean this way is working for me but I am not very happy if I have to build jar's of common source (from my projects perspective) based on work in progress code myself. Id rather prefere if I could

Re: commons.net.telnet Issue with windows2000

2002-11-13 Thread Daniel F. Savarese
In message [EMAIL PROTECTED], Vijaykuma r S - CTD, Chennai. writes: I am creating Telnet communication with a Windows machine. After logged-in into windows, apart from normal prompt , it is also diplaying some Junk characters. How to get rid off this junk characters. Use an ANSI-compatible

Re: [net] Re: problem with RCommandClient

2002-10-30 Thread Daniel F. Savarese
results in the socket getting closed. so the remote process never completes - it hangs waiting for an EOF - or it ends when I close the stream, but I can't read its output because the socket gets closed. rock and a hard place, so to speak :) You're not between a rock and a hard

RE: [net] Re: problem with RCommandClient

2002-10-30 Thread Daniel F. Savarese
well, it just seemed that by default RCommandClient did not work as one would expect. but I'm happy with the subclassing approach - it works You're probably right that at least RExecClient and RCommandClient should allow for half duplex connections, and as you indicated, it's not a major

[NET] FTP Client, release quality? (fwd)

2002-10-11 Thread Daniel F. Savarese
It looks like this message should have gone to commons-dev. --- Forwarded Message From: [EMAIL PROTECTED] Subject: FTP Client, release quality? To: [EMAIL PROTECTED] X-Mailer: Lotus Notes Release 5.0.6 December 14, 2000 Message-ID: [EMAIL PROTECTED] Date: Fri, 11 Oct 2002 09:14:36 -0500

Re: [GUMP] Build Failure - commons-net

2002-10-04 Thread Daniel F. Savarese
BUILD FAILED file:/home/rubys/jakarta/jakarta-commons-sandbox/net/build.xml:76: /home/rubys/jakarta/jakarta-commons-sandbox/net/lib not found. I'm currently Maven impaired and am afraid I'll break something if I try to fix whatever the autogeneration of the build.xml file. Jeff if you have a

Re: next possible commons project - [regexp]

2002-09-26 Thread Daniel F. Savarese
Stephen Colebourne writes: In the same way as [logging], by not being a regexp package itself. Of course it may just not be appropriate... I just want to point out that jakarta-oro is more than just a regular expression package and already contains the generic interfaces to wrap other packages

Re: next possible commons project - [regexp]

2002-09-26 Thread Daniel F. Savarese
Steve Downey wrote: The odds of having two projects that require regexp packages that can also tolerate having the definition of regular expression changed underneath them approaches zero. I agree with this as far as most applications are concerned. I don't know the original motivation for

Re: [patch] NetComponents - FTPClient's restart functionality

2002-09-20 Thread Daniel F. Savarese
This is a patch to fix the restart functionality in FTPClient. Following is the summary of changes: Thanks! I for some reason thought we had applied this when you first brought it up, but I guess not. I applied it with one minor change. I allowed the offset to be reset to zero. You might

Re: [patch] NetComponents - TelnetInputStream.java threading issue

2002-09-19 Thread Daniel F. Savarese
I wrote: In the patch, making __hasReachedEOF and __isClosed volatile doesn't do anything. Those are not static variables. Changing the notify() to Er, what I meant to say is that assignments to those variables are already protected by critical sections. Your patch removed one of those

[commons-sandbox-net] Re: [devel-netcomponents] Patch for TFTP to ignore remote address

2002-05-27 Thread Daniel F. Savarese
In message [EMAIL PROTECTED], yschimke writes: I've uploaded a tar file containing the modified TFTPClient.java file and some junit test cases. Since I don't have apache commit rights, could someone take on the duty of validating my changes and committing them. Patches should go to

<    1   2