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 15222

Summary: makenbm Ant task should accept external description
Product: www Reporter: _ pkuzel <pkuzel>
Component: Builds & RepositoriesAssignee: nbbuild-issues@ide <nbbuild-issues>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 3.x   
Hardware: PC   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description _ pkuzel 2001-09-07 11:11:44 UTC
The task holds description element. A description text must be inlined. It would
be better to introduce:
<!ELEMENT description #PCDATA>
<!ATTLIST description bundle CDATA #IMPLIED>
<!ATTLIST description key CDATA #IMPLIED>

usage:

<description bundle="src/org/whatever/Bundle.properties"
key="OpenIDE-Module-Long-Description"/>
Comment 1 Jesse Glick 2001-09-10 19:43:05 UTC
<description> is deprecated, and it is already filed that OIDE-M-L-B
should be understood, in which case you would not have to do
anything--it would be automatic to look in the bundle.

*** This issue has been marked as a duplicate of 13850 ***