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 165122 - FreemarkerFactory associates with file ext fm, s/b ftl
Summary: FreemarkerFactory associates with file ext fm, s/b ftl
Status: RESOLVED FIXED
Alias: None
Product: ide
Classification: Unclassified
Component: libs (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-14 04:16 UTC by mvmorel
Modified: 2014-07-31 08:57 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description mvmorel 2009-05-14 04:16:54 UTC
The default file extension for FreeMarker is ftl. org.netbeans.libs.freemarker.FreeMarkerFactory in the 
FreeMarkerIntegration module should ensure the List returned by getExtensions() includes ftl
Comment 1 Marian Mirilovic 2013-07-11 10:13:30 UTC
Martin, 
you were the last one updating library ... isn't this already covered ?
Comment 2 Martin Entlicher 2014-07-30 22:11:12 UTC
ftl extention is included in changeset:   277004:c788517071d0
http://hg.netbeans.org/core-main/rev/c788517071d0
Comment 3 Quality Engineering 2014-07-31 08:57:58 UTC
Integrated into 'main-silver', will be available in build *201407310738* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/c788517071d0
User: mentlicher@netbeans.org
Log: #165122: ftl added as a FreeMarker script extension.