On 29.04.2010 10:29, Bert Leunis wrote:
Hi Arjan, What I sometimes to force re-extraction of the module files is to manualy lower the version number in the config (in config/modules/mymodule/version), and then restart the app. The versionhandler will see it has a higher version than available in the repository, and bootstap the module. Be careful though: if you had changed for example paragraph or dialog definitions belonging to your module, and not saved those changes, they may be overwritten by the bootstrap and you lose your changes. Regards, Bert
We do it so, but I think you can even force file extraction (it is a standard MgnlTask) if your version contains "-SNAPSHOT" placeholder.
It is a small customization of your Module class. HTH, Matteo ---------------------------------------------------------------- For list details see http://www.magnolia-cms.com/home/community/mailing-lists.html To unsubscribe, E-mail to: <[email protected]> ----------------------------------------------------------------
