-
Bug
-
Resolution: Not an Issue
-
P3
-
None
-
5.0
-
None
-
x86
-
windows_2000
Compiling CompileFontConfig.java fails as follows.
Looks like the problem is version difference: we're trying to compile CompileFontConfig.java with the bootstrap jdk, but it relies on the interfaces which aren't in the promoted build yet.
It should set bootclasspath to the jdk we're bulding.
m:/NightlyBuilds/re/1.5.0/nightly/binaries/windows-i586/latest/bin/javac -d ../../../build/windows-ia64/tmp/sun/sun.awt/awt/CompileFontConfig ../../tools/CompileFontConfig/CompileFontConfig.java
../../tools/CompileFontConfig/CompileFontConfig.java:37: cannot find symbol
symbol : variable verbose
location: class sun.awt.FontConfiguration
FontConfiguration.verbose = verbose;
^
../../tools/CompileFontConfig/CompileFontConfig.java:38: cannot find symbol
symbol : method loadProperties(java.io.FileInputStream)
location: class sun.awt.FontConfiguration
FontConfiguration.loadProperties(in);
^
../../tools/CompileFontConfig/CompileFontConfig.java:39: cannot find symbol
symbol : method saveBinary(java.io.FileOutputStream)
location: class sun.awt.FontConfiguration
FontConfiguration.saveBinary(out);
^
3 errors
gnumake[3]: *** [../../../build/windows-ia64/lib/fontconfig.bfc] Error 1
gnumake[3]: Leaving directory `D:/i18n/ws.tiger/make/sun/awt'
gnumake[2]: *** [optimized] Error 2
gnumake[2]: Leaving directory `D:/i18n/ws.tiger/make/sun/awt'
gnumake[1]: *** [all] Error 1
gnumake[1]: Leaving directory `D:/i18n/ws.tiger/make/sun'
gnumake: *** [all] Error 1
###@###.### 2004-02-04
Looks like the problem is version difference: we're trying to compile CompileFontConfig.java with the bootstrap jdk, but it relies on the interfaces which aren't in the promoted build yet.
It should set bootclasspath to the jdk we're bulding.
m:/NightlyBuilds/re/1.5.0/nightly/binaries/windows-i586/latest/bin/javac -d ../../../build/windows-ia64/tmp/sun/sun.awt/awt/CompileFontConfig ../../tools/CompileFontConfig/CompileFontConfig.java
../../tools/CompileFontConfig/CompileFontConfig.java:37: cannot find symbol
symbol : variable verbose
location: class sun.awt.FontConfiguration
FontConfiguration.verbose = verbose;
^
../../tools/CompileFontConfig/CompileFontConfig.java:38: cannot find symbol
symbol : method loadProperties(java.io.FileInputStream)
location: class sun.awt.FontConfiguration
FontConfiguration.loadProperties(in);
^
../../tools/CompileFontConfig/CompileFontConfig.java:39: cannot find symbol
symbol : method saveBinary(java.io.FileOutputStream)
location: class sun.awt.FontConfiguration
FontConfiguration.saveBinary(out);
^
3 errors
gnumake[3]: *** [../../../build/windows-ia64/lib/fontconfig.bfc] Error 1
gnumake[3]: Leaving directory `D:/i18n/ws.tiger/make/sun/awt'
gnumake[2]: *** [optimized] Error 2
gnumake[2]: Leaving directory `D:/i18n/ws.tiger/make/sun/awt'
gnumake[1]: *** [all] Error 1
gnumake[1]: Leaving directory `D:/i18n/ws.tiger/make/sun'
gnumake: *** [all] Error 1
###@###.### 2004-02-04