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 160688 - Missing support for LookupProvider and NodeFactory in J2ME Projects
Summary: Missing support for LookupProvider and NodeFactory in J2ME Projects
Status: NEW
Alias: None
Product: javame
Classification: Unclassified
Component: Build System (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Petr Suchomel
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-19 21:44 UTC by baldur
Modified: 2009-03-19 21:44 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description baldur 2009-03-19 21:44:07 UTC
There's an example how to extend a project's node with additional Nodes via layer.xml file by using the NodeFactory
service provider of Netbeans 6.0:
http://platform.netbeans.org/tutorials/nbm-projectextension.html

J2ME Projects doesn't support these service providers, so it's currently not possible to extend J2ME projects.