Kelly Davis wrote:
> If you don't care about the output, this will just send everything to
> /dev/null. If you want to log it, change it to something like this:
> 
> $* > /dev/null 2>err.log 1>out.log &
> 
> This directs stderr to err.log, stdout to out.log

I do know how redirections work.

What I did not know, however, was that I *have* to redirect STDOUT/ERR
in order for '&' not to block. That's kind of annoying if you would like
to see your server's output interspersed with Maven's output rather than
in a separate file.

Thanks anyway for your help.

Best wishes,

Andreas

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to