On Wed, 19 Jun 2002, Keith Wannamaker <[EMAIL PROTECTED]> wrote: > The custom task writes to stdout (which I get in > both cases) then calles a java class via introspection > (Method.invoke). This called class writes to stdout.
Are you spawning any threads here? The logic in DemuxOutputStream cannot attribute the output generated in spawned threads to the corresponding tasks and the output may end up in the wrong place - see Project#registerThreadTask for a way to associate the Thread with your Task. Stefan -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
