[Jakarta Commons Wiki] Updated: TitleIndex

2004-07-15 Thread commons-dev
Date: 2004-07-14T23:03:22 Editor: DirkVerbeeck [EMAIL PROTECTED] Wiki: Jakarta Commons Wiki Page: TitleIndex URL: http://wiki.apache.org/jakarta-commons/TitleIndex 1084953518 Change Log: -- @@ -8,146

[io] FileUtils.touch() on Windows

2004-07-15 Thread Stephen Colebourne
I just ran the IO tests on JDK1.4.1 on Windows, and the FileUtils.touch() test failed. There was 1 failure: 1) testTouch(org.apache.commons.io.FileUtilsTestCase)junit.framework.AssertionF ailedError: Set lastModified to 0. expected:0 but was:1089878988000 at

Re: [BETWIXT] Array of bytes anyone?

2004-07-15 Thread Henning P. Schmiedehausen
Inger, Matthew [EMAIL PROTECTED] writes: If you're going to put something like binary, I would encourage you to put an encoding style there: foo bar encoding=base64.../bar /foo This would give people other methods of encoding in the future. As for the mapping, I think something like: That's

cvs commit: jakarta-commons/io/src/java/org/apache/commons/io FileUtils.java

2004-07-15 Thread scolebourne
scolebourne2004/07/15 01:21:14 Modified:io/src/test/org/apache/commons/io FileUtilsTestCase.java io/src/java/org/apache/commons/io FileUtils.java Log: FileUtils.read/write byte array methods Revision ChangesPath 1.21 +43 -3

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

2004-07-15 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-20040715.jar] identifier set to project name -INFO- Enable verbose output, due to 13 previous error(s). -INFO

Re: [io] FileUtils.touch() on Windows

2004-07-15 Thread Jeremias Maerki
No, it works fine here on WinXP under JDK 1.4.2_05. But I've just realized that the the last change to touch() broke JDK 1.3 compatibility. I'm looking at it now. On 15.07.2004 10:13:02 Stephen Colebourne wrote: I just ran the IO tests on JDK1.4.1 on Windows, and the FileUtils.touch() test

cvs commit: jakarta-commons/io/src/java/org/apache/commons/io FileUtils.java

2004-07-15 Thread jeremias
jeremias2004/07/15 02:16:17 Modified:io/src/java/org/apache/commons/io FileUtils.java Log: Bugfix for listFiles for directories where the current user has no rights. Reestablish JDK 1.3 compatibility for touch(). Revision ChangesPath 1.35 +11 -7

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

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

Re: [io] FileUtils.touch() on Windows

2004-07-15 Thread Jeremias Maerki
Just installed JDK 1.4.1_07 on my WinXP box. I can't reproduce your problem. On 15.07.2004 10:13:02 Stephen Colebourne wrote: I just ran the IO tests on JDK1.4.1 on Windows, and the FileUtils.touch() test failed. There was 1 failure: 1)

cvs commit: jakarta-commons/io/src/test/org/apache/commons/io FileUtilsTestCase.java

2004-07-15 Thread jeremias
jeremias2004/07/15 02:49:53 Modified:io/src/test/org/apache/commons/io FileUtilsTestCase.java Log: Testing prerequisites for touch() test, making it safer. Revision ChangesPath 1.22 +5 -1 jakarta-commons/io/src/test/org/apache/commons/io/FileUtilsTestCase.java

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

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

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

2004-07-15 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-20040715.jar] identifier set

DO NOT REPLY [Bug 30119] New: - Attributes Compiler ignores Sub-Packages

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

DO NOT REPLY [Bug 30119] - Attributes Compiler ignores Sub-Packages

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

RE: [workflow] new contributor

