DO NOT REPLY [Bug 13342] New: - NullPointerException in HttpMethodBase.getResponseBodyAsString

2002-10-06 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13342. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

cvs commit: jakarta-commons-sandbox/jelly/src/java/org/apache/commons/jelly/tags/util TokenizeTag.java

2002-10-06 Thread dion
dion2002/10/05 23:54:08 Modified:jelly/src/java/org/apache/commons/jelly/tags/util TokenizeTag.java Log: Fix typo in exception handling Revision ChangesPath 1.2 +1 -1

cvs commit: jakarta-commons-sandbox/periodicity/conf/build build.db.properties

2002-10-06 Thread prickett
prickett2002/10/06 01:10:45 Modified:periodicity/conf/build build.db.properties Log: Added Cloudscape Database Settings Added Cloudscape Driver Settings Revision ChangesPath 1.6 +25 -2 jakarta-commons-sandbox/periodicity/conf/build/build.db.properties

[GUMP] Build Failure - commons-net

2002-10-06 Thread Stefan Bodewig
This email is autogenerated from the output from: http://jakarta.apache.org/builds/gump/2002-10-06/commons-net.html Buildfile: build.xml init: get-deps: compile: [javac] Compiling 113

Re: [lang] Proposal for *NEXT* version

2002-10-06 Thread Berin Loritsch
TJames Strachan wrote: This all sounds great stuff. It mirrors recent blog conversations on adding some other C# features, namely accessing class attributes (which are implemented as javadoc tags right now but could use JSR175 later on when we move to JDK1.5). There's links to the

Re: [lang] Delegates was Proposal for *NEXT* version

2002-10-06 Thread Berin Loritsch
Stephen Colebourne wrote: Split the thread as this bit got lost... There are definite similarities between this Delegate description and the code that is currently located in [pattern]. [pattern] contains four simple callback interfaces Predicate, Transformer, Command and Factory. It also

cvs commit: jakarta-commons-sandbox/periodicity/conf/build build.db.properties

2002-10-06 Thread prickett
prickett2002/10/06 07:57:27 Modified:periodicity/conf/build build.db.properties Log: Added db2 database settings Added db2 driver settings Revision ChangesPath 1.7 +17 -0 jakarta-commons-sandbox/periodicity/conf/build/build.db.properties Index:

cvs commit: jakarta-commons-sandbox/periodicity/conf/build build.db.properties

2002-10-06 Thread prickett
prickett2002/10/06 08:33:36 Modified:periodicity/conf/build build.db.properties Log: Added DB2400 Database Settings Added DB2400 Driver Settings Revision ChangesPath 1.8 +18 -0 jakarta-commons-sandbox/periodicity/conf/build/build.db.properties Index:

[PATCH][collections]import clean up

2002-10-06 Thread Steve Downey
A lot of the collections classes import elements that are not actually used, or are used only in javadoc. This patch removes the unused imports, and some of the import x.*'s, and uses fully qualified class names in javadoc {@link} elements. Index:

[collections][PATCH] CollectionUtils unused variable

2002-10-06 Thread Steve Downey
In isSubCollection(), there is a List that's new'd but never used. Index: ./src/java/org/apache/commons/collections/CollectionUtils.java === RCS file:

[collections][PATCH]MultiHashMap unused variable

2002-10-06 Thread Steve Downey
in the inner loop of values(), there's an assignment to a boolean that is never used. Index: ./src/java/org/apache/commons/collections/MultiHashMap.java === RCS file:

cvs commit: jakarta-commons-sandbox/periodicity/conf/build build.db.properties

2002-10-06 Thread prickett
prickett2002/10/06 13:27:41 Modified:periodicity/conf/build build.db.properties Log: Added Hypersonic Database Settings Added Hypersonic Driver Settings Added Hypersonic Protocol Settings Revision ChangesPath 1.9 +34 -0

[collections][PATCH]collections.UniqueFilterIterator

2002-10-06 Thread Steve Downey
This looks like it should have been deprecated and rebased when all of the iterators were moved to the iterators package. This patch changes it to inherit from o.a.c.collections.iterator.UniqueFilterIterator. I've also added a test case for collections.UniqueFilterIterator, functionally

I think the following file is corrupted.

2002-10-06 Thread Justin Mahoney
http://jakarta.apache.org/builds/jakarta-commons/release/commons-digester/v1 .3/commons-digester-1.3.tar.gz -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

cvs commit: jakarta-commons-sandbox/periodicity/conf/build build.db.properties

2002-10-06 Thread prickett
prickett2002/10/06 16:42:34 Modified:periodicity maven.xml project.properties periodicity/conf/build build.db.properties Log: Temporarily removed the derived properties from maven.xml Added Interbase Server Settings Added InterClient Driver Settings

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

2002-10-06 Thread martinc
martinc 2002/10/06 16:57:50 Modified:validator project.xml Added: validator/xdocs index.xml Log: Add basic Maven-generated web site; fix some issues in project.xml. Revision ChangesPath 1.3 +30 -4 jakarta-commons/validator/project.xml Index:

cvs commit: jakarta-commons/xdocs/stylesheets project.xml

2002-10-06 Thread martinc
martinc 2002/10/06 17:56:12 Modified:docs beanutils.html charter.html collections.html commons.html components.html contributors.html dbcp.html digester.html directory.html discovery.html index.html lang.html

RE: [NET] GUMP Build is broken

2002-10-06 Thread Brekke, Jeff
I gave it a meager attempt. I had thought the build was broken, but the maven generated ant build is functioning correctly. I believe it must be a problem in the gump descriptor or something. If someone interested in working with gump would like to fix it to work with the generated ant build

cvs commit: jakarta-commons-sandbox/periodicity/conf/build build.db.developer.properties build.db.user.properties build.db.properties

2002-10-06 Thread prickett
prickett2002/10/06 21:12:48 Modified:periodicity maven.xml project.properties Added: periodicity/conf/build build.db.developer.properties build.db.user.properties Removed: periodicity/conf/build build.db.properties Log: Added

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

2002-10-06 Thread brekke
brekke 2002/10/06 21:25:40 Modified:net build.xml Log: Regenerated from pre-beta-8 Maven. Fixed classpath issues with running the tests. Revision ChangesPath 1.10 +2 -2 jakarta-commons-sandbox/net/build.xml Index: build.xml

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