Re: Issue with sshexec and 1.10.7

2019-10-17 Thread Arnold, Thomas L. (LARC-D321)[LITES II]
On 2019-10-17, Stefan Bodewig wrote: > Should be fixed with > https://github.com/apache/ant/commit/8511719cf38cfe9be3c000e89d448f7f13f49cba#diff-bb49f6b85622e35296971c8d0f10284a > - will be fixed in 1.10.8. Confirmed. I grabbed the updated SSHexec.java, stuck it into 1.10.7 and rebuilt and it

Re: Issue with sshexec and 1.10.7

2019-10-17 Thread Stefan Bodewig
On 2019-10-17, Stefan Bodewig wrote: > On 2019-10-17, Arnold, Thomas L. (LARC-D321)[LITES II] wrote: >> I'm having an issue with 1.10.7. This behavior doesn't exist in 1.10.6. >> > keyfile="${user.home}/.ssh/id_rsa" >> output="/home/user/anthell/CheckHost-Server1.txt"

Re: Issue with sshexec and 1.10.7

2019-10-17 Thread Stefan Bodewig
On 2019-10-17, Arnold, Thomas L. (LARC-D321)[LITES II] wrote: > I'm having an issue with 1.10.7. This behavior doesn't exist in 1.10.6. > keyfile="${user.home}/.ssh/id_rsa" > output="/home/user/anthell/CheckHost-Server1.txt" > failonerror="true" append="true" verbose="

Issue with sshexec and 1.10.7

2019-10-17 Thread Arnold, Thomas L. (LARC-D321)[LITES II]
I'm having an issue with 1.10.7. This behavior doesn't exist in 1.10.6. Sample build.xml : simple example build file Running this should leave me with a file CheckHost-Server1.txt containing "OK", instead it fails creating the file: BUILD FAILED /home/us