蚂蚁找不到我的JAR文件?试图做一个sshexec任务 [英] Ant can't find my JAR file? Trying to do an sshexec task

查看:936
本文介绍了蚂蚁找不到我的JAR文件?试图做一个sshexec任务的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我试图使用Ant的sshexec任务在我的OSX中,当我尝试运行它,我得到下面列出的错误。 http://www.jcraft.com/jsch/index:我从下载的jsch jar文件html的版本jsch-0.1.43.jar

I'm trying to use the sshexec task for ANT on my OSX box, when I try to run it I get the error listed below. I've downloaded the jsch jar file from: http://www.jcraft.com/jsch/index.html version jsch-0.1.43.jar

我把这个文件到/ usr /共享/蚂蚁/ lib和仍然存在的错误。任何想法?

I placed that file into /usr/share/ant/lib and still the error occurs. any ideas?

感谢

<target name="testme" depends="">
 <sshexec host="myhost1" username="${username}" command="ls -la" keyfile="${user.home}/.ssh/id_rsa" />
</target>

我收到以下错误:

I get the following error:

BUILD FAILED
/Users/jim/Code/myapp/deploy.xml:16: Problem: failed to create task or type sshexec
Cause: the class org.apache.tools.ant.taskdefs.optional.ssh.SSHExec was not found.
        This looks like one of Ant's optional components.
Action: Check that the appropriate optional JAR exists in
        -/usr/share/ant/lib
        -/Users/jim/.ant/lib
        -a directory added on the command line with the -lib argument

Do not panic, this is a common problem.
The commonest cause is a missing JAR.

更新::::
我安装了ANT来自Apache的新版本,并把它放在/ usr /本地和移动jsch文件到/ usr /本地/蚂蚁/ lib和它修复错误,但是现在我有一个新的当我运行它:蚂蚁-f deploy.xml重新启动

UPDATE:::: I installed a new version of ANT from apache and put it in /usr/local and moved the jsch file into /usr/local/ant/lib and it fixes the error, however now I have a new one when I run it with: ant -f deploy.xml restart

BUILD FAILED
    /Users/jim/Code/myapp/deploy.xml:20: java.lang.NoSuchMethodError: com.jcraft.jsch.ChannelExec.setExtOutputStream(Ljava/io/OutputStream;)V
        at org.apache.tools.ant.taskdefs.optional.ssh.SSHExec.executeCommand(SSHExec.java:265)
        at org.apache.tools.ant.taskdefs.optional.ssh.SSHExec.execute(SSHExec.java:194)
        at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
        at org.apache.tools.ant.Task.perform(Task.java:348)
        at org.apache.tools.ant.Target.execute(Target.java:390)
        at org.apache.tools.ant.Target.performTasks(Target.java:411)
        at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1397)
        at org.apache.tools.ant.Project.executeTarget(Project.java:1366)
        at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
        at org.apache.tools.ant.Project.executeTargets(Project.java:1249)
        at org.apache.tools.ant.Main.runBuild(Main.java:801)
        at org.apache.tools.ant.Main.startAnt(Main.java:218)
        at org.apache.tools.ant.launch.Launcher.run(Launcher.java:280)
        at org.apache.tools.ant.launch.Launcher.main(Launcher.java:109)

下面是我的诊断信息:

http://pastebin.org/877058

推荐答案

看起来像一个版本的兼容性问题,请检查jsch的版本相匹配的的蚂蚁版本的支持。

looks like a version compatibility issue, check the version of jsch matches the one supported by the ant version.

也许吧。

这篇关于蚂蚁找不到我的JAR文件?试图做一个sshexec任务的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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