[GUMP@lsd]: jelly-tags/commons-jelly-tags-jsl failed

2004-05-06 Thread Morgan Delagrange
[commons-jelly-tags-jsl-20040506.jar] identifier set to project name - Info - Enable verbose output, due to 1 previous error(s). - Info - Failed with reason build failed - Info - Enable debug output, due to build failure. Gump performed this work: http://lsd.student.utwente.nl/gump/jelly-tags/commons

[GUMP@lsd]: jelly-tags/commons-jelly-tags-define failed

2004-05-06 Thread Morgan Delagrange
://lsd.student.utwente.nl/gump/jelly-tags/commons-jelly-tags-define/index.html That said, some snippets follow: Gump provided these annotations: - Info - Sole jar [commons-jelly-tags-define-20040506.jar] identifier set to project name - Info - Enable verbose output, due to 1 previous error(s). - Info - Failed

[GUMP@lsd]: jelly-tags/commons-jelly-tags-jetty failed

2004-05-06 Thread Morgan Delagrange
[commons-jelly-tags-jetty-20040506.jar] identifier set to project name - Info - Enable verbose output, due to 1 previous error(s). - Info - Failed with reason build failed - Info - Enable debug output, due to build failure. Gump performed this work: http://lsd.student.utwente.nl/gump/jelly-tags

[GUMP@lsd]: jelly-tags/commons-jelly-tags-betwixt failed

2004-05-06 Thread Morgan Delagrange
jar [commons-jelly-tags-betwixt-20040506.jar] identifier set to project name - Info - Enable verbose output, due to 1 previous error(s). - Info - Failed with reason build failed - Info - Enable debug output, due to build failure. Gump performed this work: http://lsd.student.utwente.nl/gump/jelly

[New Proposal] An Imaging wrapper package

2004-05-06 Thread Abey Mullassery
Proposal for Imaging Wrapper Package (0) rationale Many web and desktop applications need some imaging support. Even though the most commonly used operations on an image are simple operations such as resize/ scale, rotate, overlay, crop, add a border, etc., the imaging APIs such as Java2D and

DO NOT REPLY [Bug 28800] New: - Betwixt does not 'see' properties in super-interfaces

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

Re: [beanutils] PROPOSAL: eliminate core dependency on collections

2004-05-06 Thread robert burrell donkin
On 6 May 2004, at 20:34, David Graham wrote: --- robert burrell donkin [EMAIL PROTECTED] wrote: snip 2 replace the references to FastHashMap with a private static implementation. consider whether to replace this altogether. +1 on replacing altogether. IMO, any Java class that states it's not

Re: [lang] Markup stuff on lang???

2004-05-06 Thread J.Pietschmann
Paulo Gaspar wrote: I also think that the markup stuff is quite useful, but it is weird to have it in lang. It would make a nice o.a.c.text.markup sub-sub-project. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: [beanutils] PROPOSAL: eliminate core dependency on collections

2004-05-06 Thread Craig McClanahan
robert burrell donkin wrote: PROPOSAL: eliminate the core dependency on commons-collections rationale - this will not only eliminate a sizable dependency for many products depending on beanutils but also reduce chances of compatibility issues with the various versions of collections. PLAN: 1

