我根据[http://mrhaki.blogspot.in/2009/12/gradle-goodness-using-optional-ant-task.html]
中的示例创建了一个gradle ant任务以下是适用于我的示例代码:
myUserid:myPasswd@servername:/home/myUserid
对于todir:而不是"${remoteUser}:${remoteUserPasswd}@${remoteSSHMachine}:${remoteLocation}"
我使用了gradle.properties文件中定义的以下属性* What went wrong:
A problem occurred evaluating script.
> com.jcraft.jsch.JSchException: java.net.UnknownHostException: ${remoteSSHMachine}
这给了我一个错误
header('Content-Type:application/json');
remoteSSHMachine =服务器已在gradle.properties文件中定义,因此我不确定为什么会发生java.net.UnknownHostException异常。
艾米在这方面的帮助表示赞赏。
答案 0 :(得分:1)
很难说究竟什么不起作用,但我准备了一个demo,但诚然,失败但是未知主机异常 - 来自gradle.properties
文件的属性是正确阅读。请将您的代码与演示进行比较,也许它会以某种方式帮助您。
修改强>
事实证明"
中的双引号(gradle.properties
)搞得一团糟。