Re: problem: null characters written to stdout from multiple sshexec calls

2007-01-09 Thread glenn opdycke-hansen
After doing some more research on this, I have found the following: 1. the problem of hex nulls in the log file occurs when using the alternate code for the fix. 2. When the test is started and is in progress, the normal, expected text is in the log file. 3. When the test is completed, then the nu

Re: problem: null characters written to stdout from multiple sshexec calls

2007-01-05 Thread Peter Reilly
On 1/5/07, glenn opdycke-hansen <[EMAIL PROTECTED]> wrote: bug 41304 created for ant 1.7 I had used the patch from 1.6.5 with success. However when i tested ant 1.7 this problem surfaced. If the build process for 1.7 is similar, I should be able to come up with a proposed fix. The build proc

problem: null characters written to stdout from multiple sshexec calls

2007-01-05 Thread glenn opdycke-hansen
bug 41304 created for ant 1.7 I had used the patch from 1.6.5 with success. However when i tested ant 1.7 this problem surfaced. If the build process for 1.7 is similar, I should be able to come up with a proposed fix. --glenn --