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