Hi Uta
Not quite automatically, but there's a simple task for this that you can add to
your default install and update tasks:
[code]tasks.add(new TemplatesInstallTask("/templating-kit/.*\\.ftl",
true));[/code]
(Example taken from STK)
[code]TemplatesInstallTask(final String matchPattern, boolean
stripExtension)[/code]
This task resides in the inplace-templating module, so you will need to define
a dependency to it in your POM.
Cheers
Natascha
--
Context is everything:
http://forum.magnolia-cms.com/forum/thread.html?threadId=04c7ab72-7f2d-400f-82fc-51c91b837b91
----------------------------------------------------------------
For list details, see http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------