Thanks Kelly, I didn't realize I could run from the top level. That
works. So for anyone else that might need to do this here is my procedure:
cd \
set ALT_OUTPUTDIR=c:/OPF6CE~1/jdk7/build/WINDOW~2
rem same as c:\OpenJDK-b96m\jdk7\build\windows-i586-fastdebug
set ALT_JDK_IMPORT_PATH=c:/OPF6CE~1/
When building inside the jdk/make directory, there is a default 'make
all' that populates the
OUTPUTDIR area jdk/build/$(PLATFORM)-$(ARCH) bin, lib, classes, etc.
directories.
This is enough to run the jdk, but no rt.jar and no formal images. The
classes from the classes
directory are used
Kelly, I successfully built just awt.dll - well almost. That alone
doesn't copy awt.dll/map/pdb over to the j2sdk image. And it doesn't
build rt.jar.
What do I have to do to get rt.jar built and j2sdk-image populated with
awt.dll and rt.jar? Looking at a log from a full build it appears I
have