Grails邮件插件不安装 - 尝试在Config中修复,但仍然不起作用 [英] Grails Mail Plugin doesnt install - try to fix in Config but still doesnt work

查看:102
本文介绍了Grails邮件插件不安装 - 尝试在Config中修复,但仍然不起作用的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我需要安装grails的邮件插件。控制台显示以下错误:

I need to install the mail plugin for grails. The console shows the following error:

Failed to install plugin [mail-1.0-SNAPSHOT]. Plugin has missing JAR dependencies.

我试着在buildconfig.groovy中解决一些问题,它不断在上面显示此错误消息。
插入到buildconfig.groovy中的东西

I tryed to fix some things in the buildconfig.groovy according to guides to this problem I googled, but it keeps showing this error message above. Things I inserted into the buildconfig.groovy

dependencies {

    compile "javax.mail:mail:1.4.3"
    runtime "org.springframework:org.springframework.test:3.0.3.RELEASE"

    runtime( ':mail:1.0-SNAPSHOT' ) {
    excludes "spring-test"}


}

该插件没有安装(我试图从运行目标控制台安装它。有人可以帮忙吗?
非常感谢,
Daniel

the plugin doesnt install (I tried to install it from the "run target" console. Can somebody help pleas? thanks a lot, Daniel

推荐答案

您可以尝试安装0.9版本吗?我知道这对我们有用。

Can you trying installing version 0.9 ? I know that works for us.

这篇关于Grails邮件插件不安装 - 尝试在Config中修复,但仍然不起作用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