昨日Nimbleに出会いましたが、ステップ1BuildConfig.groovy
を通過できず、Nimbleのリモートリポジトリを見つける ように構成しました。
私のBuildConfig.groovy
ファイルは1行です:
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 の問題か、自分の構成の問題かを絞り込む最善の方法は何ですか?