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 - I18N - some words seen while generating javadoc not from bundle file
Summary: I18N - some words seen while generating javadoc not from bundle file
Status: VERIFIED WONTFIX
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 5.x
Hardware: Sun All
: P2 blocker (vote)
Assignee: Tomas Zezula
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2005-12-12 03:33 UTC by Ken Frank
Modified: 2006-01-26 10:37 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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