Hello Will Thanks for specifying what your script does :)
Just to clarify, the migration tool helps you to migrate all modules that involve templating mechanisms (config and scripts), but themes are not included in this. Themes are varying too much in order to be able to determine a common pattern. However, all that you need to know about how to update them to 4.5 should be mentioned on this page: http://wiki.magnolia-cms.com/display/DEV/How+to+migrate+your+STK+theme You should not have to migrate demo-project, this should be done by the VH in demo-project: [code]info.magnolia.module.demoproject.setup.DemoProjectVersionHandler[/code] This takes care of demo-features, all DMS images and so on as well. Also, regarding the js => resources:js issue [code]info.magnolia.module.templatingkit.setup.InstallSTKResourcesTask[/code] is called in the STK VH in the delta task for an update to 2.0, so it is weird that you get errors from STK resources. However, this might be also due to the fact that we don't remove the old resources (you might have some modifications in there that you need) and demo-project is still referencing all.js for example. Can you have a look at the demo-project version in your modules list and see whether this is correctly updated to the same version as STK? Otherwise there has to be something in the logs that should give us a hint as to why certain things do not seem to be updated. Hope this helps Natascha -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=98fa688c-68a4-41c4-a6af-78225debb124 ---------------------------------------------------------------- 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]> ----------------------------------------------------------------
