Thank you! It works nicely! -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Zdenek Skodik Sent: 2010. július 16. 13:46 To: Magnolia User-List Subject: Re: [magnolia-user] bootstrap
Hi, my first guess is that [NO] xmls were already in place and you deployed the same version of your module as previously. So in your repository persist the "old" versions and there are bootstrapped only those which were not deployed yet. Those outdated can get updated only if you write appropriate update task in your module version handler. Or, for the sake of developing, you can delete all that previously bootstrapped content to be bootstrapped the new versions. Or you can take the advantage of magnolia.update.auto system property of magnolia.properties (other properties might be also interesting for you). Etc. You should find all needed informations here: http://documentation.magnolia-cms.com/reference/module-mechanism.html -- Best regards, Zdenek Skodik Magnolia International Ltd. You should join us at Magnolia Conference 2010: http://www.magnolia-cms.com/conference Magnolia® - Simple Open-Source Content Management On Thu, 2010-07-15 at 18:32 +0000, JAKABFI Attila wrote: > Hi > > > > I want to ask what is the method to bootstrap config files, which > don’t get loaded after build. > > I have all the files in the same directory, and > > > > config.modules.adminInterface.config.menu.*.xml > [NO] > > config.modules.adminInterface.pages.*.xml > [YES] > > config.modules.dms.dialogs.dmsEdit.tabMeta.startDate.xml [NO] > > config.modules.foo.*.xml > [YES] > > > > some get loaded after build, and some don’t. > > > > Thank you in advance > > > > Best regards > > Attila Jakabfi > > > > > > ______________________________________________________________________ > ---------------------------------------------------------------- > For list details see > http://www.magnolia-cms.com/home/community/mailing-lists.html > To unsubscribe, E-mail to: <[email protected]> > ---------------------------------------------------------------- ---------------------------------------------------------------- For list details see http://www.magnolia-cms.com/home/community/mailing-lists.html To unsubscribe, E-mail to: <[email protected]> ---------------------------------------------------------------- ---------------------------------------------------------------- For list details see http://www.magnolia-cms.com/home/community/mailing-lists.html To unsubscribe, E-mail to: <[email protected]> ----------------------------------------------------------------
