Dang Nhan Nguyen wrote:
Thanks for the tip, Denis
I skip building CORBA (set BUILD_CORBA=false) and continue with the building.
The build will look for corba binaries and files in ALT_JDK_IMPORT_PATH which
is the same as BOOTTRAP_JDK jdk1.6.0_19.
I haven't been following this thread, but if you are doing a partial
build of jdk7 then ALT_JDK_IMPORT_PATH needs to be set to a recent build
of jdk7. That is, ALT_JDK_IMPORT_PATH is the location of a jdk7 from
where the build pulls the bits that you aren't building yourself.
-Alan.