I would like to create a configuration tool for Magnolia that should be run from a CLI. I would like to be able to automatically import a set of XML files generated from other Magnolia instances into a newly installed one.
I tried to create a wrapper around DataTransporter, but I was unsuccessful to instantiate it because it requires a context run against, as seen in [1]. Could someone point me to the proper way of instantiating a Magnolia SystemContext such that I can have access to MgnlContext outside of a servlet that's running in a WebContext? [1] http://documentation.magnolia-cms.com/technical-guide/import-export.html#Scripting -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=9c07ec22-af0b-4522-b0a1-b81e1c924fc5 ---------------------------------------------------------------- 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]> ----------------------------------------------------------------
