-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Am Samstag, 12. Juni 2004 23:27 schrieb Nikolay Fiykov: > hi, > > there is certain amount of cross references between > gnu and java packages. > > even packages like java.lang are affected by it > (using gnu.java.lang, gnu.java.util, gnu.classpath, > gnu.java.io. same those packages can't be compiled > without java.lang). > > any actual work to improve the situation? > by whom? > > as i see it at least java.lang should be self > suficient.
Thats not possible as the official API already needs stuff outside of java.lang, e.g. java.lang.Class needs java.security.ProtectionDomain and java.io.Inputstream. As you can easily see the gnu.* packages are only smalll helper packages with not much code. There is only shared code and stuff that not really suits into official java.* packages without breaking SUNs API. Its not possible to remove all inter-package dependencies without removing features of packages. Michael - -- Homepage: http://www.worldforge.org/ -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQFAy/seWSOgCCdjSDsRAnxUAJ0dGtzxUxoH1Vjacr8bolNBrfjgyQCdFOnb TjyRUYCIcKokuTKtnMd7GMc= =L36B -----END PGP SIGNATURE----- _______________________________________________ Classpath mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/classpath