[math] derivatives UnivarateRealFunction (diff'able)

2004-05-06 Thread Matt Cliff
About 4 weeks ago there was discussion w/ adding a derivative method to an extension of the o.a.c.m.analysis.UnivariateRealFunction interface. I apologize for the time delay but I had previously contributed some code that made it to the expiremental branch in the project for

Re: [betwixt][lang] Persisting Enum's via Betwixt

2004-05-06 Thread robert burrell donkin
hi eric if you're not using CVS HEAD then you need to upgrade. if you are and the custom object creator isn't working then if you post a unit test you're willing to contribute to bugzilla i'll take a look when i find a minute (or two). - robert On 6 May 2004, at 17:54, Eric Pugh wrote:

Re: [beanutils] PROPOSAL: eliminate core dependency on collections

2004-05-06 Thread robert burrell donkin
On 6 May 2004, at 21:28, Craig McClanahan wrote: robert burrell donkin wrote: snip 2 replace the references to FastHashMap with a private static implementation. consider whether to replace this altogether. +1. Regarding replacement, I'm fine with any approach that lets us read from the

Re: [beanutils] PROPOSAL: eliminate core dependency on collections

2004-05-06 Thread Craig McClanahan
robert burrell donkin wrote: On 6 May 2004, at 21:28, Craig McClanahan wrote: robert burrell donkin wrote: snip 2 replace the references to FastHashMap with a private static implementation. consider whether to replace this altogether. +1. Regarding replacement, I'm fine with any approach

Re: [all] BinaryCompatability tester

2004-05-06 Thread robert burrell donkin
On 5 May 2004, at 23:22, Simon Kitching wrote: snip I also think it is quite doable, not a huge project. I would like to avoid basing it on jdiff, because jdiff's approach is to use the javadoc engine, which means access to the source for the jars being compared plus a whole lot of complexity

Re: [beanutils] PROPOSAL: eliminate core dependency on collections

2004-05-06 Thread robert burrell donkin
On 6 May 2004, at 22:38, Craig McClanahan wrote: robert burrell donkin wrote: On 6 May 2004, at 21:28, Craig McClanahan wrote: robert burrell donkin wrote: snip 2 replace the references to FastHashMap with a private static implementation. consider whether to replace this altogether. +1.

Re: [beanutils] PROPOSAL: eliminate core dependency on collections

2004-05-06 Thread Henri Yandell
Just a note/idea. Shame we're not still on Ant. We could have a system in which classes can be pulled out of cvs from other projects into the building project, package changed to a local one and the public removed. When building a source dist, it would throw it in like that, and the build.xml

Re: [beanutils] PROPOSAL: eliminate core dependency on collections

2004-05-06 Thread Craig McClanahan
robert burrell donkin wrote: On 6 May 2004, at 22:38, Craig McClanahan wrote: robert burrell donkin wrote: On 6 May 2004, at 21:28, Craig McClanahan wrote: robert burrell donkin wrote: snip 2 replace the references to FastHashMap with a private static implementation. consider whether to

[math] BigMatrix - BigDecimal matrix

2004-05-06 Thread Inger, Matthew
I have completed a BigMatrix interface, and a BigMatrixImpl to go along with it. BigMatrix is a matrix interface which is designed to work on BigDecimal objects, rather than on double values. The reason for needing something like this is if someone wants more accuracy than is provided by the

DO NOT REPLY [Bug 28819] - Submission of BigMatrix, a RealMatrix clone to support BigDecimal values

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

DO NOT REPLY [Bug 28819] - Submission of BigMatrix, a RealMatrix clone to support BigDecimal values

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

Re: [beanutils] PROPOSAL: eliminate core dependency on collections

2004-05-06 Thread dion_gillard
Henri Yandell [EMAIL PROTECTED] wrote on 07/05/2004 08:00:09 AM: Just a note/idea. Shame we're not still on Ant. We could have a system in which classes can be pulled out of cvs from other projects into the building project, package changed to a local one and the public removed. What's

Re: [beanutils] PROPOSAL: eliminate core dependency on collections

2004-05-06 Thread Henri Yandell
On Fri, 7 May 2004 [EMAIL PROTECTED] wrote: Henri Yandell [EMAIL PROTECTED] wrote on 07/05/2004 08:00:09 AM: Just a note/idea. Shame we're not still on Ant. We could have a system in which classes can be pulled out of cvs from other projects into the building project, package

Re: [all] BinaryCompatability tester

2004-05-06 Thread Henri Yandell
On Thu, 6 May 2004, robert burrell donkin wrote: community rules :) if people are more comfortable with sourceforge (and two are so far, by my count) then that's cool with me. do any (potential) volunteers feel that the sandbox would be better than the sourceforge? Will answer the rest

Re: [all] BinaryCompatability tester

