尝试创建i18n插件时:
roo> addon create i18n --topLevelPackage com.gilles.photos.addon --locale ic --messageBundle i18n / messages_ic.properties
我收到消息:
Command 'addon create i18n --topLevelPackage com.gilles.photos.addon --locale ic --messageBundle i18n/messages_ic.properties' was found but is not currently available (type 'help' then ENTER to learn about this command)
我尝试按照这篇文章的建议: http://forum.springsource.org/showthread.php?101843-addon-create-i18n-does-not-work
这个家伙的建议对我来说是不透明的。他的意思是:
addon create命令需要 在空目录中运行
网上没有明确的答案。
答案 0 :(得分:3)
你到底想干什么?安装对给定语言的支持;使用
web mvc install language --code it
it
是语言的代码。 “Roo目前支持六种语言,你可以为你选择的其他人编写一种附加语言” - 截至2011年2月。你正在尝试的命令是那个应该为一种语言创建插件的命令支持的。 (我不认为这是你的意图)
问题澄清后编辑:
见roo documentation,A.5.2节。 你要做的是
addon create i18n --topLevelPackage foo.bar --locale ic --messageBundle i18n/messages_ic.properties