On Fri, Mar 14, 2008 at 11:19 PM, Gary Gregory
<[EMAIL PROTECTED]> wrote:
> > -----Original Message-----
>  > From: Henri Yandell [mailto:[EMAIL PROTECTED]
>
> > Sent: Friday, March 14, 2008 11:11 PM
>  > To: Jakarta Commons Developers List
>  > Subject: Re: [VOTE] Release Lang 2.4 (RC2)
>  >
>  > Compiling against 1.2, we have only one inconsistency. The enums
>  > package uses WeakHashMap's Map constructor. That wasn't added until
>  > 1.3. Not that I could get my JDK 1.2.2 install and the Ant 1.5.4
>  > install to work happily together [or Ant 1.7.0]; however using javac
>  > by hand showed that the above is the only problem.
>  >
>  > I'm going to change that code to use the empty constructor and then
>  > use putAll(Map).
>  >
>  > I can't download 1.1 currently, Sun's site is down.  However,
>  > WeakHashMap wasn't available until 1.2 and I don't see us changing
>  > that. So despite the target JDK of 1.1, we are 1.2 dependent in
>  > reality.
>
>  So X-Compile-Target-JDK: 1.1 will be changed to 1.2, right?

Hold your horses :)

Just did it.

I'll wait til tomorrow night to do an RC3. In case anyone finds anything else.

Hen

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to