freemarker / fmpp

Command line and Ant tool for processing files with FreeMarker
http://fmpp.sourceforge.net/
Other
82 stars 24 forks source link

Support autoIncludes #22

Open rgm3 opened 6 years ago

rgm3 commented 6 years ago

I would like to be able to define the following in config.fmpp:

freemarkerAutoIncludes: [
   /path/to/global.ftl,
   /path/to/footer-tools.ftl
]

I would expect this to result in a call to Configuration.setAutoIncludes().

ddekany commented 6 years ago

Yeah, FMPP is missing lot of "new" FreeMarker settings... for this one tough, the "borders" setting is a possible workaround (see on http://fmpp.sourceforge.net/settings.html).