[GUMP] Build Failure - commons-latka

2002-04-13 Thread Ted Husted
This email is autogenerated from the output from: http://jakarta.apache.org/builds/gump/2002-04-13/commons-latka.html Buildfile: build.xml init: [echo] latka 1.0-dev

Re: [GUMP] Build Failure - commons-latka

2002-04-13 Thread dion
Anyone else want to try and work this one out: - I can't tell from the docbook dbpool.mod file what's wrong on that line??? -- dIon Gillard, Multitask Consulting Work: http://www.multitask.com.au Developers: http://adslgateway.multitask.com.au/developers Ted Husted [EMAIL PROTECTED] wrote

DO NOT REPLY [Bug 8040] - need a way to set default credential in HttpState

2002-04-13 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=8040. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

cvs commit: jakarta-commons-sandbox/simplestore/src/test/org/apache/commons/simplestore TestSample.java

2002-04-13 Thread baliuka
baliuka 02/04/13 06:28:09 Modified:simplestore/src/java/org/apache/commons/simplestore/jdbc DriverDataSource.java simplestore/src/java/org/apache/commons/simplestore/persistence/impl PersistentProxy.java

Re: [BeanUtils] PropertyUtils and DynaBeans (getPropertyDescriptors)

2002-04-13 Thread Stephen Colebourne
What I am really getting at is whether it would be worth having the ability in beanutils to replace Introspector. What I have in mind (borrowed from a James Strachan idea) is a new class, lets say IntrospectUtils that can be used instead of Introspector. The only method of relevance is

Re: WeakHashSet collection

2002-04-13 Thread Henri Yandell
It sounds lke it fits the purpose, unless there is a way in Java 1.2 to emulate the functionality. Generally the way to submit a single class like this would be to send an email with [SUBMIT] WeakHashSet as the title, briefly describe the class and attach the source. The person who submits would

[httpclient] HttpConnectionManager Javadoc patch

2002-04-13 Thread otisg
Small Javadoc patch is attached.Otis___Get your own FREE email account at iVillage.com!http://webmail.ivillage.com/ HttpConnectionManager.diff Description: Binary data -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For

cvs commit: jakarta-commons-sandbox/simplestore/src/java/org/apache/commons/simplestore/persistence/impl JDBMPersistenceManagerFactory.java MetaClassImpl.java

2002-04-13 Thread baliuka
baliuka 02/04/13 14:51:44 Modified:simplestore/src/java/org/apache/commons/simplestore/jdbc ConnectionWrapper.java DriverDataSource.java simplestore/src/java/org/apache/commons/simplestore/persistence MetaClass.java

[SUBMIT] WeakHashSet

2002-04-13 Thread Jeff Keyser
Attached is a jar containing the three source code files for the WeakHashSet I mentioned I would like to contribute. It subclasses the Java 1.2 HashSet class, and works exactly the same except that the elements are held in the set with weak references. Thanks! WeakHashSet.jar Description: