DO NOT REPLY [Bug 29605] - [VFS] new srcdir and includes attributes for ANT tasks

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

[jxpath] bug in DOMNodePointer?

2004-06-17 Thread Nikolay Tsankov
class org.apache.commons.jxpath.ri.model.dom.DOMNodePointer in method public NodePointer createChild(JXPathContext context, QName name, int index) has NodeIterator it = childIterator(new NodeNameTest(name), false, null); Now where is the namespaceUri of this NodeNameTest constructor? In case

Re: [configuration] AbstractConfiguration.Container

2004-06-17 Thread Emmanuel Bourg
Eric Pugh wrote: To be honest, I never quite grokked the AbstractConfiguration.Container.. It seemed to be used to distingush between a List and a non list... I experimented a removal of AbstractConfiguration.Container and it seems to work fine, all test cases were ok. I'll remove it after the

Re: [commons-collections] [Patch] ExtendedProperties

2004-06-17 Thread Emmanuel Bourg
Wolfgang Hoschek wrote: I believe there is a bug in ExtendedProperties that causes the following config file to be parsed incorrectly on load(...): allow.meta=a allow.meta=b, c, d I've added a test in [configuration] to cover this case, it seems the bug was already fixed there. BTW, please

[Jakarta Commons Wiki] Updated: DBCP

2004-06-17 Thread commons-dev
Date: 2004-06-17T02:41:16 Editor: 61.240.19.130 Wiki: Jakarta Commons Wiki Page: DBCP URL: http://wiki.apache.org/jakarta-commons/DBCP no comment Change Log: -- @@ -1,5 +1,7 @@ = DBCP Overview = +

[Jakarta Commons Wiki] Updated: DBCP

2004-06-17 Thread commons-dev
Date: 2004-06-17T02:43:31 Editor: 62.116.38.218 Wiki: Jakarta Commons Wiki Page: DBCP URL: http://wiki.apache.org/jakarta-commons/DBCP no comment Change Log: -- @@ -1,7 +1,6 @@ = DBCP Overview =

RE: [configuration] AbstractConfiguration.Container

2004-06-17 Thread Eric Pugh
Why wait? If we can toss it, let's do it, as I'm guessing we won't get much testing exposure post 1.0 on the codebase before ripping it up for 2.0... -Original Message- From: Emmanuel Bourg [mailto:[EMAIL PROTECTED] Sent: Thursday, June 17, 2004 11:13 AM To: Jakarta Commons

Re: Accidental ANN replies Was: [ANOUNCEMENT] Commons Collections 3.1-RC1 and 2.1.1 released

2004-06-17 Thread Dennis Lundberg
Henri Yandell wrote: Yep. Can see them in the archives. Odd, could have sworn that I saw Gary's in the moderation queue. Possibly we should Bcc announcements rather than Cc'ing it to avoid this kind of thing in the future. I think that would mess up some e-mail filters for people. I filter all

Re: [configuration] AbstractConfiguration.Container

2004-06-17 Thread Oliver Heger
A related question is the behavior of getProperty() if the requested property has multiple values. At the moment the Container class is used to make a difference whether the property has a single value of type Collection or multiple values. Without the Container class this difference cannot be

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

2004-06-17 Thread bayard
bayard 2004/06/17 06:36:17 Modified:beanutils/xdocs index.xml Log: typo Revision ChangesPath 1.6 +1 -1 jakarta-commons/beanutils/xdocs/index.xml Index: index.xml === RCS file:

Re: [configuration] getProperties ?

2004-06-17 Thread Emmanuel Bourg
Eric Pugh wrote: However, since it is only at the AbstractConfiguration level, I think delete it. getProperties(String, Properties) is only defined in AbstractConfiguration but getProperties(String) is defined in the Configuration interface. I guess getList and getProperties were added at the

Re: [configuration] NoSuchElementException vs null

2004-06-17 Thread Emmanuel Bourg
Eric Pugh wrote: The thing is though that I think that in typical use, the NoSuchElementException wouldn't be caught.. Instead, it would get thrown up the call stack until somethign could properly handle it. I agree, no one is going to catch this exception, it's easier to use containsKey to

cvs commit: jakarta-commons/configuration/src/test/org/apache/commons/configuration TestPropertiesConfiguration.java

2004-06-17 Thread ebourg
ebourg 2004/06/17 07:39:54 Modified:configuration/conf test.properties configuration/src/test/org/apache/commons/configuration TestPropertiesConfiguration.java Log: Added a test for list properties specified as a comma separated values and

