[xwiki-devs] Potentially missing deps on translation macro module
Hi devs, Recently we've done a big work of converting the old $msg into $services.localization or {{translation/}}. Every time we've done that in a module we need to add a dependency in its pom on the appropriate localization module. I haven't checked fully if we've done this or not but it's possible that some functional tests don't fail because they don't test everything so we need to review the POMs. Thanks -Vincent
* if you need to use the script service: xwiki-platform-localization-script * if you need to use the macro: xwiki-platform-localization-macro * if you need to register wiki translation: xwiki-platform-localization-source-wiki * if you need to register jar translation: xwiki-platform-localization-source-jar On Sat, Apr 6, 2013 at 9:06 PM, Vincent Massol <[email protected]> wrote:
Hi devs,
Recently we've done a big work of converting the old $msg into $services.localization or {{translation/}}.
Every time we've done that in a module we need to add a dependency in its pom on the appropriate localization module.
I haven't checked fully if we've done this or not but it's possible that some functional tests don't fail because they don't test everything so we need to review the POMs.
Thanks -Vincent
_______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
-- Thomas Mortagne
BTW the packager plugin has all localization modules in its minimum set of modules so changing from $msg to $services.localization should not have any impact on integration tests. On Sun, Apr 7, 2013 at 9:46 AM, Thomas Mortagne <[email protected]> wrote:
* if you need to use the script service: xwiki-platform-localization-script * if you need to use the macro: xwiki-platform-localization-macro
* if you need to register wiki translation: xwiki-platform-localization-source-wiki * if you need to register jar translation: xwiki-platform-localization-source-jar
On Sat, Apr 6, 2013 at 9:06 PM, Vincent Massol <[email protected]> wrote:
Hi devs,
Recently we've done a big work of converting the old $msg into $services.localization or {{translation/}}.
Every time we've done that in a module we need to add a dependency in its pom on the appropriate localization module.
I haven't checked fully if we've done this or not but it's possible that some functional tests don't fail because they don't test everything so we need to review the POMs.
Thanks -Vincent
_______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
-- Thomas Mortagne
-- Thomas Mortagne
participants (2)
-
Thomas Mortagne -
Vincent Massol