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 157177 - I18N : some strings of 6.5 Maven plugin are not from Bundle
Summary: I18N : some strings of 6.5 Maven plugin are not from Bundle
Status: RESOLVED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Milos Kleint
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2009-01-21 04:55 UTC by Masaki Katakai
Modified: 2009-02-19 22:42 UTC (History)
1 user (show)

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 Masaki Katakai 2009-01-21 04:55:12 UTC
On NetBeans 6.5 Maven plugin, there are some strings that are not displayed
in localized strings and it seems that those are not extracted into resource bundle.

It seems that trunk has the same issues, so if possible, please try to fix
in trunk for 7.0.

"Indexing Repo" on status area:
  ./maven.indexer/src/org/netbeans/modules/maven/indexer/RepositoryIndexerListener.java:
        handle = ProgressHandleFactory.createHandle("Indexing Repo   : " + (ri!=null? ri.getName() :
indexingContext.getId()));

  ./maven.indexer/src/org/netbeans/modules/maven/indexer/RepositoryIndexerListener.java:
            writer.println("Indexing Repo   : " + (ri!=null? ri.getName():ctx.getId()));

"Remove" button on Add framework panel of property dialog:
  ./maven.j2ee/src/org/netbeans/modules/maven/webframeworks/WebFrameworksPanel.java:

        org.openide.awt.Mnemonics.setLocalizedText(btnRemoveAdded, "&Remove");

"Badly formed Maven project" as project name when there is error:
  ./maven.embedder/release/maven2/fallback_pom.xml:

    <name>&lt;Badly formed Maven project&gt;</name>
Comment 2 Quality Engineering 2009-02-03 08:31:03 UTC
Integrated into 'main-golden', will be available in build *200902030229* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/9881ca9d27af
User: Milos Kleint <mkleint@netbeans.org>
Log: #157177 i18n
Comment 3 Quality Engineering 2009-02-03 20:51:22 UTC
Integrated into 'main-golden', will be available in build *200902031446* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/67909a548953
User: Milos Kleint <mkleint@netbeans.org>
Log: #157177 i18n