RFC: JDK version handling in the future

Petteri Räty <[email protected]> Sat, 10 Oct 2009 13:48:31 +0300
Newsgroups gmane.linux.gentoo.java
Message-ID <[email protected]>
Inspired by the recent ruby version handling post on gentoo-dev I came
up with this scheme to handle JDK versions in the future:

1. Have a JAVA_VERSION USE_EXPAND variable containing: "java5 java6" or
   any JDK versions supported at that time.

2. The minimum flag that is on is used for the JDK version to emerge
   things. Just setting -source is not in reality making things run with
   the target, it just makes the bytecode usable for older JDKs.

3. When depending on something java the eclasses will automatically pull
   in libraries targeting the right JDK using EAPI 2 use dependencies.

Benefits:
- You can compile everything to the highest byte code available
- Simpler maintenance and marginally faster emerges when build.xml files
  don't always need to be rewritten.
- Solve bug 161622 (java-config should look into the deptree when
  deciding wich vm to use)

If this seem sane, it's best to rewrite the eclasses at the same time to
delete all the cruft that we have collected over time like the different
rewriter implementations.

Regards,
Petteri
signature.asc (application/pgp-signature, 262 B)
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkrQZoIACgkQcxLzpIGCsLT8NwCeJwe7InEt3VX1iG7e4kMBXKvU
UkkAnjQXSp6C5aW3Zvm/kmG+G/nV3ohG
=P2bh
-----END PGP SIGNATURE-----