[Attributes] Ant build file broken

2004-07-28 Thread Stefan Bodewig
it contains some absolute paths. Could you please fix it? AFAIK this is a known problem with the Maven Ant plugin that is supposed to be fixed with the latest release. Stefan - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: [Attributes] Ant build file broken

2004-07-28 Thread Craig McClanahan
On Wed, 28 Jul 2004 08:13:15 +0200, Stefan Bodewig [EMAIL PROTECTED] wrote: it contains some absolute paths. Could you please fix it? AFAIK this is a known problem with the Maven Ant plugin that is supposed to be fixed with the latest release. Unfortunately, the fix for this problem (in

Re: [Attributes] Ant build file broken

2004-07-28 Thread Stefan Bodewig
On Tue, 27 Jul 2004, Craig McClanahan [EMAIL PROTECTED] wrote: On Wed, 28 Jul 2004 08:13:15 +0200, Stefan Bodewig [EMAIL PROTECTED] wrote: it contains some absolute paths. Could you please fix it? AFAIK this is a known problem with the Maven Ant plugin that is supposed to be fixed with the

RE : [Attributes] Ant build file broken

2004-07-28 Thread Heritier Arnaud
The problem is fixed in the last release of the ant plugin. You can update it with this command : maven plugin:download -DgroupId=maven -DartifactId=maven-ant-plugin -Dversion=1.8 Cheers. Arnaud -Message d'origine- De : Stefan Bodewig [mailto:[EMAIL PROTECTED] Envoyé : mercredi 28

Re: [Attributes] Ant build file broken

2004-07-28 Thread Leo Sutic
Will fix. Thanks for pointing out. (Seems like the build.xml got clobbered somewhere - it generates the wrong jars as well.) /LS - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [Attributes] Ant build file broken

2004-07-28 Thread Stefan Bodewig
On Wed, 28 Jul 2004, Leo Sutic [EMAIL PROTECTED] wrote: Will fix. Thanks. Thanks for pointing out. Actually, Gump did 8-) Stefan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

[GUMP@brutus]: jakarta-commons/commons-primitives failed

2004-07-28 Thread Gump
://brutus.apache.org/gump/public/jakarta-commons/commons-primitives/index.html That said, some snippets follow: The following annotations were provided: -DEBUG- Sole jar [commons-primitives-20040728.jar] identifier set to project name -INFO- Enable verbose output, due to 3 previous error(s). -INFO

RE: [lang] ArrayUtils monster file

2004-07-28 Thread Jörg Schaible
Martin Cooper wrote on Wednesday, July 28, 2004 7:10 AM: We should think about this from the client's perspective. Clients generally don't care how big the underlying implementation is. What they care about is having a meaningful API to call. If we start changing the client API simply

[GUMP@brutus]: jakarta-commons/commons-attributes failed

2004-07-28 Thread Sam Ruby
/local/gump/public/workspace/xml-xerces2/java/build/xml-apis.jar org.apache.tools.ant.Main -verbose -Dgump.merge=/usr/local/gump/public/gump/work/merge.xml -Dbuild.sysclasspath=only -Dfinal.name.api=commons-attributes-api-20040728 -Dfinal.name.compiler=commons-attributes-compiler-20040728 dist

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

2004-07-28 Thread Morgan Delagrange
-tags-jsl/index.html That said, some snippets follow: The following annotations were provided: -DEBUG- Sole jar [commons-jelly-tags-jsl-20040728.jar] identifier set to project name -INFO- Enable verbose output, due to 3 previous error(s). -INFO- Failed with reason build failed -INFO- Enable

[GUMP@brutus]: jakarta-commons-sandbox/commons-resources failed

2004-07-28 Thread Stefan Bodewig
/index.html That said, some snippets follow: The following annotations were provided: -DEBUG- Sole jar [commons-resources-20040728.jar] identifier set to project name -INFO- Enable verbose output, due to 3 previous error(s). -INFO- Failed with reason build failed -INFO- Enable debug output, due

