This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 70235

Summary: I18N - some words seen while generating javadoc not from bundle file
Product: java Reporter: Ken Frank <kfrank>
Component: ProjectAssignee: Tomas Zezula <tzezula>
Status: VERIFIED WONTFIX    
Severity: blocker Keywords: I18N
Priority: P2    
Version: 5.x   
Hardware: Sun   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Ken Frank 2005-12-12 03:33:00 UTC
create a java project and choose generate javadoc, running in chinese locale
that has been localized for in jars

in output window, see 2 messages not from bundle file -
Generating javadoc
Javadoc execution

but see other lines that have multibyte in them, I think from the javadoc programs
in jdk itself.
I dont know if the 2 lines above are from nb, and could be in bundle file or
from jdk or other program.

ken.frank@sun.com
Comment 1 Jan Becicka 2005-12-12 07:09:01 UTC
java/project builds javadoc, I hope.
Comment 2 Tomas Zezula 2005-12-12 16:53:49 UTC
The output:
[javadoc] Generating Javadoc
[javadoc] Javadoc execution
is generated by the ant's javadoc task. It does not come from the IDE, there is no
easy and reliable way how to localize it.
You can verify it by running some sample Ant script with javadoc task.
Comment 3 Marek Grummich 2006-01-26 10:37:47 UTC
verified