Re: [net] FTP ListingFunctionalTest no longer works

2006-02-16 Thread Jeffrey D. Brekke
). Some of the tests depend on being able to access a vms ftp server at h71000.www7.hp.com. This ftp server no longer seems to accept connections (or it may just be a temporary glitch tonight). I believe Jeff Brekke wrote this test. Jeff, would you happen to know if this site has moved and if so

Re: [net] FTP ListingFunctionalTest no longer works

2006-02-13 Thread Jeffrey D. Brekke
of the tests depend on being able to access a vms ftp server at h71000.www7.hp.com. This ftp server no longer seems to accept connections (or it may just be a temporary glitch tonight). I believe Jeff Brekke wrote this test. Jeff, would you happen to know if this site has moved and if so, update

Re: [net] Minimum jdk/jvm version for net ( future ) ( was: Re: [vote][net] Release commons-net 1.4.1? )

2005-12-04 Thread Jeffrey D. Brekke
development in net wrt nio so I guess it isn't an immediate concern. I was just wondering if there was a min/max jdk/jvm version imposed by Jakarta Commons. -- = Jeffrey D. Brekke [EMAIL PROTECTED

[net] Minimum jdk/jvm version for net ( future ) ( was: Re: [vote][net] Release commons-net 1.4.1? )

2005-12-03 Thread Jeffrey D. Brekke
have to dig out a 1.3.1 compiler then. I don't even think 1.2.x is available anymore. -- = Jeffrey D. Brekke [EMAIL PROTECTED] Wisconsin, USA [EMAIL PROTECTED

Re: [vote][net] Release commons-net 1.4.1?

2005-11-22 Thread Jeffrey D. Brekke
. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- = Jeffrey D. Brekke [EMAIL PROTECTED] Wisconsin, USA

Re: VOTE: Release Commons-Net 1.4.0

2005-05-03 Thread Jeffrey D. Brekke
Daniel F. Savarese wrote: In message [EMAIL PROTECTED], Jeffrey D. Brekke writes: I'm having hanging problems running the functional tests under 1.5, but 1.4.2 works ok. Anyone else seeing this running maven test:functional? OK, working here now also. We should probably set the target to 1.4

Re: VOTE: Release Commons-Net 1.4.0

2005-05-02 Thread Jeffrey D. Brekke
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- = Jeffrey D. Brekke [EMAIL PROTECTED

Re: [net] FTP client date parsing: new format

2005-03-23 Thread Jeffrey D. Brekke
] -- = Jeffrey D. Brekke [EMAIL PROTECTED] Wisconsin, USA [EMAIL PROTECTED] [EMAIL PROTECTED] http://www.bloglines.com/blog/jbrekke

Re: [net] I would like to deprecate a FTPClient.listFiles() method

2005-02-13 Thread Jeffrey D. Brekke
), I'd like to see the method left in there. -- = Jeffrey D. Brekke [EMAIL PROTECTED] Wisconsin, USA [EMAIL PROTECTED

Re: [vfs] proposal: MemoryFS