DO NOT REPLY [Bug 29642] New: - Error in catching exception and checking instanceof

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

DO NOT REPLY [Bug 29643] New: - Discovery doesnt run on locked down webapps

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

DO NOT REPLY [Bug 29643] - Discovery doesnt run on locked down webapps

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

cvs commit: jakarta-commons/configuration/src/test/org/apache/commons/configuration TestPropertiesConfiguration.java

2004-06-17 Thread ebourg
ebourg 2004/06/17 08:30:29 Modified:configuration/src/test/org/apache/commons/configuration TestPropertiesConfiguration.java Log: copy/paste fix :) Revision ChangesPath 1.9 +4 -4

Re: [configuration] AbstractConfiguration.Container

2004-06-17 Thread Emmanuel Bourg
Eric Pugh wrote: Why wait? If we can toss it, let's do it, as I'm guessing we won't get much testing exposure post 1.0 on the codebase before ripping it up for 2.0... Well I'm a bit hesitant to risk this change right before the 1.0 release, I'm not sure I understood the whole picture that's why

RE: [configuration] AbstractConfiguration.Container

2004-06-17 Thread Eric Pugh
Okay.. You're the man on the spot! It works for me. -Original Message- From: Emmanuel Bourg [mailto:[EMAIL PROTECTED] Sent: Thursday, June 17, 2004 5:58 PM To: Jakarta Commons Developers List Subject: Re: [configuration] AbstractConfiguration.Container Eric Pugh wrote: Why

RE: [ANNOUNCEMENT] Jakarta Commons-Logging 1.0.4 Released

2004-06-17 Thread Gary Gregory
The page http://jakarta.apache.org/commons/logging/RELEASE-NOTES.txt contains the 1.0.3 release notes. Gary -Original Message- From: robert burrell donkin [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 16, 2004 02:35 To: Jakarta Commons Developers List Subject: [ANNOUNCEMENT]

DO NOT REPLY [Bug 29402] - ClassCastException when using commons-el.jar and standard.jar el evaluator

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

Re: [commons-collections] [Patch] ExtendedProperties

2004-06-17 Thread Wolfgang Hoschek
BTW, please don't deprecate ExtendedProperties and refer people to future Commons-Configuration. The Commons-Configuration complexity and their dependencies are a big big mess for someone who simply and conveniently wants to read in some configuration values. ExtendedProperties is ideal for

Re: [commons-collections] [Patch] ExtendedProperties

2004-06-17 Thread Mark R. Diggory
Wolfgang Hoschek wrote: BTW, please don't deprecate ExtendedProperties and refer people to future Commons-Configuration. The Commons-Configuration complexity and their dependencies are a big big mess for someone who simply and conveniently wants to read in some configuration values.

cvs commit: jakarta-commons-sandbox/vfs/src/test/org/apache/commons/vfs/cache NullFilesCacheTests.java

2004-06-17 Thread imario
imario 2004/06/17 12:25:40 Modified:vfs/src/test/org/apache/commons/vfs/cache NullFilesCacheTests.java Log: wrong check Revision ChangesPath 1.3 +3 -3

cvs commit: jakarta-commons-sandbox/vfs/xdocs download.xml

2004-06-17 Thread imario
imario 2004/06/17 12:36:15 Modified:vfs/xdocs download.xml Log: updated dependencies Revision ChangesPath 1.12 +11 -3 jakarta-commons-sandbox/vfs/xdocs/download.xml Index: download.xml ===

DO NOT REPLY [Bug 29650] New: - FTP with Ant

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

DO NOT REPLY [Bug 29605] - [VFS] new srcdir and includes attributes for ANT tasks

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

Re: [vfs][all][poll]regular expression library or jdk1.4 as minimum requirement

2004-06-17 Thread Daniel F. Savarese
In message [EMAIL PROTECTED], Rami Ojares writes: The problem with having a generic interface for different regex implementation s is that the syntax and semantics of regexes are different. I want to know EXACTLY what my regexes match and what constucts/syntax I can use. Somehow I missed this

[commons-chain] Configuration of the ChainBase class

2004-06-17 Thread Manfred Wolff
Moin. Short description: We use commons-chain in a productive project for configuring strategies and filters. The user itsself should be able to customize the chains and brings the right order in chains (commands, filters ...). Some commands has dependencies to other commands so it might be