2004-05-06 Thread Simon Kitching
On Fri, 2004-05-07 at 12:07, Henri Yandell wrote: On Thu, 6 May 2004, robert burrell donkin wrote: community rules :) if people are more comfortable with sourceforge (and two are so far, by my count) then that's cool with me. do any (potential) volunteers feel that the sandbox would

Re: [beanutils] PROPOSAL: eliminate core dependency on collections

2004-05-06 Thread Joe Germuska
At 6:00 PM -0400 5/6/04, Henri Yandell wrote: Just a note/idea. Shame we're not still on Ant. We could have a system in which classes can be pulled out of cvs from other projects into the building project, package changed to a local one and the public removed. When building a source dist, it

RE: [general] library management

2004-05-06 Thread Shapira, Yoav
Hi, I don't understand why the Geronimo team are concerned about large jar files considering they are building a server environment; nevertheless it appears that they are. So I'm willing to give it a stab. (from what dain said earlier) i believe that one aim of geronimo is to create a

cvs commit: jakarta-commons/digester/src/java/org/apache/commons/digester WithDefaultsRulesWrapper.java

2004-05-06 Thread skitching
skitching2004/05/06 18:16:42 Modified:digester/src/java/org/apache/commons/digester WithDefaultsRulesWrapper.java Log: Minor javadoc tidyup Revision ChangesPath 1.7 +4 -4

cvs commit: jakarta-commons/digester/src/java/org/apache/commons/digester ExtendedBaseRules.java

2004-05-06 Thread skitching
skitching2004/05/06 18:21:14 Modified:digester/src/java/org/apache/commons/digester ExtendedBaseRules.java Log: Patch for bug #28486. Also avoid multiple calls to startsWith and endsWith as requested by Robert Donkin. Revision ChangesPath 1.14

cvs commit: jakarta-commons/digester/src/test/org/apache/commons/digester Address.java

2004-05-06 Thread skitching
skitching2004/05/06 18:23:21 Modified:digester/src/test/org/apache/commons/digester Address.java Log: Added CVS id keyword Revision ChangesPath 1.9 +2 -1 jakarta-commons/digester/src/test/org/apache/commons/digester/Address.java Index: Address.java

cvs commit: jakarta-commons/digester/src/test/org/apache/commons/digester/xmlrules CallParamTestObject.java DigesterLoaderRulesTest.java DigesterLoaderTest.java DigesterLoaderTestSuite.java DigesterPatternStackTest.java IncludeTest.java TestDigesterRulesSource.java TestObject.java ThrowExceptionCreationFactory.java

2004-05-06 Thread skitching
skitching2004/05/06 18:30:00 Modified:digester/src/test/org/apache/commons/digester AlphaBean.java BeanPropertySetterRuleTestCase.java BetaBean.java CallMethodRuleTestCase.java DigesterTestCase.java EBRTestCase.java

DO NOT REPLY [Bug 28486] - [digester] ExtendedBaseRules test fails

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

Re: [general] library management

2004-05-06 Thread David Blevins
On Thu, May 06, 2004 at 08:21:56AM -0400, Shapira, Yoav wrote: is just a framework. This is a getting a bit off-topic, but it's an interesting subject. Has the Geronimo team quantified their desire, i.e. determined the upper bound for the Geronimo embedded jar (in KB) before it's considered

cvs commit: jakarta-commons/net/xdocs changes.xml

2004-05-06 Thread scohen
scohen 2004/05/06 20:02:29 Modified:net/xdocs changes.xml Log: clean up release notes page Revision ChangesPath 1.26 +7 -6 jakarta-commons/net/xdocs/changes.xml Index: changes.xml === RCS

cvs commit: jakarta-commons/net build.xml

2004-05-06 Thread scohen
scohen 2004/05/06 20:08:43 Modified:net build.xml Log: update version number to 1.3.0-dev after release of 1.2.1 Revision ChangesPath 1.25 +2 -2 jakarta-commons/net/build.xml Index: build.xml

cvs commit: jakarta-commons/net project.xml

