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

2002-10-13 Thread Brekke, Jeff
Thanks for the offer! Contributions are always welcome and there is a lot of information at the Jakarta site to help directly answer some of your questions ( like how to contribute, patches, etc ). The current release state of the net package is in process. The nightly builds are fine ( We

RE: [general] Should maven projects still use STATUS.html? (was Re: cvs commit: jakarta-commons-sandbox/jelly STATUS.html)

2002-10-10 Thread Brekke, Jeff
+1, I think it is pretty easy to find the information from the project.xml wrt deps and committers/contributors. I've just added the proposal docs to the generated site for the project. Maybe a standard xdoc in cvs, proposal.xml? =

RE: [NET] [PATCH] Make tests Locale independent

2002-10-09 Thread Brekke, Jeff
Thanks, applied. Want to give it another try? = Jeffrey D. Brekke Quad/Graphics [EMAIL PROTECTED] http://www.qg.com -Original Message- From: Stefan Bodewig

RE: [NET] GUMP Build is NOT broken

2002-10-08 Thread Brekke, Jeff
Looks like the jakarta gump sucessfully built commons-net today. Still not sure why yours was getting test failures. = Jeffrey D. Brekke Quad/Graphics [EMAIL PROTECTED]

RE: [NET] GUMP Build is NOT broken

2002-10-08 Thread Brekke, Jeff
Damn, thought I had it right this time ;) Well, the ant build is still incorrect, since the entire build should be failing if any of the tests fail. I'll check the generation of the ant build file to make sure that is the case and keep looking to reproduce the test failures. Thanks again for

[NET] GUMP Build is broken, well maybe not...

2002-10-07 Thread Brekke, Jeff
The lib directory is created in the get-deps target which doesn't seem to be running when gump runs the build. Obviously gump wants to build net using the dependencies that it generated. It looks like, in the init target, that build.sysclasspath=only. The noget property is set and the get-deps

RE: [NET] GUMP Build is broken, well maybe not...

2002-10-07 Thread Brekke, Jeff
Well we're closer, but I'm also running linux and my tests pass. What else could be different? I am running rh8.0 and jdk1.4. = Jeffrey D. Brekke Quad/Graphics [EMAIL PROTECTED]

RE: [NET] GUMP Build is broken

2002-10-06 Thread Brekke, Jeff
. = Jeffrey D. Brekke Quad/Graphics [EMAIL PROTECTED] http://www.qg.com -Original Message- From: Brekke, Jeff Sent: Friday, October 04, 2002 3:54 PM To: 'Jakarta Commons Developers List' Subject: RE: [GUMP

RE: [NET] GUMP Build broken

2002-10-06 Thread Brekke, Jeff
Whoops, I did find a problem with the generated ant build and regenerated with maven from CVS. The error was due to a class path when running the tests, I'm not sure if this will fix the gump build though. Sorry for any confusion. jb

RE: [GUMP] Build Failure - commons-net

2002-10-04 Thread Brekke, Jeff
Yea, I'll try to fix it this weekend. = Jeffrey D. Brekke Quad/Graphics [EMAIL PROTECTED] http://www.qg.com -Original Message- From: Daniel F. Savarese

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

2002-09-23 Thread Brekke, Jeff
No planned date as of yet, but we're attempting to get things in line for a release. I belive the following issues were raised the last time we attempted a vote for release: *) More tests *) More committers *) Status/Changes type document Thanks!

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

2002-09-20 Thread Brekke, Jeff
-Original Message- From: Daniel F. Savarese [mailto:[EMAIL PROTECTED]] Sent: Friday, September 20, 2002 10:02 AM To: [EMAIL PROTECTED] Subject: Re: [patch] NetComponents - FTPClient's restart functionality [SNIP] Testing any of the protocols is tough. One way is to provide a fake

RE: Commons NET and JXPath

2002-09-19 Thread Brekke, Jeff
http://jakarta.apache.org/commons/sandbox/net = Jeffrey D. Brekke Quad/Graphics [EMAIL PROTECTED] http://www.qg.com -Original Message- From: V. Cekvenich

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

2002-09-19 Thread Brekke, Jeff
[SNIP] Please do a checkout of the jakarta-commons-sandbox/net code and try that out in your environment. Also, it would be appreciated if you submitted a unit test that would expose the problem you ran into so we can include that as a regression test. As Jeff indicated, we don't want to

[NET] Nightlies ( was RE: Commons NET and JXPath )

2002-09-19 Thread Brekke, Jeff
Thanks for the info. FWIW I've added a download page referring to this nightly information. http://jakarta.apache.org/commons/sandbox/net/ = Jeffrey D. Brekke Quad/Graphics [EMAIL PROTECTED]

RE: Commons NET

2002-09-18 Thread Brekke, Jeff
I don't believe there are nightlines being built for net right now. You can check out the sources and build your own jar or get a snapshot from the maven repo on ibiblio: http://www.ibiblio.org/maven/commons-net/jars = Jeffrey D.

Promotion of NET issues ( was RE: [VOTE] Promote NET to commons proper was Release Plans )

2002-09-17 Thread Brekke, Jeff
To: Jakarta Commons Developers List Subject: [VOTE] Promote NET to commons proper was Release Plans +1 - Original Message - From: Brekke, Jeff [EMAIL PROTECTED] To: 'Jakarta Commons Developers List' [EMAIL PROTECTED] Sent: Monday, September 16, 2002 8:15 PM Subject: RE

RE: [VOTE] Promote NET to commons proper was Release Plans

2002-09-17 Thread Brekke, Jeff
Actually, the whole committers issue was why I floated the idea of [httpclient], [net] and [webdav] getting together as a group. But that generated little enthusiam. This sounds like an interesting idea, but I think the driving force so far for the promotion of net was/is the current users of

RE: second cleanup of new FTP File Listing Mechanism

2002-05-02 Thread Brekke, Jeff
Did you maybe generate this patch without updating your repo from cvs? It seems to contain things that were fixed in the last patch also and is giving me error when I attempt to apply it. = Jeffrey D. Brekke

RE: [PATCH] - New FTP File Listing Mechanism

2002-04-29 Thread Brekke, Jeff
-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 that I meant to clean up

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