Re: [vfs][all][poll][RESULT] regular expression library or jdk1.4 as minimum requirement

2004-06-17 Thread Daniel F. Savarese
In message [EMAIL PROTECTED], Mario Ivankovits writes: Whew! Fast work, thank you. If no one involved in VFS has the time to get involved as a committer for jakarta-oro, I need to know more or less by when you would need a 2.1 release of jakarta-oro to be released so you don't have to ask users

DO NOT REPLY [Bug 29605] - [VFS] new srcdir and includes attributes for ANT tasks

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

cvs commit: jakarta-commons/math/src/test/org/apache/commons/math/util MathUtilsTest.java

2004-06-17 Thread psteitz
psteitz 2004/06/17 14:31:01 Modified:math/src/java/org/apache/commons/math/util MathUtils.java math/src/test/org/apache/commons/math/util MathUtilsTest.java Log: Added equals and hash methods for comparing / hashing double values. Revision

cvs commit: jakarta-commons/math/src/test/org/apache/commons/math/stat/univariate/summary ProductTest.java SumLogTest.java SumSqTest.java SumTest.java

2004-06-17 Thread psteitz
psteitz 2004/06/17 14:37:05 Modified:math/src/test/org/apache/commons/math/stat/univariate/moment FirstMomentTest.java GeometricMeanTest.java KurtosisTest.java MeanTest.java SkewnessTest.java

cvs commit: jakarta-commons/math/src/test/org/apache/commons/math TestUtils.java

2004-06-17 Thread psteitz
psteitz 2004/06/17 14:41:56 Modified:math/src/test/org/apache/commons/math TestUtils.java Log: Added method to verify that serialization / deserialization preserves equals and hashCode (when this is supported). Revision ChangesPath 1.14 +12 -1

DO NOT REPLY [Bug 29428] - Digester does not keep root variable in sync...

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

cvs commit: jakarta-commons/math/src/java/org/apache/commons/math/stat/univariate AbstractStorelessUnivariateStatistic.java

2004-06-17 Thread psteitz
psteitz 2004/06/17 15:31:58 Modified:math/src/java/org/apache/commons/math/stat/univariate AbstractStorelessUnivariateStatistic.java Log: Implemented equals and hashcode. Revision ChangesPath 1.16 +30 -1

cvs commit: jakarta-commons/math/src/test/org/apache/commons/math/stat/univariate StorelessUnivariateStatisticAbstractTest.java

2004-06-17 Thread psteitz
psteitz 2004/06/17 15:33:23 Modified:math/src/test/org/apache/commons/math/stat/univariate StorelessUnivariateStatisticAbstractTest.java Log: Added tests for equals and hashcode. Revision ChangesPath 1.13 +55 -1

[GUMP@gump]: jakarta-commons/commons-jexl failed

2004-06-17 Thread Ted Husted
: 'Failed', Reason 'Pre-Build Failed' Full details are available at: /jakarta-commons/commons-jexl/index.html That said, some snippets follow: The following annotations were provided: -DEBUG- Sole jar [commons-jexl-20040617.jar] identifier set to project name -INFO- Failed with reason pre-build

[GUMP@gump]: jakarta-commons/commons-jexl failed

2004-06-17 Thread Ted Husted
: 'Failed', Reason 'Pre-Build Failed' Full details are available at: /jakarta-commons/commons-jexl/index.html That said, some snippets follow: The following annotations were provided: -DEBUG- Sole jar [commons-jexl-20040617.jar] identifier set to project name -INFO- Failed with reason pre-build

cvs commit: jakarta-commons/math/src/java/org/apache/commons/math/stat/univariate SummaryStatisticsImpl.java

2004-06-17 Thread psteitz
psteitz 2004/06/17 16:27:52 Modified:math/src/java/org/apache/commons/math/stat/univariate SummaryStatisticsImpl.java Log: Added missing statistics in toString. Revision ChangesPath 1.5 +8 -5

[GUMP@gump]: jakarta-commons/commons-io failed

2004-06-17 Thread Ted Husted
', Reason 'Build Failed' Full details are available at: /jakarta-commons/commons-io/index.html That said, some snippets follow: The following annotations were provided: -DEBUG- Sole jar [jakarta-commons-io-20040617.jar] identifier set to project name -INFO- Enable verbose output, due to 1

[GUMP@gump]: jakarta-commons/commons-io failed

