RE: Compile for JDK 1.3?

2003-08-14 Thread Ron Gallagher
javac] result = Types.BOOLEAN; [javac] ^ [javac] 1 error Ron Gallagher Atlanta, GA [EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Saturday, August 09, 2003 11:58 AM To: OJB Users List Subject: Re: Compile fo

Re: Compile for JDK 1.3?

2003-08-14 Thread Armin Waibel
- Original Message - From: "Clay Mitchell" <[EMAIL PROTECTED]> To: "OJB Users List" <[EMAIL PROTECTED]> Sent: Sunday, August 10, 2003 3:37 PM Subject: Re: Compile for JDK 1.3? > Is the BOOLEAN type supported in OJB? I just tried to use it (with JDK C

Re: Compile for JDK 1.3?

2003-08-14 Thread Armin Waibel
Sunday, August 10, 2003 2:52 AM Subject: RE: Compile for JDK 1.3? > There's another jdk 1.3 compile problem related to the recent changes to > FieldDescriptor: > > preprocess: >

Re: Compile for JDK 1.3?

2003-08-14 Thread Clay Mitchell
Is the BOOLEAN type supported in OJB? I just tried to use it (with JDK 1.4.1) and it gave me this: org.apache.ojb.broker.OJBRuntimeException: The type BOOLEAN for attribute distributor can not be handled by OJB. Please specify only types as defined by java.sql.Types. Thanks -Clay Thomas Mahler

RE: Compile for JDK 1.3?

2003-08-14 Thread Ron Gallagher
javac] result = Types.BOOLEAN; [javac] ^ [javac] 1 error Ron Gallagher Atlanta, GA [EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Saturday, August 09, 2003 11:58 AM To: OJB Users List Subject: Re: Compil

Re: Compile for JDK 1.3?

2003-08-10 Thread Thomas Mahler
st" <[EMAIL PROTECTED]> Sent: Sunday, August 10, 2003 2:52 AM Subject: RE: Compile for JDK 1.3? There's another jdk 1.3 compile problem related to the recent changes to FieldDescriptor: preprocess: [echo] usin

Re: Compile for JDK 1.3?

2003-08-10 Thread Clay Mitchell
Any idea how long that will take to get in there? I could really use it now :) -Clay Armin Waibel wrote: - Original Message - From: "Clay Mitchell" <[EMAIL PROTECTED]> To: "OJB Users List" <[EMAIL PROTECTED]> Sent: Sunday, August 10, 2003 3:37 PM Subjec

Re: Compile for JDK 1.3?

2003-08-10 Thread Armin Waibel
- Original Message - From: "Clay Mitchell" <[EMAIL PROTECTED]> To: "OJB Users List" <[EMAIL PROTECTED]> Sent: Sunday, August 10, 2003 3:43 PM Subject: Re: Compile for JDK 1.3? > Any idea how long that will take to get in there? I could really use

Re: Compile for JDK 1.3?

2003-08-09 Thread Thomas Mahler
Hi Daniel, It's a slip with the RC4 releas. we normally provide build compatibility for jdk 1.2, 1.3 and 1.4. You can either use JDK 1.4 or remove the source package o.a.ojb.otm to work around this issue. Will be fixed with next public release. cheers, Thomas [EMAIL PROTECTED] wrote: I am follow

Compile for JDK 1.3?

2003-08-08 Thread Daniel . B . Brown
I am following the quickstart.html directions and trying to run "bin\build junit" using JDK 1.3.1. It looks like a targeted effort was made to get this work with JDKs other than 1.4. However, the compile fails due to a dependency on a JDK 1.4 class. Is this a bug? or must we use JDK 1.4 or bette