grails1.3.7--Failed to install plugin [mail-1.0-SNAPSHOT]. Plugin has missing JAR dependencies--解決
Posted on 2011-04-21 19:39 asdtiang 閱讀(1026) 評論(1) 編輯 收藏bug:地址:http://jira.grails.org/browse/GPMAIL-14
解決方案: https://github.com/gpc/grails-mail/commit/585bb681c030c1be93ca56ad984dc994bb101107
即在BuildConfig.groovy中更改如下:
dependencies {
// specify dependencies here under either 'build', 'compile', 'runtime', 'test' or 'provided' scopes eg.

// runtime 'mysql:mysql-connector-java:5.1.13'
compile "javax.mail:mail:1.4.3"
runtime "org.springframework:org.springframework.test:3.0.3.RELEASE"
}
再run-app下載,再裝插件。
實在不行,就手動裝。
天蒼蒼,野茫茫,風吹草底見牛羊
解決方案: https://github.com/gpc/grails-mail/commit/585bb681c030c1be93ca56ad984dc994bb101107
即在BuildConfig.groovy中更改如下:







實在不行,就手動裝。
天蒼蒼,野茫茫,風吹草底見牛羊