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 - makenbm Ant task should accept external description
Summary: makenbm Ant task should accept external description
Status: RESOLVED DUPLICATE of bug 13850
Alias: None
Product: www
Classification: Unclassified
Component: Builds & Repositories (show other bugs)
Version: 3.x
Hardware: PC All
: P3 blocker (vote)
Assignee: nbbuild-issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-09-07 11:11 UTC by _ pkuzel
Modified: 2001-09-10 19:43 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 _ 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 ***