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

Summary: TemplateAttributesProvider should define name & displayName
Product: apisupport Reporter: ecerulm <ecerulm>
Component: ProjectAssignee: Martin Kozeny <mkozeny>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

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.