RE: FW: [lang] DateUtils test fails under 1.2.2 and not under 1.4.2

2005-05-27 Thread Gary Gregory
. -- Any thoughts on making Ant 1.6 a build pre-req? Gary -Original Message- From: Gary Gregory [mailto:[EMAIL PROTECTED] Sent: Thursday, May 26, 2005 10:56 PM To: Jakarta Commons Developers List; [EMAIL PROTECTED] Subject: RE: FW: [lang] DateUtils test fails under 1.2.2 and not under 1.4.2

Re: FW: [lang] DateUtils test fails under 1.2.2 and not under 1.4.2

2005-05-26 Thread Steven Caswell
. Thanks, Gary -- *From:* Gary Gregory *Sent:* Tuesday, May 24, 2005 7:12 PM *To:* 'Steven Caswell' *Cc:* Jakarta Commons Developers List *Subject:* RE: [lang] DateUtils test fails under 1.2.2 and not under 1.4.2 Steven: (You're welcome

RE: FW: [lang] DateUtils test fails under 1.2.2 and not under 1.4.2

2005-05-26 Thread Gary Gregory
: Re: FW: [lang] DateUtils test fails under 1.2.2 and not under 1.4.2 That is so very odd. I'm at a loss to explain it. I don't have access to a system with JDK 1.3 so I'm not able to try it. Maybe someone else can try? One thing I did find I needed to do was to change th junit version

RE: FW: [lang] DateUtils test fails under 1.2.2 and not under 1.4.2

2005-05-26 Thread Gary Gregory
:37 PM To: Steven Caswell Cc: Jakarta Commons Developers List Subject: RE: FW: [lang] DateUtils test fails under 1.2.2 and not under 1.4.2 Hi: I found possible solution. With 1.3.1, if I set fork to false, the test is found and run. Weird. Gary From

Re: FW: [lang] DateUtils test fails under 1.2.2 and not under 1.4.2

2005-05-26 Thread Simon Kitching
: [lang] DateUtils test fails under 1.2.2 and not under 1.4.2 Steven: (You're welcome.) Downloaded RC6a-src and I am now experiencing Weirdness: I run ant clean dist-build-2.1 test which works fine on Sun Java 1.4.2_08. On Sun Java 1.3.1_14 I get: test.lang: [echo

Re: FW: [lang] DateUtils test fails under 1.2.2 and not under 1.4.2

2005-05-26 Thread Steven Caswell
:* Thursday, May 26, 2005 5:06 PM *To:* Gary Gregory *Cc:* Jakarta Commons Developers List *Subject:* Re: FW: [lang] DateUtils test fails under 1.2.2 and not under 1.4.2 That is so very odd. I'm at a loss to explain it. I don't have access to a system with JDK 1.3 so I'm not able to try

Re: FW: [lang] DateUtils test fails under 1.2.2 and not under 1.4.2

2005-05-26 Thread Steven Caswell
, May 24, 2005 7:00 PM *To:* Gary Gregory *Cc:* Jakarta Commons Developers List *Subject:* Re: [lang] DateUtils test fails under 1.2.2 and not under 1.4.2 Gary, I put up the revised source distribution in http://www.apache.org/~stevencaswell/commons-lang-2.1 http

RE: FW: [lang] DateUtils test fails under 1.2.2 and not under 1.4.2

2005-05-26 Thread Gary Gregory
Subject: Re: FW: [lang] DateUtils test fails under 1.2.2 and not under 1.4.2 Glad you found it. On 5/26/05, Gary Gregory [EMAIL PROTECTED] wrote: Hi: I found possible solution. With 1.3.1, if I set fork to false, the test is found and run. Weird. Gary

Re: FW: [lang] DateUtils test fails under 1.2.2 and not under 1.4.2

2005-05-26 Thread Simon Kitching
On Thu, 2005-05-26 at 20:05 -0400, Steven Caswell wrote: That is so very odd. I'm at a loss to explain it. I don't have access to a system with JDK 1.3 so I'm not able to try it. Maybe someone else can try? I've also tried building with JDK1.2.2 on linux. I got this as part of the output

RE: FW: [lang] DateUtils test fails under 1.2.2 and not under 1.4.2

2005-05-26 Thread Gary Gregory
(or Steven) change the JUnit invocation style for all tests? Gary -Original Message- From: Simon Kitching [mailto:[EMAIL PROTECTED] Sent: Thursday, May 26, 2005 9:07 PM To: Jakarta Commons Developers List Subject: Re: FW: [lang] DateUtils test fails under 1.2.2 and not under 1.4.2

FW: [lang] DateUtils test fails under 1.2.2 and not under 1.4.2

2005-05-25 Thread Gary Gregory
] Sent: Tuesday, May 24, 2005 7:00 PM To: Gary Gregory Cc: Jakarta Commons Developers List Subject: Re: [lang] DateUtils test fails under 1.2.2 and not under 1.4.2 Gary, I put up the revised source distribution in http://www.apache.org/~stevencaswell/commons-lang-2.1 I named them commons-lang-2.1

[lang] DateUtils test fails under 1.2.2 and not under 1.4.2

2005-05-24 Thread Steven Caswell
All, I have discovered a group of tests in the DateUtils test case that fails under 1.2.2 but not under 1.4.2. They are testing the DateUtils round method when rounding a date in the MET timezone across the start and end of DST. If I remember correctly, this was in response to a user bug

RE: [lang] DateUtils test fails under 1.2.2 and not under 1.4.2

2005-05-24 Thread Gary Gregory
: Java returned: 1 Which should not be run in the 1st place... (Ant 1.6.4 and Java 1.4.2_08) Gary -Original Message- From: Steven Caswell [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 24, 2005 5:39 PM To: Jakarta Commons Developers List Subject: [lang] DateUtils test fails under 1.2.2

Re: [lang] DateUtils test fails under 1.2.2 and not under 1.4.2

2005-05-24 Thread Steven Caswell
1.6.4 and Java 1.4.2_08) Gary -Original Message- From: Steven Caswell [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 24, 2005 5:39 PM To: Jakarta Commons Developers List Subject: [lang] DateUtils test fails under 1.2.2 and not under 1.4.2 All, I have discovered a group of tests

Re: [lang] DateUtils test fails under 1.2.2 and not under 1.4.2

2005-05-24 Thread Steven Caswell
: Tuesday, May 24, 2005 5:39 PM To: Jakarta Commons Developers List Subject: [lang] DateUtils test fails under 1.2.2 and not under 1.4.2 All, I have discovered a group of tests in the DateUtils test case that fails under 1.2.2 but not under 1.4.2. They are testing the DateUtils round

RE: [lang] DateUtils test fails under 1.2.2 and not under 1.4.2

2005-05-24 Thread Gary Gregory
: Jakarta Commons Developers List Subject: Re: [lang] DateUtils test fails under 1.2.2 and not under 1.4.2 Gary, I put up the revised source distribution in http://www.apache.org/~stevencaswell/commons-lang-2.1 I named them commons-lang-2.1-RC6a-src.* so you could easily tell they are modified. I