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 26205 - I18N-Messages not from bundle file
Summary: I18N-Messages not from bundle file
Status: CLOSED WONTFIX
Alias: None
Product: projects
Classification: Unclassified
Component: Ant (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: issues@projects
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2002-08-02 01:59 UTC by gautham mudra
Modified: 2003-03-04 00:24 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
messages not from bundle (147.13 KB, image/jpeg)
2002-08-02 01:59 UTC, gautham mudra
Details

Note You need to log in before you can comment on or make changes to this bug.
Description gautham mudra 2002-08-02 01:59:10 UTC
Some of the messages in the contextual menu of the ant targets does 
not come from the bundle file.

Steps to reproduce:
1.Goto File->New.Expand the 'Ant Build Scripts' node and 
select 'Sample Ant Project' and then click ok.
2.Give a package name and ant file name and finish the wizard.
3.The ant file shows up in the Explorer.Expand it.
4.Select any of the targets(for example 'init').
5.Right click and from the contextual menu choose 'Add'.
6.The menu items do not come from the bundle file.

I will attach a snap shot.

Build:Netbeans3.4 RC1
OS:Windows2000
Comment 1 gautham mudra 2002-08-02 01:59:35 UTC
Created attachment 6988 [details]
messages not from bundle
Comment 2 David Konecny 2002-08-02 15:19:00 UTC
As designed. What you see in the popup menu are Ant commands which
user can add to the selected target. They are not localizable.
Comment 3 Jesse Glick 2002-12-23 16:47:59 UTC
Consistent use of the I18N keyword.