2004-05-06 Thread scohen
scohen 2004/05/06 20:09:41 Modified:net project.xml Log: update version number to 1.3.0-dev after release of 1.2.1 Revision ChangesPath 1.51 +1 -6 jakarta-commons/net/project.xml Index: project.xml

Re: [general] library management

2004-05-06 Thread Simon Kitching
On Fri, 2004-05-07 at 13:58, David Blevins wrote: On Thu, May 06, 2004 at 08:21:56AM -0400, Shapira, Yoav wrote: is just a framework. This is a getting a bit off-topic, but it's an interesting subject. Has the Geronimo team quantified their desire, i.e. determined the upper bound for

Re: [New Proposal] An Imaging wrapper package

2004-05-06 Thread Abey Mullassery
Thanks for the pointers and the suggestions. If there is a need for loading and saving images in various projects already wouldn't it be a good idea to create a common package. The primary goal of the package I proposed was to make it simple. All the feedback I get from the users of PMIW lauds

RE: [beanutils] PROPOSAL: eliminate core dependency on collections

2004-05-06 Thread Noel J. Bergman
frankly I just don't understand the mentality that says it's a good thing to *not* share components that were designed from the get-go to be shared. I think that someone had a good idea to suggest that if package X depends upon package Y, and wants to ship a stripped down Y, it could put out

RE: [net] minimum jdk version?

2004-05-06 Thread Noel J. Bergman
BTW, you should always compile the release jar on JDK1.3, as a 1.4 built one often doesn't run on JDK 1.2/1.3. Do you have a reference to this documented somewhere? I had not heard this. I'm not going to look up specific methods, but the issue is that if JDK 1.3 has a method Class#f(Object),

MultiThreadedConnectionManager based on commons pool

2004-05-06 Thread Andrea Fabris
Hello Everybody! I'm Andrea from italy, and i'm very interested about the jakarta httpclient. I tried it and i find it very easy to use, but i found (i wrote about it some time ago) a bug in the multithredconnectionmanger. It seems that the opened connections are tested for closure only when

RE: MultiThreadedConnectionManager based on commons pool

2004-05-06 Thread Kalnichevski, Oleg
Hi Andrea I (all of us, I suppose) are very glad that you find HttpClient useful. The commons-pool is a great and well tested library by itself. No discussion about that. However, we should be very selective about external dependencies. This issue would not be taken lightly. There are enough

Requests hanging, not timing out

2004-05-06 Thread ogjunk-httpclient
Hello, I am using HttpClient from CVS HEAD from exactly 1 month ago (May 6, 2004). Although I set the time-out to 5 seconds, I noticed that it does not always work, and because of that my application often hangs indefinitely. Perhaps I'm not using the API correctly. Here are the relevant

Re: Requests hanging, not timing out

2004-05-06 Thread Oleg Kalnichevski
Otis, Nowhere in your code do I see you set socket timeout. Connection timeout determines the time HttpClient spends waiting a connection to be established. The connection timeout does not affect socket I/O operations. Try this: _client.getHttpConnectionManager().getParams().setSoTimeout(5000);

Re: Requests hanging, not timing out

2004-05-06 Thread ogjunk-httpclient
I like bleeding edge code, I'll try it as soon as you have it ready. I am now using the current HEAD and setting the timeout as you suggested. What is the difference between connection and socket timeout, and is connection timeout even needed if I set a socket timeout? Thanks, Otis --- Oleg

Re: Requests hanging, not timing out

2004-05-06 Thread Oleg Kalnichevski
On Thu, 2004-05-06 at 20:33, [EMAIL PROTECTED] wrote: I like bleeding edge code, I'll try it as soon as you have it ready. I am now using the current HEAD and setting the timeout as you suggested. What is the difference between connection and socket timeout, and is connection timeout even

Requests hanging, not timing out

2004-05-06 Thread Otis Gospodnetic
Hello, I am using HttpClient from CVS HEAD from exactly 1 month ago (May 6, 2004). Although I set the time-out to 5 seconds, I noticed that it does not always work, and because of that my application often hangs indefinitely. Perhaps I'm not using the API correctly. Here are the relevant