RE: [httpclient] release and development questions

2002-03-28 Thread bob mcwhirter
I don't mean to get (too) religious or philosophical here, but... It seems to me that a ToDo is just a normal Task that is included in a particular Release. Part of project-management is determining which things are going into which release. Instead of maintaining a pre-release todo-list and

RE: [httpclient] release and development questions

2002-03-28 Thread Jason van Zyl
- From: Jason van Zyl To: Jakarta Commons Developers List Sent: 3/28/02 7:47 AM Subject: RE: [httpclient] release and development questions On Thu, 2002-03-28 at 09:35, Marc Saegesser wrote: We need the 'must have' list of things that have be complete prior to a release. You already

RE: [httpclient] release and development questions

2002-03-28 Thread Vincent Massol
-Original Message- From: Jason van Zyl [mailto:[EMAIL PROTECTED]] Sent: 28 March 2002 14:17 To: Jakarta Commons Developers List Subject: RE: [httpclient] release and development questions On Thu, 2002-03-28 at 10:00, bob mcwhirter wrote: I don't mean to get (too) religious

RE: [httpclient] release and development questions

2002-03-28 Thread dion
bob mcwhirter [EMAIL PROTECTED] wrote on 29/03/2002 02:00:22 AM: [snip] Also, part of project management is acheiving deadlines, which many times means pushing some tasks to a later release. Instead of oh, we didn't get to that thing, so let's try to remember to do it for the next release,

RE: [httpclient] release and development questions

2002-03-28 Thread dion
Jason van Zyl [EMAIL PROTECTED] wrote on 29/03/2002 01:17:13 AM: On Thu, 2002-03-28 at 10:00, bob mcwhirter wrote: That's a good idea, a general task list with various scopes applied over top of it. I will blatantly steal your idea and put it in Maven :-) While we're on Maven :), one of

RE: [httpclient] release and development questions

2002-03-27 Thread Waldhoff, Rodney
. -Original Message- From: Xiaowei Jiang [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 27, 2002 2:22 PM To: 'Jakarta Commons Developers List' Subject: RE: [httpclient] release and development questions Thanks for the response. I looked into CVS and noticed that several bugs that I encountered

RE: [httpclient] release and development questions

2002-03-27 Thread Xiaowei Jiang
Hi, to explain the issues that I had with http client, consider the following naive usage of http client: URL url = new URL(http://jakarta.apache.org;); HttpConnection connection = new HttpConnection(url.getHost(), url.getPort()); HttpMethod method = new GetMethod(url.getPath());

RE: [httpclient] release and development questions

2002-03-27 Thread Waldhoff, Rodney
A few minutes ago, I wrote: Are there outstanding issues that need to be addressed [before a 2.0 final release] Actually, I've got one: drop org.apache.commons.httpclient.log, replacing it with commons-logging.