-
Bug
-
Resolution: Fixed
-
P2
-
1.3.0
-
kestrel
-
sparc
-
solaris_2.6
-
Verified
This problem is that the resource files (.properties) for l10n are
not included in $JAVA_HOME/lib/tools.jar file, so we cannot confirm
the integration and the completion for l10n testing.
The following files are actually included;
% jar tf tools.jar | grep properties
sun/tools/jar/resources/jar.properties
sun/tools/javac/resources/javac.properties
sun/tools/javac/resources/javac_ja.properties
sun/tools/serialver/resources/serialver.properties
sun/rmi/rmic/resources/rmic.properties
sun/rmi/rmid/resources/rmid.properties
com/sun/tools/javac/v8/resources/compiler.properties
com/sun/tools/javac/v8/resources/javac.properties
com/sun/tools/javah/resources/l10n.properties
com/sun/tools/javah/resources/l10n_ja.properties
com/sun/tools/javah/resources/SunOS_sparc.properties
com/sun/tools/javah/resources/SunOS_x86.properties
com/sun/tools/javadoc/resources/javadoc.properties
com/sun/tools/javadoc/resources/javadoc_ja.properties
com/sun/tools/javadoc/resources/doclets.properties
com/sun/tools/javadoc/resources/doclets_ja.properties
com/sun/tools/javadoc/resources/standard.properties
com/sun/tools/javadoc/resources/standard_ja.properties
com/sun/tools/javadoc/resources/oneone.properties
com/sun/tools/jdi/resources/jdi.properties
%
In the case of Japan, we need the following file to be included;
com/sun/tools/javac/v8/resources/compiler_ja.properties
com/sun/tools/javac/v8/resources/javac_ja.properties
sun/rmi/registry/resources/rmiregistry_ja.properties
sun/rmi/rmic/resources/rmic_ja.properties
sun/rmi/server/resources/rmid_ja.properties
sun/tools/jar/resources/jar_ja.properties
These files are translated for the first time in kestrel, and we
have already delivered to the following workspace. (See comments)
gpe:/export/home8/silc/javasoft/incoming/kestrel/ws
kenichi.kurosaki@Japan 1999-07-05
not included in $JAVA_HOME/lib/tools.jar file, so we cannot confirm
the integration and the completion for l10n testing.
The following files are actually included;
% jar tf tools.jar | grep properties
sun/tools/jar/resources/jar.properties
sun/tools/javac/resources/javac.properties
sun/tools/javac/resources/javac_ja.properties
sun/tools/serialver/resources/serialver.properties
sun/rmi/rmic/resources/rmic.properties
sun/rmi/rmid/resources/rmid.properties
com/sun/tools/javac/v8/resources/compiler.properties
com/sun/tools/javac/v8/resources/javac.properties
com/sun/tools/javah/resources/l10n.properties
com/sun/tools/javah/resources/l10n_ja.properties
com/sun/tools/javah/resources/SunOS_sparc.properties
com/sun/tools/javah/resources/SunOS_x86.properties
com/sun/tools/javadoc/resources/javadoc.properties
com/sun/tools/javadoc/resources/javadoc_ja.properties
com/sun/tools/javadoc/resources/doclets.properties
com/sun/tools/javadoc/resources/doclets_ja.properties
com/sun/tools/javadoc/resources/standard.properties
com/sun/tools/javadoc/resources/standard_ja.properties
com/sun/tools/javadoc/resources/oneone.properties
com/sun/tools/jdi/resources/jdi.properties
%
In the case of Japan, we need the following file to be included;
com/sun/tools/javac/v8/resources/compiler_ja.properties
com/sun/tools/javac/v8/resources/javac_ja.properties
sun/rmi/registry/resources/rmiregistry_ja.properties
sun/rmi/rmic/resources/rmic_ja.properties
sun/rmi/server/resources/rmid_ja.properties
sun/tools/jar/resources/jar_ja.properties
These files are translated for the first time in kestrel, and we
have already delivered to the following workspace. (See comments)
gpe:/export/home8/silc/javasoft/incoming/kestrel/ws
kenichi.kurosaki@Japan 1999-07-05
- relates to
-
JDK-4258600 with l10n changes in build M, rmid's resource file installed in wrong location
- Resolved