swing-nimbus' BorderMapper does not compile in openjdk-7-ea-src-b71-03_sep_2009

View: New views
3 Messages — Rating Filter:   Alert me  

swing-nimbus' BorderMapper does not compile in openjdk-7-ea-src-b71-03_sep_2009

by Eric J. Van der Velden :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

While building openjdk-7-ea-src-b71-03_sep_2009, org/jdesktop/synthdesigner/synthmodel/jibxhelpers/BorderMapper.java and others does not compile.

I have done

$ DEBUG_BINARIES=true DEBUG_CLASSFILES=true OPTIMIZATION_LEVEL=NONE make ALT_BOOTDIR=/home/eric/Java/jdk1.6.0_14 ALT_BINARY_PLUGS_PATH=/home/eric/Java/openjdk/openjdk-binary-plugs ALT_JIBX_LIBS_PATH=/home/eric/Java/openjdk/jibx/lib ALT_CUPS_HEADERS_PATH=/home/eric/Java/openjdk/cups-1.4.0

I see

...
make[4]: Entering directory `/home/eric/Java/openjdk/openjdk/jdk/make/tools/swing-nimbus'
...
/home/eric/Java/jdk1.6.0_14/bin/javac  -J-XX:ThreadStackSize=768 -J-XX:-PrintVMOptions -J-XX:+UnlockDiagnosticVMOptions -J-XX:-LogVMOutput -J-client -J-Xmx896m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -encoding ascii -source 6 -target 6 -XDignore.symbol.file=true -classpath "/home/eric/Java/openjdk/jibx/lib/bcel.jar:/home/eric/Java/openjdk/jibx/lib/xpp3.jar:/home/eric/Java/openjdk/jibx/lib/jibx-bind.jar:/home/eric/Java/openjdk/jibx/lib/jibx-run.jar" \
            -d /home/eric/Java/openjdk/openjdk/build/linux-i586/btclasses -sourcepath classes \
            classes/org/jdesktop/beans/AbstractBean.java ...
classes/org/jdesktop/synthdesigner/synthmodel/jibxhelpers/BorderMapper.java ...

classes/org/jdesktop/synthdesigner/synthmodel/jibxhelpers/BorderMapper.java:54: org.jdesktop.synthdesigner.synthmodel.jibxhelpers.BorderMapper is not abstract and does not override abstract method isExtension(java.lang.String) in org.jibx.runtime.IMarshaller
public class BorderMapper implements IMarshaller, IUnmarshaller, IAliasable {
       ^

What am I doing wrong?

Thanks.

Re: <Swing Dev> swing-nimbus' BorderMapper does not compile in openjdk-7-ea-src-b71-03_sep_2009

by Peter Zhelezniakov-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

ericjoh wrote:

> While building openjdk-7-ea-src-b71-03_sep_2009,
> org/jdesktop/synthdesigner/synthmodel/jibxhelpers/BorderMapper.java and
> others does not compile.
>
> I have done
>
> $ DEBUG_BINARIES=true DEBUG_CLASSFILES=true OPTIMIZATION_LEVEL=NONE make
> ALT_BOOTDIR=/home/eric/Java/jdk1.6.0_14
> ALT_BINARY_PLUGS_PATH=/home/eric/Java/openjdk/openjdk-binary-plugs
> ALT_JIBX_LIBS_PATH=/home/eric/Java/openjdk/jibx/lib
> ALT_CUPS_HEADERS_PATH=/home/eric/Java/openjdk/cups-1.4.0

The build is likely to fail with JIBX version other than 1.1.5.
Their releases seem not very compatible with each other.

--
Peter

Re: <Swing Dev> swing-nimbus' BorderMapper does not compile in openjdk-7-ea-src-b71-03_sep_2009

by Eric J. Van der Velden :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Peter,

Thank you. I have build the JDK and it works.

Eric J.

Peter Zhelezniakov-2 wrote:
ericjoh wrote:
> While building openjdk-7-ea-src-b71-03_sep_2009,
> org/jdesktop/synthdesigner/synthmodel/jibxhelpers/BorderMapper.java and
> others does not compile.
>
> I have done
>
> $ DEBUG_BINARIES=true DEBUG_CLASSFILES=true OPTIMIZATION_LEVEL=NONE make
> ALT_BOOTDIR=/home/eric/Java/jdk1.6.0_14
> ALT_BINARY_PLUGS_PATH=/home/eric/Java/openjdk/openjdk-binary-plugs
> ALT_JIBX_LIBS_PATH=/home/eric/Java/openjdk/jibx/lib
> ALT_CUPS_HEADERS_PATH=/home/eric/Java/openjdk/cups-1.4.0

The build is likely to fail with JIBX version other than 1.1.5.
Their releases seem not very compatible with each other.

--
Peter