cvs commit: jakarta-commons/fileupload project.xml

2003-02-10 Thread martinc
martinc 2003/02/10 23:08:20 Modified:fileupload project.xml Log: Update for 1.0 Beta 1 release. Revision ChangesPath 1.14 +1 -1 jakarta-commons/fileupload/project.xml Index: project.xml ===

cvs commit: jakarta-commons/fileupload RELEASE-NOTES.txt STATUS.html

2003-02-10 Thread martinc
martinc 2003/02/10 23:07:31 Modified:fileupload RELEASE-NOTES.txt STATUS.html Log: Update for 1.0 Beta 1 release. Revision ChangesPath 1.2 +13 -10jakarta-commons/fileupload/RELEASE-NOTES.txt Index: RELEASE-NOTES.txt ===

cvs commit: jakarta-commons/fileupload LICENSE.txt

2003-02-10 Thread martinc
martinc 2003/02/10 23:05:51 Modified:fileupload LICENSE.txt Log: Update copyright year. Revision ChangesPath 1.2 +4 -4 jakarta-commons/fileupload/LICENSE.txt Index: LICENSE.txt === RCS fil

RE: File Upload project

2003-02-10 Thread Martin Cooper
First of all, you are more likely to receive a timely and helpful response if you post your questions to the appropriate mailing list, as documented on the FileUpload web page, rather than to individuals. There is no single "point person" for Jakarta projects. I am cc'ing the appropriate list on th

cvs commit: jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/util HeaderParser.java

2003-02-10 Thread jsdever
jsdever 2003/02/10 21:04:10 Added: httpclient/src/java/org/apache/commons/httpclient HeaderGroup.java httpclient/src/java/org/apache/commons/httpclient/util HeaderParser.java Log: Multivalued headers. Bug: http://n

Re: cvs commit: jakarta-commons/httpclient/src/test/org/apache/commons/httpclient SimpleHttpConnection.java SimpleHttpMethod.java TestStreams.java

2003-02-10 Thread Michael Becke
Jeff, Looks like HeaderGroup and HeaderParser didn't make it into cvs:) Mike On Monday, February 10, 2003, at 10:23 PM, [EMAIL PROTECTED] wrote: jsdever 2003/02/10 19:23:05 Modified:httpclient/src/java/org/apache/commons/httpclient ChunkedInputStream.java Htt

cvs commit: jakarta-commons/httpclient/src/java/org/apache/commons/httpclient NTLM.java

2003-02-10 Thread jsdever
jsdever 2003/02/10 19:41:15 Modified:httpclient/src/java/org/apache/commons/httpclient NTLM.java Log: Deprecate and slate for becoming package access. Revision ChangesPath 1.12 +10 -8 jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/NTLM.java

cvs commit: jakarta-commons/httpclient/src/test/org/apache/commons/httpclient SimpleHttpConnection.java SimpleHttpMethod.java TestStreams.java

2003-02-10 Thread jsdever
jsdever 2003/02/10 19:23:05 Modified:httpclient/src/java/org/apache/commons/httpclient ChunkedInputStream.java HttpConnection.java HttpMethodBase.java httpclient/src/test/org/apache/commons/httpclient

Re: [BeanUtils] Adding ConverterSet

2003-02-10 Thread tennant
ok, that will be fine. Let me know when you are ready to have a look at it. I can put it off for a couple days, and if I end up working on it we can just work through and changes that you think are appropriate. -ET Quoting robert burrell donkin <[EMAIL PROTECTED]>: > hi erik > > beanutils is

Re: [logging] To depend or not to depend?

2003-02-10 Thread robert burrell donkin
On Saturday, February 8, 2003, at 01:21 AM, Leo Simons wrote: Personal preferences 'n stuff - I like a library that doesn't use anything with a 'static' keyword attached to any of its methods that actually do much. It just makes life easier in the classloader-hell

cvs commit: jakarta-commons-sandbox/jux/src/java/org/apache/commons/jux ObjectTestCase.java

2003-02-10 Thread rwaldhoff
rwaldhoff2003/02/10 12:23:55 Modified:jux/src/java/org/apache/commons/jux ObjectTestCase.java Log: javadoc fix Revision ChangesPath 1.5 +3 -3 jakarta-commons-sandbox/jux/src/java/org/apache/commons/jux/ObjectTestCase.java Index: ObjectTestCase.java

cvs commit: jakarta-commons/betwixt/xdocs tasks.xml

2003-02-10 Thread rdonkin
rdonkin 2003/02/10 12:19:28 Modified:betwixt/src/java/org/apache/commons/betwixt/expression Expression.java betwixt/xdocs tasks.xml Log: The update method on Expression is unused (it was replaced by the Updater class) and has therefore been dep

Re: [logging] To depend or not to depend?

2003-02-10 Thread Costin Manolache
James Strachan wrote: > Maybe using introspection on the Log implementation might be easier to add > incrementally to Log implementations without breaking backwards > compatibility. Introspection or JMX ( which is the other name for introspection :-). Each LogFactory or Log can support a lot of

cvs commit: jakarta-commons-sandbox/jux build.xml

2003-02-10 Thread rwaldhoff
rwaldhoff2003/02/10 12:05:05 Modified:jux build.xml Log: javadoc cleanup Revision ChangesPath 1.4 +11 -11jakarta-commons-sandbox/jux/build.xml Index: build.xml === RCS file: /home/cvs/

cvs commit: jakarta-commons-sandbox/functor build.xml

2003-02-10 Thread rwaldhoff
rwaldhoff2003/02/10 12:02:25 Modified:functor build.xml Log: some cleanup add gump specific target fix javadoc builds under recent ant/jdk combos Revision ChangesPath 1.7 +10 -14jakarta-commons-sandbox/functor/build.xml Index: build.xml =

Re: [logging] To depend or not to depend?

2003-02-10 Thread James Strachan
From: "Craig R. McClanahan" <[EMAIL PROTECTED]> > On Mon, 10 Feb 2003, James Strachan wrote: > > Maybe we could introduce a seperate interface, NamedLog which has a single > > getName() method? Or just use introspection and add a getName() method to > > the core Log implementations? Though both of

Re: [BeanUtils] Adding ConverterSet

2003-02-10 Thread robert burrell donkin
hi erik beanutils is on a bit of an unofficial code freeze at the moment (only bug fixes) since we need to release a 1.6.1 version soon to fix a problem in 1.6 (which breaks maven and jelly). if you could put your ideas on hold for a few days until this release is out the way, then i'd be glad

cvs commit: jakarta-commons-sandbox/jux build.xml

2003-02-10 Thread rwaldhoff
rwaldhoff2003/02/10 10:06:13 Modified:jux build.xml Log: some cleanup, add gump specific target Revision ChangesPath 1.3 +31 -42jakarta-commons-sandbox/jux/build.xml Index: build.xml =

Re: [VOTE] FileUpload 1.0 Beta 1 Release Plan

2003-02-10 Thread John McNally
+1 john mcnally On Sat, 2003-02-08 at 14:20, Martin Cooper wrote: > The FileUpload component has been stable for a while now, but available > only from nightly builds. It's time to create a milestone release against > which a final series of bug fixes and documentation updates can occur > before a