swing-nimbus' BorderMapper does not compile in openjdk-7-ea-src-b71-03_sep_2009
ericjoh
eric.v at upcmail.nl
Mon Sep 14 15:10:48 UTC 2009
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.
--
View this message in context: http://www.nabble.com/swing-nimbus%27-BorderMapper-does-not-compile-in-openjdk-7-ea-src-b71-03_sep_2009-tp25437620p25437620.html
Sent from the OpenJDK Build Infrastructure mailing list archive at Nabble.com.
More information about the build-dev
mailing list