Hello! Currently I'm working on migration from 4.4.8 to 4.5.12 and I'm not sure
if I got the template step of migration process.
That's how I do migration:
1. Execute Content migration task for my website, but it doesn't fix
everything, e.g.
[b]TemplateScriptMigrationTask[/b] says
page myArticle
[ERROR] Error while migrating page standard-templating-kit:pages/myArticle!
Template script [b]file doesn't exist![/b]
/my-templating-kit/templates/[b]myMain.ftl[/b] (but it [b]exists[/b], I can
see it in the Templating Kit->Templates->my-templating-kit...)
ContentModuleMigrationTask says
Unknown template name (standard-templating-kit:pages/myArticle) at
/demo-project/about/subsection-articles/article. Leaving unchanged. (I tried to
migrate demo-project for testing)
QUESTION: why /my-templating-kit/templates/myMain.ftl wasn't imported?
2. I go to Tools->Migration Tool. and select
a) module (e.g. /modules/mymodule),
b) site definition (e.g.
/modules/extended-templating-kit/config/sites/mymodule-startsite) and
c) path to folder with templates: (e.g.
/home/.../my-module/src/main/resources/my-templating-kit/templates)
I run script and got
[INFO] Migrating module mymodule
(/home/.../my-module/src/main/resources/ci-templating-kit/templates).
Then some templates were [u]updated on the file system[/u], but not on Magnolia
side (?).
Also there is no update task (only empty one is proposed):
register(DeltaBuilder.update("VERSION","") );
QUESTION: What should I do with updated template files on the file system?
Reimport them via ModuleVersionHandler one by one? Is it the only way?
--
Context is everything:
http://forum.magnolia-cms.com/forum/thread.html?threadId=ca398cca-0911-4265-832f-11f52587d01a
----------------------------------------------------------------
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]>
----------------------------------------------------------------