2004-06-17 Thread Ted Husted
', Reason 'Build Failed' Full details are available at: /jakarta-commons/commons-io/index.html That said, some snippets follow: The following annotations were provided: -DEBUG- Sole jar [jakarta-commons-io-20040617.jar] identifier set to project name -INFO- Enable verbose output, due to 1

Re: [vfs][all][poll]regular expression library or jdk1.4 as minimum requirement

2004-06-17 Thread Rami Ojares
Since the whole point of the VFS discussion appears to be to support users who aren't using J2SE 1.4, all you have to do is use the syntax subset shared by Perl5 and java.util.regex, which is rather rich and useful. Anyway, that's my take given my understanding of what's being discussed.

cvs commit: jakarta-commons/math/src/test/org/apache/commons/math/random EmpiricalDistributionTest.java

2004-06-17 Thread psteitz
psteitz 2004/06/17 16:51:33 Modified:math/src/test/org/apache/commons/math/random EmpiricalDistributionTest.java Log: Added serialization tests. Revision ChangesPath 1.18 +26 -1

[GUMP@gump]: jakarta-commons-sandbox/commons-id failed

2004-06-17 Thread Adam Jack
-logging.jar:/var/gump/ws/jakarta-commons/logging/dist/commons-logging-api.jar:/var/gump/ws/jakarta-commons/codec/dist/commons-codec-20040617.jar:/var/gump/ws/dist/junit/junit.jar- Incorrectly built binary which accesses errno or h_errno directly. Needs

[GUMP@gump]: jakarta-commons-sandbox/commons-id failed

2004-06-17 Thread Adam Jack
-logging.jar:/var/gump/ws/jakarta-commons/logging/dist/commons-logging-api.jar:/var/gump/ws/jakarta-commons/codec/dist/commons-codec-20040617.jar:/var/gump/ws/dist/junit/junit.jar- Incorrectly built binary which accesses errno or h_errno directly. Needs

[GUMP@gump]: commons-vfs/commons-vfs failed

2004-06-17 Thread commons-vfs development
: 'Failed', Reason 'Configuration Failed' Full details are available at: /commons-vfs/commons-vfs/index.html That said, some snippets follow: The following annotations were provided: -DEBUG- Sole jar [commons-vfs-20040617.jar] identifier set to project name -INFO- Failed with reason configuration

[GUMP@gump]: commons-vfs/commons-vfs failed

2004-06-17 Thread commons-vfs development
: 'Failed', Reason 'Configuration Failed' Full details are available at: /commons-vfs/commons-vfs/index.html That said, some snippets follow: The following annotations were provided: -DEBUG- Sole jar [commons-vfs-20040617.jar] identifier set to project name -INFO- Failed with reason configuration

cvs commit: jakarta-commons/math/src/test/org/apache/commons/math/stat/univariate InteractionTest.java

2004-06-17 Thread psteitz
psteitz 2004/06/17 18:30:52 Modified:math/src/test/org/apache/commons/math/stat/univariate InteractionTest.java Log: Eliminated no-op increments which will throw once *silent* increment does. Revision ChangesPath 1.10 +1 -5

RE: [GUMP@gump]: jakarta-commons/commons-net failed

2004-06-17 Thread Martin Cooper
That said, some snippets follow: The following annotations were provided: -DEBUG- Sole jar [commons-net-20040617.jar] identifier set to project name -INFO- Failed with reason pre-build failed To subscribe to this information via syndicated feeds: RSS: /jakarta-commons/commons-net

cvs commit: jakarta-commons/math/src/java/org/apache/commons/math/stat/univariate/moment Kurtosis.java

2004-06-17 Thread psteitz
psteitz 2004/06/17 21:14:27 Modified:math/src/java/org/apache/commons/math/stat/univariate/moment Kurtosis.java Log: Javadoc. Revision ChangesPath 1.21 +2 -2

cvs commit: jakarta-commons/math/src/java/org/apache/commons/math/util DefaultTransformer.java TransformerMap.java package.html

2004-06-17 Thread psteitz
psteitz 2004/06/17 21:59:06 Modified:math/src/java/org/apache/commons/math/util DefaultTransformer.java TransformerMap.java package.html Log: Formatting only. Eliminated tabs. Revision ChangesPath 1.15 +12 -12

[GUMP@gump]: jakarta-commons/commons-net failed

