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

Summary: I18N-Messages not from bundle file
Product: projects Reporter: gautham mudra <gm131233>
Component: AntAssignee: issues@projects <issues>
Status: CLOSED WONTFIX    
Severity: blocker CC: jf4jbug, kfrank
Priority: P3 Keywords: I18N
Version: 3.x   
Hardware: PC   
OS: Windows ME/2000   
Issue Type: DEFECT Exception Reporter:
Attachments: messages not from bundle

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.