Hi jakob,
- [i]getBasicInstallTasks()[/i] method is executed only on fresh install (when
no other version of your module is installed before). As a side note, you
shouldn't override this method but the method [i]getExtraInstallTasks()[/i]
instead.
- register(DeltaBuilder.update("1.0.1", "") is executed only when updating from
versions < 1.0.1.
In the other words:
- if you want to add tasks for fresh install, you have to add it to
[i]getExtraInstallTasks()[/i].
- if you want to add tasks for update e.g. from 1.0 to 1.0.1 then you have to
use [i]DeltaBuilder.update()[/i]
Hope that helps.
Roman
--
Context is everything:
http://forum.magnolia-cms.com/forum/thread.html?threadId=bb029a96-8f79-459f-9cf7-f36c0abcebfe
----------------------------------------------------------------
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]>
----------------------------------------------------------------