2004-06-17 Thread Stefan Bodewig
: 'Failed', Reason 'Pre-Build Failed' Full details are available at: /jakarta-commons/commons-net/index.html That said, some snippets follow: The following annotations were provided: -DEBUG- Sole jar [commons-net-20040617.jar] identifier set to project name -INFO- Failed with reason pre-build

[GUMP@gump]: jakarta-commons/commons-net failed

2004-06-17 Thread Stefan Bodewig
: 'Failed', Reason 'Pre-Build Failed' Full details are available at: /jakarta-commons/commons-net/index.html That said, some snippets follow: The following annotations were provided: -DEBUG- Sole jar [commons-net-20040617.jar] identifier set to project name -INFO- Failed with reason pre-build

[GUMP@gump]: jakarta-commons-codec-11/commons-codec-11 failed

2004-06-17 Thread Tim OBrien
: 'Failed', Reason 'Build Failed' Full details are available at: /jakarta-commons-codec-11/commons-codec-11/index.html That said, some snippets follow: The following annotations were provided: -DEBUG- Sole jar [commons-codec-20040617.jar] identifier set to project name -INFO- Enable verbose

[GUMP@gump]: jakarta-commons-codec-11/commons-codec-11 failed

2004-06-17 Thread Tim OBrien
: 'Failed', Reason 'Build Failed' Full details are available at: /jakarta-commons-codec-11/commons-codec-11/index.html That said, some snippets follow: The following annotations were provided: -DEBUG- Sole jar [commons-codec-20040617.jar] identifier set to project name -INFO- Enable verbose

[GUMP@gump]: jakarta-commons-sandbox/commons-email failed

2004-06-17 Thread dIon Gillard
: 'Failed', Reason 'Build Failed' Full details are available at: /jakarta-commons-sandbox/commons-email/index.html That said, some snippets follow: The following annotations were provided: -DEBUG- Sole jar [commons-email-20040617.jar] identifier set to project name -INFO- Enable verbose output

[GUMP@gump]: jakarta-commons-sandbox/commons-email failed

2004-06-17 Thread dIon Gillard
: 'Failed', Reason 'Build Failed' Full details are available at: /jakarta-commons-sandbox/commons-email/index.html That said, some snippets follow: The following annotations were provided: -DEBUG- Sole jar [commons-email-20040617.jar] identifier set to project name -INFO- Enable verbose output

DO NOT REPLY [Bug 29636] New: - Setting different MAX_HOST_CONNECTION values per host using a single MultiThreadedHttpConnectionManager

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

Connection Keep Alive feature and multi threaded connection manager

2004-06-17 Thread Juan Pedro López Sáez
Hello everybody. One of my applications is using HttpClient to connect to an external server and send some data. It's a multi threaded application in which every new thread creates a HttpClient object with the simple connection manager to do its job. As a general rule, I want to switch to the

Re: Connection Keep Alive feature and multi threaded connection manager

2004-06-17 Thread Michael Becke
Hi Juan, If the server does not support persistent connections then, as you say, reusing connections will not help performance much. The only benefit I can see is in the reduction of objects being created. Reusing the connection manager will reduce the instances of

RE: Invalid RSA modulus size

2004-06-17 Thread Kalnichevski, Oleg
Tim, I have had good results with IAIK JCE SSL libraries. They are neither free nor open-source but seem just fine otherwise http://jce.iaik.tugraz.at/products/index.php You'd still need to check with the IAIK's technical folks if their JCE implementation is capable of handling larger keys

RE: Connection Keep Alive feature and multi threaded connection manager

2004-06-17 Thread Linh Pham
I think we can tell the server that we want persistent connection by settting the Http header provided that the server supports persistency method.setRequestHeader(Connection,keep-alive); From: Michael Becke [EMAIL PROTECTED]@CHOICEPOINT [mailto:Michael Becke

[GUMP@gump]: jakarta-commons/commons-httpclient failed

2004-06-17 Thread Stefan Bodewig
/logging/dist/commons-logging-api.jar:/var/gump/ws/jakarta-commons/codec/dist/commons-codec-20040617.jar- [javac] GetMethod get = new GetMethod(url); [javac] ^ [javac] /var/gump/ws

[GUMP@gump]: commons-httpclient-20-branch/commons-httpclient-2.0-branch failed

2004-06-17 Thread Stefan Bodewig
: The following annotations were provided: -DEBUG- Sole jar [commons-httpclient-2.0-20040617.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. The following work