Upcoming changes to JDK7 build process: JIBX

Andrew John Hughes gnu_andrew at member.fsf.org
Wed May 13 05:46:56 PDT 2009


2009/5/13 Peter Zhelezniakov <Peter.Zhelezniakov at sun.com>:
> Andrew John Hughes wrote:
>>
>> and even simply make ALT_JIXB_LIBS_PATH=/usr/share/java and the build
>> doesn't listen:
>
> It's JIBX and not JIXB :)
>
> --
> Peter              |  x33066  |  location: SPB04  |  timezone: GMT+03
>

Peter, any idea which versions work?  1.0.1 packaged in Debian doesn't work.

symbol  : method getUserContext()
location: interface org.jibx.runtime.IUnmarshallingContext
        canvasUIDefaults = (UIDefaults) context.getUserContext();
                                               ^
classes/org/jdesktop/swingx/designer/jibxhelpers/CanvasMapper.java:99:
cannot find symbol
symbol  : method setUserContext(javax.swing.UIDefaults)
location: class org.jibx.runtime.impl.UnmarshallingContext
        uctx.setUserContext(uiDefaults);
            ^
classes/org/jdesktop/synthdesigner/synthmodel/SynthModel.java:525:
cannot find symbol
symbol  : method getUserContext()
location: interface org.jibx.runtime.IUnmarshallingContext
        File resourcesDir = (File) context.getUserContext();
                                          ^
classes/org/jdesktop/synthdesigner/generator/Generator.java:127:
cannot find symbol
symbol  : method setUserContext(java.io.File)
location: interface org.jibx.runtime.IUnmarshallingContext
                mctx.setUserContext(resourcesDir);

Seems this thing is going to make OpenJDK even more of a nightmare to
build... No-one else even packages this thing from what I can see.
-- 
Andrew :-)

Free Java Software Engineer
Red Hat, Inc. (http://www.redhat.com)

Support Free Java!
Contribute to GNU Classpath and the OpenJDK
http://www.gnu.org/software/classpath
http://openjdk.java.net

PGP Key: 94EFD9D8 (http://subkeys.pgp.net)
Fingerprint: F8EF F1EA 401E 2E60 15FA  7927 142C 2591 94EF D9D8



More information about the jdk7-dev mailing list