ExecuteStreamHandler Implementation to Buffer Out/Err?

2005-03-30 Thread Lukas Bradley
Does an implementation of ExecuteStreamHandler exist that will buffer all output from the output and error streams when a command is executed? I have a program I would like to execute from Java into which I have a series of input commands to run. These commands are created before-hand, and are

Re: Writing filelists to a file?

2005-01-27 Thread Lukas Bradley
Thank you for the help. The following works correctly: ${toString:class-list} - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Writing filelists to a file?

2005-01-27 Thread Lukas Bradley
Is it possible to write a filelist to a text file? Should be no problem using the pathconvert and echo tasks. Thanks Matt, I had no idea echo could write to a file. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comma

Writing filelists to a file?

2005-01-27 Thread Lukas Bradley
Is it possible to write a filelist to a text file? Given the following: Is there presently a way to write all those file paths to some other text file? Seems like an easy request; I was just hoping something existed so I wouldn't have to write my own taskdef. -