安装插件[shiro-1.1.3]时发生错误:无法删除
Grails 2.0.0.M1 + shiro-1.1.3
grails>安装插件shiro
|解决插件 JAR 依赖关系..
删除日志...
|已安装插件。
grails>编译--staktrace
|错误 安装插件 [shiro-1.1.3] 时发生错误:无法 删除文件 D:\TZProfile.grails\2.0.0.M1\projects\Vote\plugins\shiro-1.1.3\lib\shiro-co re-1.1.0.jar
|错误 运行脚本编译时出错 --staktrace: org.codehaus.groovy.grails.cli .ScriptExitException (使用 --stacktrace 查看完整的跟踪)
Grails 2.0.0.M1 + shiro-1.1.3
grails> install-plugin shiro
| Resolving plugin JAR dependencies..
delete logs...
| Plugin installed.
grails> compile --staktrace
| Error An error occured installing the plugin [shiro-1.1.3]: Unable
to delete file
D:\TZProfile.grails\2.0.0.M1\projects\Vote\plugins\shiro-1.1.3\lib\shiro-co
re-1.1.0.jar| Error Error running script compile --staktrace:
org.codehaus.groovy.grails.cli .ScriptExitException (Use --stacktrace
to see the full trace)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您只需删除 D:\TZProfile.grails\2.0.0.M1\projects\Vote\plugins\shiro-1.1.3\lib 的所有文件 .jar 即可。即卸载插件。之后,再次安装。然后,运行该应用程序。
You only need to delete all files .jar of D:\TZProfile.grails\2.0.0.M1\projects\Vote\plugins\shiro-1.1.3\lib. That is, uninstall the plugin. After that, install it again. Then, run the app.