[Anthill] SCP

Misura, Gabe gabe.misura at eds.com
Tue Nov 23 14:57:39 CST 2004


This is probably more of an Ant thing than an Anthill thing, but my google
searches are turning up nothing so I thought I'd ask

I'm using Anthill OS 1.7.1.212, and I installed Ant 1.6.2 and jsch.jar (per
the Ant instructions).
My scp task gets executed, says its connecting, 

preprod:
      [scp] Connecting to 1xx.1xx.8x.7:22

but that's it. Then I get a build failed message:

BUILD FAILED
D:\WSAD\Anthill\work\fakeinfoconlogin\WebContent\WEB-INF\build.xml:69: No
response from server


I can connect to the server with WinSCP and my co-worker (next to me,
similar IP) can connect with WS_FTP_Pro with sftp.
Here's my build.xml (snippet)

	<target name="preprod" depends="delete, compile, preProdPropFiles,
war, backup">
		<scp todir="user:pass at 1xx.1xx.8x.7:/dir/ftp/dir/dir"
			 trust="Yes"
			 verbose="Yes">
			 <fileset file="${warpath}/${warfile}.war"/>
		</scp>
	</target>

I assume that the scp works.
I've tried trust="true", trust="Yes", verbose="true", verbose="Yes", none
has done anything or given me more output.

Any other debugging steps or suggestions to fix? (Or additional information)

Thanks

Gabriel Misura
500 Renaissance Center, MS 15th Floor, 1340
Detroit, MI 48243
Phone: 313-230-6119
AIM: gabemisura

The information in this email is confidential and may be legally privileged.
It is intended solely for the addressee. Access to this email by anyone else
is unauthorized. If you are not the intended recipient, any disclosure,
copying, distribution or any action taken or omitted to be taken in reliance
on it, is prohibited and may be unlawful.




More information about the Anthill mailing list