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 169074 - TemplateAttributesProvider should define name & displayName
Summary: TemplateAttributesProvider should define name & displayName
Status: NEW
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker with 1 vote (vote)
Assignee: Martin Kozeny
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-23 21:51 UTC by ecerulm
Modified: 2013-02-14 13:17 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 ecerulm 2009-07-23 21:51:27 UTC
variables ${project.displayName} and ${project.name} get translated to 

"Expression project.name is undefined on line 10, column 19 in Templates/Licenses/license-gplv3.txt"

in Netbeans Platform Application projects (regular java application projects work ok).
Comment 1 Martin Entlicher 2010-10-12 16:13:41 UTC
Well, maybe this is a duplicate of issue #180452
Comment 2 Martin Entlicher 2010-10-13 15:03:29 UTC
org.netbeans.modules.apisupport.project.queries.TemplateAttributesProvider does not define name or displayName.