JAXWS build problem - Darwin/PowerPC/Zero

Eric Richardson ekrichardson at gmail.com
Wed Jun 3 12:29:31 PDT 2009


Hi,

I get the following error. In the release notes in says JIBX is not needed.

ERROR: You do not have access to valid JIBX library files. \n       Please
check your access to \n
/NOT-SET/devtools/share/jibx/lib/jibx-run.jar \n       and/or check your
value of ALT_JDK_DEVTOOLS_DIR, ALT_JIBX_LIBS_PATH \n
Exiting because of the above error(s). \n
make[1]: *** [post-sanity] Error 1
make: *** [stamps/icedtea-ecj.stamp] Error 2

I tried this which will at least get me to the jaxws build - jaxp compiles.


make ALT_OUTPUTDIR=`pwd`/build/bsd-ppc ALT_FREETYPE_LIB_PATH=/opt/local/lib
ALT_FREETYPE_HEADERS_PATH=/opt/local/include
ALT_JIBX_LIBS_PATH=/Users/eric/java/jibx-1.2.1/lib LIBARCH=ppc ARCH=ppc
ARCH_FAMILY=ppc ARCH_DATA_MODEL=32

It fails like this below and the appropriate class is in the stax-api.jar in
the jibx lib dir.

build-classes:
    [javac] Compiling 2425 source files to
/Users/eric/java/icedtea-1.10/build/bsd-ppc/jaxws/build/classes
    [javac]
/Users/eric/java/icedtea-1.10/openjdk-ecj/jaxws/src/share/classes/com/sun/istack/internal/XMLStreamException2.java:27:
package javax.xml.stream does not exist
    [javac] import javax.xml.stream.XMLStreamException;

I looked at both the Makefile which calls the Ant build.xml and neither
refer to any classpath so I assume that the missing classes need to somehow
be in the bootclasspath for the jvm/javac. I also try the configure option
--with-jibx with no luck.

./configure --enable-zero=yes --with-project=bsd
--with-gcj-home=/Users/eric/jdk1.5
--with-ecj-jar=/opt/local/share/java/eclipse-ecj.jar
--with-xalan2-jar=/opt/local/share/java/xalan.jar
--with-xalan2-serializer-jar=/opt/local/share/java/serializer.jar
--with-xerces2-jar=/opt/local/share/java/xercesImpl.jar
--with-jibx=/Users/eric/java/jibx-1.2.1  --without-rhino --disable-plugin
--disable-xrender

Any help appreciated,
Eric
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20090603/f3df2983/attachment.html 


More information about the distro-pkg-dev mailing list