On Mon, 10 Feb 2003, Conor MacNeill <[EMAIL PROTECTED]> wrote: >> Does it have any effect on <input>? > > It shouldn't.
A quick test says, it hasn't 8-) >> Maybe we can use the InputHandler framework here as well? > > Perhaps possible - I didn't really look at doing that. There is a > bit of a mismatch, though. Inputhandler is prompt driven which > doesn't really match the separated input and output streams used in > exec. Yes. I remember I played with the more general problem of input redirection when I worked on the InputHandler stuff but gave in because I couldn't get things to fit together. The prompt driven approach is necessary if you want PropertyFileInputHandler or anything similar to work. Stefan
