Hi Nebojsa,

The reason of the bug is:  MAGNOLIA-6338
Meaning in a Maven (Jar module) module used in Eclipse, NEW created files are 
not loaded.

Workaround:
After you create an ftl file in Eclipse, restart the Tomcat of Eclipse.
Only on creation needed once, changes are well loaded on the fly.

The reason your workaround works:
You copied the inner JAR's templating part into the directory, where Magnolia 
expects by default searching for "light modules".
In light modules, all new ftl's are create well.
The directory it searches for light modules is defined in: 
WEB-INF/config/default/magnolia.properties
Property defining it: magnolia.resources.dir=${magnolia.home}
So basically you operated on a light module and not on a maven/Jar module.

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=5e67b029-8a7c-4daf-9560-e614c276afbd


----------------------------------------------------------------
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: <dev-list-unsubscr...@magnolia-cms.com>
----------------------------------------------------------------

Reply via email to