cvs commit: jakarta-commons/attributes build.xml

2004-07-28 Thread leosutic
leosutic2004/07/28 02:48:30 Modified:attributes build.xml Log: Fixed. Revision ChangesPath 1.6 +157 -183 jakarta-commons/attributes/build.xml Index: build.xml === RCS file:

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

2004-07-28 Thread Morgan Delagrange
: Project Management Tools Full details are available at: http://brutus.apache.org/gump/public/jelly-tags/commons-jelly-tags-define/index.html That said, some snippets follow: The following annotations were provided: -DEBUG- Sole jar [commons-jelly-tags-define-20040728.jar] identifier set

RE: [lang] ArrayUtils monster file

2004-07-28 Thread Stephen Colebourne
1) This change should only be supported if it moves methods not yet released. 2) The new utils class must have a clear scope, which will give it a clear name. 3) Size is not the first factor, API is. In this case, the intent of the add/addAll/remove/indexOf methods is to make an array look and

Re: [lang] ArrayUtils monster file

2004-07-28 Thread Leo Sutic
On Wed, 28 Jul 2004 12:45:45 +0100 (BST), Stephen Colebourne [EMAIL PROTECTED] wrote: 1) This change should only be supported if it moves methods not yet released. 2) The new utils class must have a clear scope, which will give it a clear name. 3) Size is not the first factor, API is.

Re: [VOTE][betwixt] approve betwixt 0.6 release plan

