Upcoming changes to JDK7 build process: JIBX

Anthony Petrov Anthony.Petrov at Sun.COM
Wed May 13 05:34:53 PDT 2009


Hi Andrew,

On 05/13/2009 04:20 PM, Andrew John Hughes wrote:
> So I'm building with:
> 
> LANG=C make ALT_BOOTDIR=$ICEDTEA_INSTALL \
>     ALT_PARALLEL_COMPILE_JOBS=$PARALLEL_JOBS \
>     HOTSPOT_BUILD_JOBS=$PARALLEL_JOBS \
>     ALT_JIXB_LIBS_PATH=/usr/share/java
> 
> and even simply make ALT_JIXB_LIBS_PATH=/usr/share/java and the build
> doesn't listen:
> 
>   JIBX_LIBS_PATH = /NOT-SET/devtools/share/jibx/lib
>     ALT_JIBX_LIBS_PATH =
Please note the difference between JIBX - what makefiles expect, and 
JIXB - what you actually set. Good luck! :)

-- 
best regards,
Anthony

> ....
> ERROR: You do not have access to valid JIBX library files.
>        Please check your access to
>            /NOT-SET/devtools/share/jibx/lib/jibx-run.jar
>        and/or check your value of ALT_JDK_DEVTOOLS_DIR, ALT_JIBX_LIBS_PATH
> 
> Gah! Any one seen something similar or (better) had this actually work?




More information about the jdk7-dev mailing list