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
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"
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="
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