我昨天遇到了 Nimble,但无法通过第 1 步,配置BuildConfig.groovy
以查找 Nimble 的远程存储库。
我的BuildConfig.groovy
文件是一行:
grails.plugin.repos.discovery.intient="http://intient.com/downloads/grails/
这是我在运行grails install-plugin nimble 0.2时收到的消息:
Welcome to Grails 1.1.1 - http://grails.org/
Licensed under Apache Standard License 2.0
Grails home is set to: /opt/dev/sdks/grails-1.1.1
Base Directory: /home/wraith/dev/source/demo
Running script /opt/dev/sdks/grails-1.1.1/scripts/InstallPlugin.groovy
Environment set to development
No authentication for svn repo at intient ...
Reading remote plugin list ...
Reading remote plugin list ...
Reading remote plugin list ...
Plugin 'nimble' was not found in repository. If it is not stored in a configured repository you will need to install it manually. Type 'grails list-plugins' to find out what plugins are available.
这是我第一次尝试安装不在官方存储库中的插件。如果 Intient.com 或我的配置有问题,最好的缩小范围是什么?