2004-07-15 Thread Shapira, Yoav
Hi, I'd also like to help with applying patches, promoting, etc. I'll at least watch this threads for now ;) Yoav Shapira Millennium Research Informatics -Original Message- From: Mike Colbert [mailto:[EMAIL PROTECTED] Sent: Thursday, July 15, 2004 12:26 AM To: Jakarta Commons

Re: [io] FileUtils.touch() on Windows

2004-07-15 Thread Stephen Colebourne
I'm using Win98. It could be that. Basically calling the method seems to set the last modified time to now. Stephen - Original Message - From: Jeremias Maerki [EMAIL PROTECTED] Just installed JDK 1.4.1_07 on my WinXP box. I can't reproduce your problem. On 15.07.2004 10:13:02 Stephen

RE: cvs commit: jakarta-commons-sandbox/workflow build.xml

2004-07-15 Thread Arnaud Heritier
Hello Craig, Which maven release do you use?? I thought that we fixed this bug!! It seems that you committed some absolute paths! Arnaud + property name=defaulttargetdir value=/home/craigmcc/Apache/jakarta-commons- sandbox/workflow/target + /property

Re: [io] FileUtils.touch() on Windows

2004-07-15 Thread Jeremias Maerki
Dumb ol'Win98. It's probably best then to check the os.name and/or os.version system properties to disable the assertion in the testcase. I guess the touch() method should work under Win98, right? On 15.07.2004 21:37:53 Stephen Colebourne wrote: I'm using Win98. It could be that. Basically

Re: cvs commit: jakarta-commons-sandbox/workflow build.xml

2004-07-15 Thread Craig McClanahan
Arnaud Heritier wrote: Hello Craig, Which maven release do you use?? I thought that we fixed this bug!! It seems that you committed some absolute paths! Arnaud I used the 1.0 final release :-(. Reproducible test case -- go to jakarta-commons-sandbox/workflow and

DO NOT REPLY [Bug 30131] New: - Getting Logger to give trace Information!

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

RE: cvs commit: jakarta-commons-sandbox/workflow build.xml

2004-07-15 Thread Arnaud Heritier
Ok, Craig I hoped that you used an old release ;-) I will try to found what is happening! Arnaud -Message d'origine- De : Craig McClanahan [mailto:[EMAIL PROTECTED] Envoyé : jeudi 15 juillet 2004 22:41 À : Jakarta Commons Developers List Objet : Re: cvs commit:

DO NOT REPLY [Bug 30133] New: - Locale related TestCases fail

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

cvs commit: jakarta-commons-sandbox/sql/src/java/org/apache/commons/sql/builder SqlBuilder.java HsqlDbBuilder.java

2004-07-15 Thread tomdz
tomdz 2004/07/15 14:45:56 Modified:sql/src/java/org/apache/commons/sql/builder SqlBuilder.java HsqlDbBuilder.java Log: Moved foreignkey generation at the end of the generated sql (for dbs that want external foreignkeys) to avoid references to yet-undefined

RE: [workflow] new contributor

2004-07-15 Thread Sharples, Colin
I'm going to make Colin happy :-), and go through his outstanding patches this evening (Pacific time in the US), applying what I can. :-)) Thanks, Craig. My project has its first release in a couple of weeks, so after that I will start to take a look at harvesting out re-usable stuff and

RE: Having some problems with expect 100 continue

2004-07-15 Thread Kalnichevski, Oleg
Jennifer, (1) Are you using SSL? (2) What's the JRE version you are using? (3) What web server you are targeting? (4) Are you going through a proxy? Oleg -Original Message- From: Jennifer Ward [mailto:[EMAIL PROTECTED] Sent: Thursday, July 15, 2004 1:49 To: Commons HttpClient Project

DO NOT REPLY [Bug 29973] - HttpClient wire log performance problems

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

DO NOT REPLY [Bug 30122] New: - HttpRecoverableException should store cause exception

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

DO NOT REPLY [Bug 30122] - HttpRecoverableException should store cause exception

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

DO NOT REPLY [Bug 30122] - HttpRecoverableException should store cause exception

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

Re: Having some problems with expect 100 continue

2004-07-15 Thread Jennifer Ward
On Jul 15, 2004, at 1:09 AM, Kalnichevski, Oleg wrote: (1) Are you using SSL? No (2) What's the JRE version you are using? Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_03-117.1) (3) What web server you are targeting? We are using Apache Tomcat with Slide for WebDAV support. (4)

Re: Having some problems with expect 100 continue

2004-07-15 Thread Eric Johnson
Jennifer Ward wrote: On Jul 15, 2004, at 1:09 AM, Kalnichevski, Oleg wrote: (3) What web server you are targeting? We are using Apache Tomcat with Slide for WebDAV support. Aha. At least in Tomcat 4.0, it silently processes the Expect 100 Continue so that the web-application never sees that part

Re: Having some problems with expect 100 continue

2004-07-15 Thread Oleg Kalnichevski
Jennifer, What is the version of Tomcat you are using? Even though, as Eric pointed out, Tomcat does not fully support the expect/continue handshake, last time I checked it at least did not produce any nasty side effects. Please let me know the exact version of Tomcat I'll re-test HttpClient

DO NOT REPLY [Bug 30127] New: - MultipartPost parameter values

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

DO NOT REPLY [Bug 30127] - MultipartPost parameter values

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

Re: Having some problems with expect 100 continue

2004-07-15 Thread Jennifer Ward
On Jul 15, 2004, at 11:02 AM, Oleg Kalnichevski wrote: Jennifer, What is the version of Tomcat you are using? Even though, as Eric pointed out, Tomcat does not fully support the expect/continue handshake, last time I checked it at least did not produce any nasty side effects. Please let me know

DO NOT REPLY [Bug 30127] - MultipartPost parameter values

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

Re: Having some problems with expect 100 continue

2004-07-15 Thread Oleg Kalnichevski
Jennifer, I ran a small test app that posted a 3 byte request to the local Tomcat 4.1.29 with 'expect: continue' handshake on. Everything seems fine as far as I can tell DEBUG] HttpClient - -Java version: 1.4.2 [DEBUG]

