build.xml
Sat, 20 Jun 2009 22:21:50 +0200 gensrc needs to be present only when we are merging the sources
Sat, 20 Jun 2009 22:10:34 +0200 Replacing RepaintManager with RepaintController which does not reference Applet in its signatures
Fri, 19 Jun 2009 21:46:14 +0200 Cleaning base from references to applet. All eliminated except RepaintManager which has been enriched in 1.6 with a public method that takes Applet as parameter.
Fri, 19 Jun 2009 17:10:53 +0200 corba classes separated, base does not depend on them anymore
Fri, 19 Jun 2009 15:50:04 +0200 Merge of the beans separation into the fully buildable JDK
Fri, 19 Jun 2009 15:33:12 +0200 all java sources compiles as a whole using ant
Fri, 19 Jun 2009 13:14:51 +0200 Can the JDK be compiled by Ant as a whole? Seems so. With this config the compilation yields no 'cannot found' errors
Thu, 18 Jun 2009 17:48:58 +0200 Invoking 'ant clean base' after the JDK is compiled via 'make all' now compiles everything into build/modularize/base.jar
Wed, 17 Jun 2009 15:11:07 +0200 In order to make javabeans module independent on applet and yet allow Beans class to have a method which references AppletInitializer, I am creating new module: deprecated7. This one shall consist of all the garbage identified in JDK7 development which has so many dependencies that it does not fit anywhere else. Beans class is moved there and instead of it, there is new BeanFactory class with the same methods (expect the one with AppletInitializer parameter).
Tue, 16 Jun 2009 17:53:32 +0200 Separatelly compiling Beans and Applet modules. Using 'code injection' to allow Beans class to perform its Applet related functionality if Applet module is around.
Tue, 16 Jun 2009 15:37:17 +0200 Initial build script that allows us to play with modularizing JDK