2004-07-28 Thread Davanum Srinivas
+1 from me. -- dims On Tue, 27 Jul 2004 22:15:50 +0100, robert burrell donkin [EMAIL PROTECTED] wrote: the release plan has been on the wiki (http://wiki.apache.org/jakarta-commons/Betwixt/0_2e6ReleasePlan) for a few days now with no comments. betwixt 0.6 will be a baseline release for the

TransformedList should return transformed iterator?

2004-07-28 Thread Andriy Palamarchuk
Currently TransformedList does not redefine iterator() method and as result returns iterator for original, not transformed objects. The same problem probably exists for other Transformed* collections. Shouldn't this class return TransformedListIterator instead with following change: @@ -115,6

Re: TransformedList should return transformed iterator?

2004-07-28 Thread Andriy Palamarchuk
Ok, I see that TransformedListIterator still returns original objects, not the transformed ones, so the suggested change is not applicable. Is it possible to make methods iterator, listIterator return iterators over transformed objects, not the original ones, e.g. with using TransformIterator?

Re: TransformedList should return transformed iterator?

2004-07-28 Thread Niall Pemberton
Could you prefix your messages with the commons component you're talking about please. For example [collections] - which I'm guessing this is. Thanks Niall - Original Message - From: Andriy Palamarchuk [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, July 28, 2004 2:43 PM

[Jakarta Commons Wiki] Updated: BeanUtils/1.7.0ReleasePlan

2004-07-28 Thread commons-dev
Date: 2004-07-28T10:12:54 Editor: RobertBurrellDonkin [EMAIL PROTECTED] Wiki: Jakarta Commons Wiki Page: BeanUtils/1.7.0ReleasePlan URL: http://wiki.apache.org/jakarta-commons/BeanUtils/1.7.0ReleasePlan Updated release status Change Log:

cvs commit: jakarta-commons/beanutils/optional/bean-collections/xdocs index.xml

2004-07-28 Thread rdonkin
rdonkin 2004/07/28 10:15:51 Modified:beanutils/optional/bean-collections/xdocs Tag: RELEASE_BEANUTILS_1_7_0_BRANCH index.xml Log: Added release information Revision ChangesPath No revision No revision

DBCP issues??

2004-07-28 Thread Shishir K. Singh
Hello, Please refer to the link http://forum.hibernate.org/viewtopic.php?t=931132 Does anyone have any comment on this? Thanks Shsihir

RE: DBCP issues??

2004-07-28 Thread Shapira, Yoav
Hi, I posted a comment on it just now. Yoav Shapira Millennium Research Informatics -Original Message- From: Shishir K. Singh [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 28, 2004 1:49 PM To: [EMAIL PROTECTED] Subject: DBCP issues?? Hello, Please refer to the link

[VOTE] release beanutils 1.7.0

2004-07-28 Thread robert burrell donkin
the release candidate has been available for a week now with no problems reported. there have been a number of small improvements to the documentation since then but no major changes to the code base. i would therefore like to propose that we cut beanutils 1.7.0 from the head of the release

Re: [digester] dependencies for 1.6 release

2004-07-28 Thread robert burrell donkin
On 26 Jul 2004, at 17:59, Craig McClanahan wrote: On Mon, 26 Jul 2004 20:07:59 +1200, Simon Kitching [EMAIL PROTECTED] wrote: On Mon, 2004-07-26 at 19:13, robert burrell donkin wrote: snip And will the Digester 1.x series be committed to depending on collections, with the happy coincidence that

cvs commit: jakarta-commons/codec/src/java/org/apache/commons/codec/binary Hex.java

2004-07-28 Thread ggregory
ggregory2004/07/28 12:27:45 Modified:codec/src/java/org/apache/commons/codec/binary Hex.java Log: Javadoc tweak. Revision ChangesPath 1.14 +2 -2 jakarta-commons/codec/src/java/org/apache/commons/codec/binary/Hex.java Index: Hex.java

Re: [VOTE] release beanutils 1.7.0

2004-07-28 Thread Yoav Shapira
Hola, -8 [ X ] +1 I fully support this release [ ] +0 I give qualified support to this release [ ] -0 I have reservations about this release [ ] -1 This release should not be cut

Re: [collections] TransformedList should return transformed iterator?

2004-07-28 Thread Stephen Colebourne
Could you file a Bugzilla report for this please ;-) Stephen - Original Message - From: Andriy Palamarchuk [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, July 28, 2004 3:24 PM Subject: Re: TransformedList should return transformed iterator? Ok, I see that

DO NOT REPLY [Bug 30371] New: - readme lists deprecate maven goal and old maven URL

2004-07-28 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=30371. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 30371] - readme lists deprecate maven goal and old maven URL

2004-07-28 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=30371. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: [VOTE] release beanutils 1.7.0

2004-07-28 Thread Niall Pemberton
[X] +1 I fully support this release [ ] +0 I give qualified support to this release [ ] -0 I have reservations about this release [ ] -1 This release should not be cut ---

Re: [digester] dependencies for 1.6 release

2004-07-28 Thread Simon Kitching
On Thu, 2004-07-29 at 07:24, robert burrell donkin wrote: On 26 Jul 2004, at 17:59, Craig McClanahan wrote: On Mon, 26 Jul 2004 20:07:59 +1200, Simon Kitching [EMAIL PROTECTED] wrote: On Mon, 2004-07-26 at 19:13, robert burrell donkin wrote: snip And will the Digester 1.x series be

Re: [VOTE] release beanutils 1.7.0

2004-07-28 Thread Dion Gillard
[X] +1 I fully support this release [ ] +0 I give qualified support to this release [ ] -0 I have reservations about this release [ ] -1 This release should not be cut -- http://www.multitask.com.au/people/dion/ - To

HttpClient 2.0: Null pointer exception

2004-07-28 Thread COURTAULT Francois
Hello, We have a multi threaded Java program which send HTTP POST to a server. Sometimes we got this stack trace: java.lang.NullPointerException GCSM1Container at org.apache.commons.httpclient.HttpParser.readRawLine(HttpParser.java:109) GCSM1Container at

Re: HttpRecoverableException: failed to attemt retry

2004-07-28 Thread d . madama
Daniele, It's hard to say why the HttpRecoverableException is thrown repeatedly. I'd be able to say more if you produced a wire/debug log of the session that exhibits the problem Please see HttpClient logging guide for details as to how wire/debug logging can be activated