DO NOT REPLY [Bug 30127] - MultipartPost parameter values

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

Re: Problems using HttpClient 2.0 when connecting to an especific sit e

2004-07-15 Thread Oleg Kalnichevski
Arturo, When hit directly the site works just fine [DEBUG] HttpConnection - -HttpConnection.setSoTimeout(0) [DEBUG] HttpMethodBase - -Execute loop try 1 [DEBUG] header - - GET /ClubPremier/Saldo/0,11100,11000.html?lang=0location=0ncuenta=0reqForm=1num_socio=767871601continuar.x=51continuar.y=12

DO NOT REPLY [Bug 30127] - MultipartPost parameter values

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

DO NOT REPLY [Bug 30127] - MultipartPost parameter values

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

Re: Having some problems with expect 100 continue

2004-07-15 Thread Jennifer Ward
Oleg, I cannot get the wire trace to work. I set the following properties in my java app, but I only get the INFO messages. System.setProperty(org.apache.commons.logging.Log, org.apache.commons.logging.impl.SimpleLog); System.setProperty(org.apache.commons.logging.simplelog.showdatetime,

Re: Having some problems with expect 100 continue

2004-07-15 Thread Oleg Kalnichevski
Jennifer Please correct me if I am wrong but it looks like you are not hitting Tomcat directly. Can it be that you are using an HTTP server to do the Digest authentication and than redirect requests to Tomcat via a plugin? What on earth is 'AppleDotMacServer'? It looks like the AppleDotMacServer

Re: Having some problems with expect 100 continue

2004-07-15 Thread Jennifer Ward
Oleg, Yes, I believe you are correct. I was finally able to get this to work with larger tar files (still not with mpg's for some reason). However, our implementation doesn't seem to handle the handshaking very well and takes a long time to respond. Without the handshaking on I can actually