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 163945 - Add support for "Feature" element in nbi infrastructure
Summary: Add support for "Feature" element in nbi infrastructure
Status: NEW
Alias: None
Product: installer
Classification: Unclassified
Component: NBI (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Libor Fischmeistr
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-28 16:27 UTC by dlipin
Modified: 2014-02-10 14:16 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
feature(-template).(xml|properties) + FeatureDescriptor (10.29 KB, application/octet-stream)
2009-04-28 18:00 UTC, dlipin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description dlipin 2009-04-28 16:27:04 UTC
For now we have:
- Product and Group in NBI engine
- ProductDescriptor and GroupDescriptor in NBI Ant Classes
- product-template.xml/properties and group-template.xml/properties in templates (nbi/infra/build/.common/.templates)
- product.xml/properties and group.xml/properties in build scripts (nbi/infra/build/.common)

We have limited support for the o.n.i.u.h.Feature specifically in build infrastructure.
That should be fixed by providing:
- FeatureDescriptor in NBI Ant Classes
- feature-template.xml/properties in templates 
- feature.xml/properties build scripts
Comment 1 dlipin 2009-04-28 18:00:39 UTC
Created attachment 81103 [details]
feature(-template).(xml|properties) + FeatureDescriptor
Comment 2 dlipin 2009-04-28 18:04:42 UTC
Some work is been done. Still need to add support in RegistriesManagerImpl. 
Probably also need to make Feature be the RegistryNode extension.
Comment 3 Jiri Rechtacek 2012-10-07 12:58:54 UTC
Assigned to new owner.