Spring Roo 插件创建异常
我正在尝试使用 roo 1.1.0M3 zip 提供的脚本创建一个简单的插件,但
收到此错误
无法定位'/org/springframework/roo/addon/creator/simple\roo-addon-simple-template。 xml'
in classloader
脚本执行中止
有人可以帮我解决这个问题吗?
谢谢谢卡尔
I am trying to create a simple addon using the script provided with the roo 1.1.0M3 zip but
I am getting this error
Could not locate '/org/springframework/roo/addon/creator/simple\roo-addon-simple-template.xml'
in classloader
Script execution aborted
Can anybody please help me solve this problem?
Thanks
Shekhar
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您是否验证了提到的文件是否在您的类路径中(在您正在开发扩展的工作区类路径中包含的 jar 中)?
如果没有,您可能会通过将正确的 jar 添加到类路径来解决问题。
Have you verified whether the mentionned file is in your classpath (in a jar included in the workspace classpath where you are developing your extension)?
If not, you'll probably solve the problem adding the right jar to your classpath.