2005-01-26 Thread Jeffrey D. Brekke
-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- = Jeffrey D. Brekke [EMAIL PROTECTED] Wisconsin, USA [EMAIL PROTECTED

Re: [net] Re: [GUMP@brutus]: Project commons-net (in module jakarta-commons) failed

2005-01-10 Thread Jeffrey D. Brekke
I'm not sure about those tests and if they need to be looking at specific ports, I thought they just used some unused ports for the test. We could also move them into the test:functional section so the build is not dependant on them, but then we loose the continual testing benefit. Steve Cohen

Re: cvs commit: jakarta-commons/net project.properties

2004-12-08 Thread Jeffrey D. Brekke
those changes into the Maven ant plugin instead? Cheers, Rory Jakarta Commons Developers List [EMAIL PROTECTED] wrote: brekke 2004/12/07 09:27:44 Modified: net project.properties Log: Updated the compiler target for the new version of maven (1.0.2). The maven java plugin ( using

cvs commit: jakarta-commons/net project.properties

2004-12-07 Thread brekke
brekke 2004/12/07 09:27:44 Modified:net project.properties Log: Updated the compiler target for the new version of maven (1.0.2). The maven java plugin ( using the ant task ) defaults to the version of the compiler used. I think we want 1.2 compatibility yet, so we need

Re: [net] Push for 1.3.0 release

2004-12-03 Thread Jeffrey D. Brekke
PROTECTED] -- = Jeffrey D. Brekke [EMAIL PROTECTED] Wisconsin, USA [EMAIL PROTECTED] [EMAIL PROTECTED

Re: [net] Push for 1.3.0 release

2004-12-03 Thread Jeffrey D. Brekke
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- = Jeffrey D. Brekke [EMAIL PROTECTED] Wisconsin, USA [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL

Re: [VFS and Net] Dealing with non-standard FTP servers

2004-09-18 Thread Jeffrey D. Brekke
, you're welcome to present your ideas. I know the commons-net developers are a pretty busy bunch, but we do get around to looking at the posts eventually. -- = Jeffrey D. Brekke [EMAIL PROTECTED

Re: FTPClient related bugs: 30970 and 31122

2004-09-10 Thread Jeffrey D. Brekke
. -- = Jeffrey D. Brekke [EMAIL PROTECTED] Wisconsin, USA [EMAIL PROTECTED] [EMAIL PROTECTED

cvs commit: jakarta-commons/net build.xml project.xml

2004-09-08 Thread brekke
brekke 2004/09/08 20:26:42 Modified:net build.xml project.xml Log: Bringing our POM up to date and regen'd the build.xml Revision ChangesPath 1.27 +50 -52jakarta-commons/net/build.xml Index: build.xml

Re: cvs commit: jakarta-commons/net build.xml

2004-09-08 Thread Jeffrey D. Brekke
-- = Jeffrey D. Brekke [EMAIL PROTECTED] Wisconsin, USA [EMAIL PROTECTED] [EMAIL PROTECTED

Re: [net] Javadoc question

2004-06-29 Thread Jeffrey D. Brekke
PROTECTED] -- = Jeffrey D. Brekke [EMAIL PROTECTED] Wisconsin, USA [EMAIL PROTECTED] [EMAIL PROTECTED

Re: [net][vote] Steve Cohen to manage release of commons-net-1.2.2

2004-06-22 Thread Jeffrey D. Brekke
On Mon, 21 Jun 2004 22:08:55 -0500, Steve Cohen [EMAIL PROTECTED] said: VOTE [X} +1 - Steve Cohen should proceed with release of commons-net 1.2.2 [ ] -1 - no 1.2.2 release should be done at this time. -- = Jeffrey D. Brekke

Re: Error connecting to Windows NT FTP Server

2004-06-09 Thread Jeffrey D. Brekke
be appreciated, thank you. Mitch -- = Jeffrey D. Brekke [EMAIL PROTECTED] Wisconsin, USA [EMAIL PROTECTED] [EMAIL

Re: VMSFTPEntryParser.java,v 1.23 does not work with MadGoat FTP server

2004-05-20 Thread Jeffrey D. Brekke
commands, e-mail: [EMAIL PROTECTED] -- = Jeffrey D. Brekke [EMAIL PROTECTED] Wisconsin, USA [EMAIL PROTECTED

Re: [vfs][all] How to update website for VFS

2004-05-04 Thread Jeffrey D. Brekke
needs some kind of regeneration. How could this be done or is it done automatically on a e.g. weekly basis? -- = Jeffrey D. Brekke [EMAIL PROTECTED] Wisconsin, USA

[VOTE] Mario Ivankovits commiter on commons-net

2004-04-29 Thread Jeffrey D. Brekke
+1 -- = Jeffrey D. Brekke [EMAIL PROTECTED] Wisconsin, USA [EMAIL PROTECTED] [EMAIL PROTECTED

Re: [VOTE][NET] Release commons-net 1.2.0

2004-04-28 Thread Jeffrey D. Brekke
] -- = Jeffrey D. Brekke [EMAIL PROTECTED] Wisconsin, USA [EMAIL PROTECTED] [EMAIL PROTECTED

Re: [VOTE][NET] Release commons-net 1.2.0

2004-04-28 Thread Jeffrey D. Brekke
. By my count there are five +1s: Jeffrey Brekke Steve Cohen Mario Ivankovits Daniel Savarese Davanum Srinivas At least four are PMC members, so the vote passed. daniel - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: [net] commons-net.1.2.0-rc1

2004-04-24 Thread Jeffrey D. Brekke
On Sat, 24 Apr 2004 19:03:45 -0400, Daniel F. Savarese [EMAIL PROTECTED] said: In message [EMAIL PROTECTED], Jeffrey D. Brekke writes: standard stuff won't do. Or better yet, lets just put the two lines from the NOTICE.txt into the README.txt. We can't do that because putting

Re: [net] commons-net.1.2.0-rc1

2004-04-22 Thread Jeffrey D. Brekke
commands, e-mail: [EMAIL PROTECTED] -- = Jeffrey D. Brekke [EMAIL PROTECTED] Wisconsin, USA [EMAIL PROTECTED

Re: commons projects and maven

2004-04-21 Thread Jeffrey D. Brekke
. -- = Jeffrey D. Brekke [EMAIL PROTECTED] Wisconsin, USA [EMAIL PROTECTED] [EMAIL PROTECTED

Re: [net] working on 1.2.0 release

2004-04-20 Thread Jeffrey D. Brekke
out. If the user you are logged in as is a different username than your apache one, you need to have maven.username set to your apache account that has access to where the sites are. You can do this in your ~/build.properties or on the command-line: maven -Dmaven.username=brekke site:deploy

Re: [net] working on 1.2.0 release

2004-04-19 Thread Jeffrey D. Brekke
PROTECTED] -- = Jeffrey D. Brekke [EMAIL PROTECTED] Wisconsin, USA [EMAIL PROTECTED] [EMAIL PROTECTED

Re: [VOTE] Rory Winston as a Commons commiter

2004-04-17 Thread Jeffrey D. Brekke
] For additional commands, e-mail: [EMAIL PROTECTED] -- = Jeffrey D. Brekke [EMAIL PROTECTED] Wisconsin, USA [EMAIL PROTECTED

Re: [all] Shared build causes issues in releases

2004-04-06 Thread Jeffrey D. Brekke
Data Center http://www.hmdc.harvard.edu - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- = Jeffrey D. Brekke

cvs commit: jakarta-commons/net/src/test/org/apache/commons/net/ftp ListingFunctionalTest.java

2004-04-06 Thread brekke
brekke 2004/04/06 06:31:59 Modified:net/src/java/org/apache/commons/net/ftp DefaultFTPFileListParser.java FTP.java FTPClient.java FTPConnectionClosedException.java FTPFile.java FTPFileEntryParser.java

Re: [net] NT FTP Server DIRSTYLE

2004-04-05 Thread Jeffrey D. Brekke
On Mon, 05 Apr 2004 15:40:38 +0200, Mario Ivankovits [EMAIL PROTECTED] said: Jeffrey D. Brekke wrote: Sounds like an interesting solution. Are you thinking that we'd have the NT parser, on failure, delagate to the unix parser ( then of course if that fails, give up )? Yes - for sure

Re: [net] NT FTP Server DIRSTYLE

2004-04-05 Thread Jeffrey D. Brekke
Go for it, I probably won't get around to looking at it until tonight (CST). On Mon, 05 Apr 2004 17:14:53 +0200, Mario Ivankovits [EMAIL PROTECTED] said: Jeffrey D. Brekke wrote: I'd need a little time to explore. If you would like, i could add a CompositeParser to Bugzilla. -- Mario

cvs commit: jakarta-commons/net project.xml

2004-04-05 Thread brekke
brekke 2004/04/05 10:53:41 Modified:net project.xml Log: Eclipse plugin doesn't quite work right without these defined. Revision ChangesPath 1.42 +2 -0 jakarta-commons/net/project.xml Index: project.xml

Re: [net] NT FTP Server DIRSTYLE

2004-04-05 Thread Jeffrey D. Brekke
; } } return null; } Assuming that all tests pass, I would not have any problem committing this with my change. On Monday 05 April 2004 1:47 pm, Mario Ivankovits wrote: Jeffrey D. Brekke wrote: Go for it, I probably won't get around to looking at it until

Re: [net] NT FTP Server DIRSTYLE

2004-04-02 Thread Jeffrey D. Brekke
not support site dirstyle. I don't think anyone would object to using Dirstyle if Microsoft had provided a method to query the dirstyle without changing it, but, we can only play the hand we're dealt. +1 for #2 On Thursday 01 April 2004 8:24 am, Jeffrey D. Brekke wrote: On Wed, 31 Mar 2004

Re: [net] NT FTP Server DIRSTYLE

2004-04-01 Thread Jeffrey D. Brekke
listings ( your solution 3 ) in order to use the original list parsers ( yea, we still have some old stuff using the old parsers! ). On Wednesday 31 March 2004 1:05 pm, Jeffrey D. Brekke wrote: The only way we've found is to use the output of the SITE DIRSTYLE command itself, calling it twice

Re: [Vote][all] migrate top level commons site to mavenized version.

2004-03-31 Thread Jeffrey D. Brekke
Looks great. [ ] +1 yes, and I'll help [X] +0 yes, go for it, but I'll just watch. --- I can help with the [net] site [ ] -1 no way, you've got more work before you can do this. -- = Jeffrey D. Brekke

Re: [net] [vote] Release Commons-Net 1.2

2004-03-29 Thread Jeffrey D. Brekke
] For additional commands, e-mail: [EMAIL PROTECTED] -- = Jeffrey D. Brekke [EMAIL PROTECTED] Wisconsin, USA [EMAIL PROTECTED

cvs commit: jakarta-commons/net/xdocs index.xml

2004-03-29 Thread brekke
brekke 2004/03/29 20:16:29 Modified:net project.xml Added: net/xdocs index.xml Log: Updated the index to formatted a little better. Revision ChangesPath 1.41 +3 -23 jakarta-commons/net/project.xml Index: project.xml

Re: [net] [vote] Release Commons-Net 1.2

2004-03-29 Thread Jeffrey D. Brekke
. Agreed. I took a stab at reformatting the index. No new information, just broke up a little more. http://jakarta.apache.org/commons/net/ -- = Jeffrey D. Brekke [EMAIL PROTECTED] Wisconsin, USA

cvs commit: jakarta-commons/net project.properties project.xml

2004-03-28 Thread brekke
brekke 2004/03/28 19:14:38 Modified:net project.properties project.xml Log: Using the commons-build project for the site and maven builds. Revision ChangesPath 1.7 +6 -3 jakarta-commons/net/project.properties Index: project.properties

Re: [net] [vote] Release Commons-Net 1.2

2004-03-28 Thread Jeffrey D. Brekke
this is much more solid and intuitive than it used to be. 2. Autodetection of system type - a BIG feature for the Ant user community and others. We missed the last Ant release and I'd like not to miss another. 3. I fixed all of the bugs that the functional tests contributed by Jeff Brekke

Re: [net] Unit and functional tests

2004-02-18 Thread Jeffrey D. Brekke
1939 (POP3) as guidelines? Sure. Providing a way to test locally ( i.e. not requiring the internet ) would be nice. -- = Jeffrey D. Brekke [EMAIL PROTECTED] Wisconsin, USA

Re: [net] Functional Tests ( was Re: [net][vote] Release plan for commons-net.1.2.0 )

2004-02-18 Thread Jeffrey D. Brekke
commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- = Jeffrey D. Brekke

cvs commit: jakarta-commons/net/src/test/org/apache/commons/net/ftp ListingFunctionalTest.java

2004-02-16 Thread brekke
brekke 2004/02/16 21:14:02 Modified:net build.xml maven.xml project.xml Added: net/src/test/org/apache/commons/net/ftp ListingFunctionalTest.java Log: Added a functional test that is data driven to check public ftp sites on the internet

[net] Functional Tests ( was Re: [net][vote] Release plan for commons-net.1.2.0 )

2004-02-16 Thread Jeffrey D. Brekke
emails mean. My vote, of course: +1 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- = Jeffrey D. Brekke

Re: [net] release question

2004-01-21 Thread Jeffrey D. Brekke
? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- = Jeffrey D. Brekke [EMAIL PROTECTED] Wisconsin, USA

Re: [net] Fwd: Re: ant 1.6.1

2004-01-15 Thread Jeffrey D. Brekke
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- = Jeffrey D. Brekke [EMAIL PROTECTED] Wisconsin, USA [EMAIL PROTECTED

Re: [net][vote]Steve Cohen to manage release of 1.2.0 of commons.net

2004-01-15 Thread Jeffrey D. Brekke
have any questions. It was awhile ago I did the release, but the docs are pretty straight forward. I can roll the site out with Maven when we're ready if your not Maven-ready yet... -- = Jeffrey D. Brekke

Re: [net][vote]Steve Cohen to manage release of 1.2.0 of commons.net

2004-01-15 Thread Jeffrey D. Brekke
No. I just use it to build the releases instead of ant and push out the site. On Thu, 15 Jan 2004 20:42:44 -0600, Steve Cohen [EMAIL PROTECTED] said: On Thursday 15 January 2004 8:18 pm, Jeffrey D. Brekke wrote: Were we going to do a 1.1.1 release or something for the last jdk1.1

Re: [net] awfully quiet

2004-01-14 Thread Jeffrey D. Brekke
] -- = Jeffrey D. Brekke [EMAIL PROTECTED] Wisconsin, USA [EMAIL PROTECTED] [EMAIL PROTECTED

Re: [net] Solved VMS duplicates problem and simplified system

2004-01-12 Thread Jeffrey D. Brekke
] For additional commands, e-mail: [EMAIL PROTECTED] -- = Jeffrey D. Brekke [EMAIL PROTECTED] Wisconsin, USA [EMAIL PROTECTED

Re: [net] 1.2 release (Re: [net] checked in parser factory implementation)

2004-01-08 Thread Jeffrey D. Brekke
+1 to subclassing and agreement ;) On Wed, 07 Jan 2004 13:38:27 -0600, steve cohen [EMAIL PROTECTED] said: [SNIPPED] On Wednesday 07 January 2004 11:44 am, Daniel F. Savarese wrote: In message [EMAIL PROTECTED], Jeffrey D. Brekke writes: [Alternatives to VMS Parser/Version issue] Another

cvs commit: jakarta-commons/net/src/test/org/apache/commons/net/ftp/parser DefaultFTPFileEntryParserFactoryTest.java

2004-01-08 Thread brekke
brekke 2004/01/08 20:19:44 Modified:net/src/test/org/apache/commons/net/ftp/parser DefaultFTPFileEntryParserFactoryTest.java Log: remove unused import Revision ChangesPath 1.2 +0 -1 jakarta-commons/net/src/test/org/apache/commons/net

cvs commit: jakarta-commons/net/xdocs changes.xml tasks.xml

2004-01-08 Thread brekke
brekke 2004/01/08 20:20:16 Modified:net/xdocs changes.xml tasks.xml Log: Fixed typo in changes doc and added outstanding to-do' to tasks.xml. Revision ChangesPath 1.19 +0 -1 jakarta-commons/net/xdocs/changes.xml Index: changes.xml

Re: [net] 1.2 release (Re: [net] checked in parser factory implementation)

2004-01-08 Thread Jeffrey D. Brekke
://jakarta.apache.org/commons/net/ site. Feel free to add/update/delete whatever and I can roll the site if need be. -- = Jeffrey D. Brekke [EMAIL PROTECTED] Wisconsin, USA

Re: [net] 1.2 release (Re: [net] checked in parser factory implementation)

2004-01-07 Thread Jeffrey D. Brekke
On Wed, 07 Jan 2004 05:44:36 -0600, steve cohen [EMAIL PROTECTED] said: On Tuesday 06 January 2004 11:04 pm, Jeffrey D. Brekke wrote: Steve/Daniel, I'm responding to snippets from several messages in this one message, sorry if it's confusing... [Iterator idea] When I suggested

Re: [net] 1.2 release (Re: [net] checked in parser factory implementation)

2004-01-06 Thread Jeffrey D. Brekke
] -- = Jeffrey D. Brekke [EMAIL PROTECTED] Wisconsin, USA [EMAIL PROTECTED] [EMAIL PROTECTED

Re: [VOTE] Promote io from commons-sandbox to commons-proper

2004-01-05 Thread Jeffrey D. Brekke
+0 -- = Jeffrey D. Brekke [EMAIL PROTECTED] Wisconsin, USA [EMAIL PROTECTED] [EMAIL PROTECTED

Re: [net] checked in parser factory implementation

2004-01-05 Thread Jeffrey D. Brekke
anyway, right? And if you want to use autodetection, just use the listFiles(String pathname) version. -- = Jeffrey D. Brekke [EMAIL PROTECTED] Wisconsin, USA

cvs commit: jakarta-commons/net build.xml

2004-01-05 Thread brekke
brekke 2004/01/05 20:26:12 Modified:net build.xml Log: Newly generated build.xml which removes the jar dep on the javadoc target. Revision ChangesPath 1.20 +3 -3 jakarta-commons/net/build.xml Index: build.xml

Re: [net] checked in parser factory implementation

2004-01-05 Thread Jeffrey D. Brekke
to the maven-ant plugin to resolve this. In the meantime I've committed a newly regenerated build.xml with the changes. Maven does not execute the tests on a javadoc goal. -- = Jeffrey D. Brekke

Re: [net] checked in parser factory implementation

2004-01-05 Thread Jeffrey D. Brekke
On Mon, 05 Jan 2004 21:34:01 -0600, [EMAIL PROTECTED] (Jeffrey D. Brekke) said: On Mon, 05 Jan 2004 12:07:28 -0600, steve cohen [EMAIL PROTECTED] said: [SNIPPED] 4) rename getFileList(String parserKey, String pathname) to listFiles(String parserKey, String pathname). Even though

Re: [net] 1.2 release (Re: [net] checked in parser factory implementation)

2004-01-05 Thread Jeffrey D. Brekke
] For additional commands, e-mail: [EMAIL PROTECTED] -- = Jeffrey D. Brekke [EMAIL PROTECTED] Wisconsin, USA [EMAIL PROTECTED

Re: [net] checked in parser factory implementation

2004-01-03 Thread Jeffrey D. Brekke
, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- = Jeffrey D. Brekke [EMAIL PROTECTED] Wisconsin, USA [EMAIL PROTECTED

Re: [net] Branching

2004-01-01 Thread Jeffrey D. Brekke
] -- = Jeffrey D. Brekke [EMAIL PROTECTED] Wisconsin, USA [EMAIL PROTECTED] [EMAIL PROTECTED

Re: Next Steps - WAS Re: [net] VMSFTPEntryParser bug?

2004-01-01 Thread Jeffrey D. Brekke
to *compile* with the javac from 1.1, we just need to use classes that are present with 1.1 and produce 1.1 compatible classes ( byte codes ). On Thu, 01 Jan 2004 10:57:24 -0600, steve cohen [EMAIL PROTECTED] said: On Thursday 01 January 2004 09:06 am, Jeffrey D. Brekke wrote: Maven uses the following

[net] Branching

2003-12-31 Thread Jeffrey D. Brekke
] -- = Jeffrey D. Brekke [EMAIL PROTECTED] Wisconsin, USA [EMAIL PROTECTED] [EMAIL PROTECTED

Re: [net] FTPClient.getSystemName()

2003-12-30 Thread Jeffrey D. Brekke
] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- = Jeffrey D. Brekke [EMAIL PROTECTED

Re: [net] SYST/FTPClient.getSystemName()

2003-12-30 Thread Jeffrey D. Brekke
] For additional commands, e-mail: [EMAIL PROTECTED] -- = Jeffrey D. Brekke [EMAIL PROTECTED] Wisconsin, USA [EMAIL PROTECTED

Re: [net] VMSFTPEntryParser bug?

2003-12-30 Thread Jeffrey D. Brekke
/Net also. I say we leave the last release as 1.1 compatible and move on to using 1.4+ for new versions. I happen to be building with 1.4.2 under linux, btw. -- = Jeffrey D. Brekke [EMAIL

Re: [net] SYST/FTPClient.getSystemName()

2003-12-30 Thread Jeffrey D. Brekke
] -- = Jeffrey D. Brekke [EMAIL PROTECTED] Wisconsin, USA [EMAIL PROTECTED] [EMAIL PROTECTED

Re: [net] VMSFTPEntryParser bug?

2003-12-30 Thread Jeffrey D. Brekke
). On Tuesday 30 December 2003 09:01 am, Jeffrey D. Brekke wrote: On Mon, 29 Dec 2003 16:22:48 -0600, Steve Cohen [EMAIL PROTECTED] said: [SNIP] However, this brings up the larger question, of what the target platform for commons-net is. I dimly remember that it being java 1.1

cvs commit: jakarta-commons/net/src/java/org/apache/commons/net/ftp FTP.java FTPClient.java FTPCommand.java FTPFile.java

2003-12-29 Thread brekke
brekke 2003/12/29 11:42:44 Modified:net/src/java/org/apache/commons/net/ftp FTP.java FTPClient.java FTPCommand.java FTPFile.java Log: Javadocs updated in the org.apache.commons.net.ftp package. Just went through the warnings. There are many more in other

cvs commit: jakarta-commons/net build.xml

2003-12-29 Thread brekke
brekke 2003/12/29 12:25:12 Modified:net build.xml Log: Minor, just updating version numbers. Revision ChangesPath 1.18 +5 -7 jakarta-commons/net/build.xml Index: build.xml === RCS

cvs commit: jakarta-commons/net/xdocs changes.xml download.xml migration.xml

2003-10-22 Thread brekke
brekke 2003/10/22 20:28:16 Modified:net/xdocs changes.xml download.xml migration.xml Log: Reflect released version. Revision ChangesPath 1.15 +1 -4 jakarta-commons/net/xdocs/changes.xml Index: changes.xml

cvs commit: jakarta-commons/net/xdocs changes.xml

2003-10-22 Thread brekke
brekke 2003/10/22 20:41:09 Modified:net project.xml net/xdocs changes.xml Log: Bump the version designation and the changes log for the next site build. Revision ChangesPath 1.34 +1 -1 jakarta-commons/net/project.xml Index: project.xml

cvs commit: jakarta-commons/net/xdocs changes.xml

2003-10-22 Thread brekke
brekke 2003/10/22 20:58:27 Modified:net project.xml net/xdocs changes.xml Log: Didn't move the version number far enough. Revision ChangesPath 1.35 +1 -1 jakarta-commons/net/project.xml Index: project.xml

[ANNOUNCEMENT] Commons/Net v1.1.0 Released

2003-10-22 Thread Jeffrey D. Brekke
as BSD R command support. Release notes, documentation, and download links are available on the Commons/Net project site: http://jakarta.apache.org/commons/net/ -- = Jeffrey D. Brekke [EMAIL

cvs commit: jakarta-commons/net project.xml

2003-10-20 Thread brekke
brekke 2003/10/20 20:21:41 Modified:net project.xml Log: version number for release to 1.1.0 Revision ChangesPath 1.33 +4 -4 jakarta-commons/net/project.xml Index: project.xml

[RESULTS][VOTE] Release Jakarta/Commons v1.1.0

2003-10-20 Thread Jeffrey D. Brekke
Voting results: +1 Daniel F. Savarese [EMAIL PROTECTED] +1 Bruno D'Avanzo [EMAIL PROTECTED] +1 Jeffrey D. Brekke [EMAIL PROTECTED] +1 Matthew Hawthorne [EMAIL PROTECTED] +0 Henri Yandell [EMAIL PROTECTED] +0 Yoav Shapira [EMAIL PROTECTED] This satisfies the Jakarta/Commons Charter and I

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

2003-10-13 Thread Jeffrey D. Brekke
: http://jakarta.apache.org/commons/net/changes-report.html -- = Jeffrey D. Brekke [EMAIL PROTECTED] Wisconsin, USA [EMAIL PROTECTED

cvs commit: jakarta-commons/net/xdocs changes.xml download.xml navigation.xml proposal.xml

2003-10-05 Thread brekke
brekke 2003/10/05 20:31:57 Modified:net project.xml net/xdocs changes.xml download.xml navigation.xml Removed: net/xdocs proposal.xml Log: Preparing for a 1.1.0-rc1 release/build. Revision ChangesPath 1.31 +4 -4 jakarta-commons/net

cvs commit: jakarta-commons/net project.xml

2003-10-05 Thread brekke
brekke 2003/10/05 20:33:29 Modified:net project.xml Log: Fixing rc1 tag Revision ChangesPath 1.32 +1 -1 jakarta-commons/net/project.xml Index: project.xml === RCS file: /home/cvs

[NET] Release Canidate for v1.1.0 of Commons/Net

2003-10-05 Thread Jeffrey D. Brekke
, on the -dev list, for a release. Thank you from all the Commons/Net developers. -- = Jeffrey D. Brekke [EMAIL PROTECTED] Wisconsin, USA [EMAIL PROTECTED

Re: FTPClient listFiles command failing

2003-10-02 Thread Jeffrey D. Brekke
] -- = Jeffrey D. Brekke [EMAIL PROTECTED] Wisconsin, USA [EMAIL PROTECTED] [EMAIL PROTECTED

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

2003-09-15 Thread Jeffrey D. Brekke
] For additional commands, e-mail: [EMAIL PROTECTED] -- = Jeffrey D. Brekke [EMAIL PROTECTED] Wisconsin, USA [EMAIL PROTECTED

Re: [NET] Submission for Implementation of NTP SNTP

2003-09-13 Thread Jeffrey D. Brekke
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- = Jeffrey D. Brekke [EMAIL PROTECTED

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

2003-08-14 Thread Jeffrey D. Brekke
On Tue, 05 Aug 2003 18:01:56 -0400, Daniel F. Savarese [EMAIL PROTECTED] said: In message [EMAIL PROTECTED], Jeffrey D. Brekke writes: [SNIPPED] I also added emacs java mode variables to the bottom of the files I touched so my (or anyone else's) default .emacs settings won't alter

cvs commit: jakarta-commons/net/src/test/org/apache/commons/net/ftp/parser EnterpriseUnixFTPEntryParserTest.java

2003-08-14 Thread brekke
brekke 2003/08/05 11:13:06 Modified:net/src/test/org/apache/commons/net/ftp/parser EnterpriseUnixFTPEntryParserTest.java Log: Updated asserts to only check month, day, and time since the year and day of week may change. Not sure why this wasn't failing

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

2003-08-12 Thread Jeffrey D. Brekke
] -- = Jeffrey D. Brekke [EMAIL PROTECTED] Wisconsin, USA [EMAIL PROTECTED] [EMAIL PROTECTED

Re: [net] 1.1 release planning

2003-08-01 Thread Jeffrey D. Brekke
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- = Jeffrey D. Brekke [EMAIL PROTECTED] Wisconsin, USA [EMAIL PROTECTED

Re: [net] 1.1 release planning

2003-08-01 Thread Jeffrey D. Brekke
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- = Jeffrey D. Brekke [EMAIL PROTECTED] Wisconsin, USA [EMAIL PROTECTED

cvs commit: jakarta-commons/net/xdocs changes.xml

2003-06-23 Thread brekke
brekke 2003/06/23 05:47:39 Modified:net/src/java/org/apache/commons/net/telnet TelnetInputStream.java net/xdocs changes.xml Log: Another patch for a deadlock situation in TelnetInputStream. Submitted by: [EMAIL PROTECTED] Revision

Re: Adding TERMINAL-TYPE option to TelnetClient

2003-03-31 Thread Jeffrey D. Brekke
with maven to run those that require the net. I'll still take a look at the tcpspy stuff as I get time. Thanks again. jb -- = Jeffrey D. Brekke [EMAIL PROTECTED] Wisconsin, USA

  1   2   3   >