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. 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]