On 15/03/2008, Henri Yandell <[EMAIL PROTECTED]> wrote:
> 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.
>

I downloaded 1.1 and 1.2 OK yesterday to see if I could test with them.

But I could not get them to work with Ant (maybe I was using the wrong
version - I tried 1.6.0 with Java 1.2.2). "ant -version" works, but
"ant -p" says:

A nonfatal internal JIT (3.10.107(x)) error 'chgTarg: Conditional' has
occurred in :
  'org/apache/tools/ant/Project.addReference
(Ljava/lang/String;Ljava/lang/Object;)V': Interpreting method.

What did you use for testing with 1.2? Just curious.

>  Hen
>
>
>  On Fri, Mar 14, 2008 at 6:08 PM, Gary Gregory
>  <[EMAIL PROTECTED]> wrote:
>  > The build looks good on all 9 SDKs I tested:
>  >  http://garygregory.com/os/builds/commons-lang-2.4/index.html
>  >
>  >  In the Jar manifest I see:
>  >
>  >  X-Compile-Source-JDK: 1.3
>  >  X-Compile-Target-JDK: 1.1
>  >
>  >  I know our sources are 1.3 compatible since I just tried it (see report 
> above).
>  >
>  >  But 1.1 compatible? I doubt that. It seems like both should be 1.3.
>  >
>  >  Thoughts?
>  >
>  >  Thank you,
>  >  Gary
>  >
>  >
>  >
>  >  > -----Original Message-----
>  >  > From: Henri Yandell [mailto:[EMAIL PROTECTED]
>  >  > Sent: Friday, March 14, 2008 12:32 AM
>  >  > To: Commons Developers List
>  >  > Subject: [VOTE] Release Lang 2.4 (RC2)
>  >  >
>  >  > Here's the Lang 2.4 RC2 for your delectation:
>  >  >
>  >  >  http://people.apache.org/~bayard/staging/commons-lang-2.4-rc2/
>  >  >
>  >  > It's built from an export of
>  >  > https://svn.apache.org/repos/asf/commons/proper/lang/tags/LANG_2_4_RC2
>  >  > and the Ant build built fine for me under JDK 1.3.
>  >  >
>  >  > Note: The findbugs and cobertura reports are commented out in the
>  >  > pom.xml because they were causing OutOfMemory errors.  One of the
>  >  > website files will need updating with the release date.
>  >  >
>  >  > Changes since RC1 are:
>  >  >
>  >  > * Fix to project.xml and pom.xml so the developer lists are the same.
>  >  > * Hardcode the version into the src/assembly/src.xml to get around a 
> Maven bug.
>  >  > * Fix to the site nav javadoc link to be 2.4 and not 2.3.
>  >  >
>  >  > Should we release it?
>  >  >
>  >  > [ ] +1
>  >  > [ ] -1
>  >  >
>  >  > Thanks,
>  >  >
>  >  > Hen
>  >  >
>  >
>  >
>  > > ---------------------------------------------------------------------
>  >  > To unsubscribe, e-mail: [EMAIL PROTECTED]
>  >  > For additional commands, e-mail: [EMAIL PROTECTED]
>  >
>  >
>  >  ---------------------------------------------------------------------
>  >  To unsubscribe, e-mail: [EMAIL PROTECTED]
>  >  For additional commands, e-mail: [EMAIL PROTECTED]
>  >
>  >
>
>  ---------------------------------------------------------------------
>  To unsubscribe, e-mail: [EMAIL PROTECTED]
>  For additional commands, e-mail: [EMAIL PROTECTED]
>
>

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

Reply via email to