1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-24 01:15:29 +02:00
Find a file
Roland Schulz b511b31ad1 Bug 437083 - Improve error message if ssh fails
Execute loadEnv once before trying sftp to make sure exec works.
This way we don't assume it is an sftp problem if the ssh
connection doesn't work at all. To make this work throw an
exception if ExecCommand fails (if exit code != 0). ExecCommand doesn't
have a way to check exit code. Thus this also fixes that if any command
executed with ExecCommand failed, the calling code didn't notice.

Change-Id: I30b8baa0d87166e179fad67643e31a9f17c8ead2
Signed-off-by: Roland Schulz <roland@utk.edu>
2014-06-11 16:43:24 -04:00
bundles Bug 437083 - Improve error message if ssh fails 2014-06-11 16:43:24 -04:00
features/org.eclipse.remote-feature Bug 431255 - Update features to use shared license 2014-05-12 19:21:57 +01:00
releng Add license repo to pom.xml 2014-05-12 19:26:54 +01:00
tests/org.eclipse.remote.core.tests Add file mode test. 2013-10-09 16:28:14 -04:00