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

Summary: I18N : some strings of 6.5 Maven plugin are not from Bundle
Product: projects Reporter: Masaki Katakai <masaki>
Component: MavenAssignee: Milos Kleint <mkleint>
Status: RESOLVED FIXED    
Severity: blocker CC: jf4jbug
Priority: P3 Keywords: I18N
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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