You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by Eric Wood <EW...@llbean.com> on 2006/05/19 22:19:46 UTC

Exception executing scp on IBM's WebSphere 1.3.1 java

I'm attemptiong to execute ANT's scp task on a box that contains IBM
WebSphere's 1.3.1 java. I get the following exception:

    java.lang.NoSuchMethodError: java.net.InetAddress: method
getByAddress([B)Ljava/net/InetAddress; not found

I'm assuming that I can't run the version of scp provided by the
dependent library: jsch-0.1.28.jar

I can run a version from the command line on this box which means I
guiess I can <exec .. /> the scp comand line version, but I would like
to try and get the
Ant version of scp running.

Has anybody tried to get ant's scp running using IBM's 1.3.1 version of
java?

Eric