> On Tue, 29 Jul 2003, Conor MacNeill <[EMAIL PROTECTED]>
> wrote:
>
> >> (2) the spawned process to be stoped or even killed by the system
> >> (at least Unix) as soon as it tries to write to stdout or stderr
> >> (probably either with SIGTTOU, SIGPIPE or SIGHUP).
> >
> > Why not just "caveat user" :-)
>
> AFAIU the current implementation will ignore the error/output
> attributes, which means that the user may think everything is fine
> even if it isn't.
>
We can add a throw new BuildException in case one of the attributes which
are not supported for spawn is used together with spawn (all the
input/output/error/result properties).
This is the simplest way to handle it.

Antoine



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to