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 101486 - J2ME reference needs to be replaced with Java ME
Summary: J2ME reference needs to be replaced with Java ME
Status: RESOLVED FIXED
Alias: None
Product: javame
Classification: Unclassified
Component: Build System (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Roman Svitanic
URL:
Keywords:
: 106396 229423 (view as bug list)
Depends on: 111361
Blocks:
  Show dependency tree
 
Reported: 2007-04-17 23:46 UTC by pcmreddy
Modified: 2013-07-01 15:54 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 pcmreddy 2007-04-17 23:46:41 UTC
In Java Platform Manager under Platforms list 
there is an entry with "J2ME"
which may be updated with "Java ME"
Comment 1 Lukas Hasik 2007-07-09 09:54:36 UTC
milestone 10 finished already. Please reschedule the issue.
Comment 2 Lukas Hasik 2007-07-09 18:28:53 UTC
seems that it's subtask of issue 106396
Comment 3 David Kaspar 2007-07-23 10:11:01 UTC
Adame, could you look at that? Thx.
Comment 4 Adam Sotona 2007-07-30 15:29:35 UTC
It is not possible to change platform specification name, the only display name has to be changed.
PlatformsCustomizer does not allow to change the category display name.
Comment 5 Martin Ryzl 2007-08-09 14:18:57 UTC
it should be Java ME CDC and Java ME MIDP
Comment 6 Adam Sotona 2007-08-15 15:24:56 UTC
*** Issue 106396 has been marked as a duplicate of this issue. ***
Comment 7 _ tboudreau 2008-10-02 19:26:43 UTC
All occurances of "J2ME" in bundle values throughout mobility replaced with "Java ME".

104933:2abb11c1420b
Comment 8 Adam Sotona 2008-11-03 12:46:48 UTC
Tim, please read the issue from the beginning.
How did you renamed "J2ME" in Java Platform Manager to "Java ME"?

This issue is blocked by missing API in Java Paltform Manager (as well as issue #132217).
Comment 9 _ tboudreau 2008-11-20 15:22:56 UTC
This should be easy to fix with simple localization - no api should be needed:
1.  mobility.platform defines the j2me folder in its layer, with localized name "Java ME"
2.  some other module that depends on java.platform (mobility.kit) defines j2me_hidden to hide it
3.  When user creates the first Java ME platform, the j2me folder will be recreated in the userdir;  but it will inherit
the localized name from the hidden j2me folder in the layer.

Any reason this wouldn't work?
Comment 10 _ tboudreau 2008-11-25 22:51:18 UTC
Moving to Next release pending resolution of issue 111361
Comment 11 _ tboudreau 2009-07-19 08:05:07 UTC
See patch attached to issue 111361
Comment 12 David Strupl 2013-04-09 11:22:59 UTC
Assigning to the new owner of javame modules.
Comment 13 Roman Svitanic 2013-05-07 07:35:02 UTC
*** Bug 229423 has been marked as a duplicate of this bug. ***
Comment 14 Roman Svitanic 2013-06-26 08:58:16 UTC
former J2ME has now display name CLDC:
http://hg.netbeans.org/jet-main/rev/dbb8b631c3ad
Comment 15 Quality Engineering 2013-07-01 15:54:23 UTC
Integrated into 'main-silver', will be available in build *201307011244* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/dbb8b631c3ad
User: Roman Svitanic <rsvitanic@netbeans.org>
Log: #101486 - J2ME reference needs to be replaced with Java ME