Did you uncomment the the jdk2 imports in the appropriate files???
I've left the imports for JDK2 in the files (commented out).
All you need to do is change the imports depending on the JDK.

If your using JDK1.1.* you're OK.

If your using JDK2 then -

// For JDK 1.2
file://import java.util.Collections;

// For JDK 1.1.*
import com.sun.java.util.collections.*;


dave



-----Original Message-----
From: Christopher Elkins <[EMAIL PROTECTED]>
To: Turbine <[EMAIL PROTECTED]>
Date: Thursday, January 20, 2000 5:37 PM
Subject: Re: Added requirement from JDK collections


>jon * [[EMAIL PROTECTED]] wrote:
>> on 1/20/00 2:31 PM, Christopher Elkins <[EMAIL PROTECTED]> wrote:
>>
>> Ack...I don't want to start pre-processing the source code just to get it
to
>> compile. We don't use Ant here internally, we use Kawa. I'm strongly -1
on
>> this.
>>
>I didn't think you'd be too keen on that idea. ;) Truthfully, I'm against
it
>as well, but I just wanted to put it out there as an option.
>
>> I'm also strongly -1 on not allowing JDK 1.2 to work. Either remove the
>> collections stuff or make it work with JDK 1.1 AND JDK 1.2.
>>
>> -jon
>>
>Yes, yes, yes. I definitely agree.
>
>--
>Christopher Elkins
>
>
>------------------------------------------------------------
>To subscribe:        [EMAIL PROTECTED]
>To unsubscribe:      [EMAIL PROTECTED]
>Problems?:           [EMAIL PROTECTED]
>



------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Problems?:           [EMAIL PROTECTED]

Reply via email to