Gruenewald, Terry E wrote:
When I run ant using nohup and in the background, it runs okay. However, if
I then log out of my session, ant exits as well. Has anyone run into this
before? Does anyone know how to fix this so that the usual behavior of
nohup works.
Try redirecting all standard file descriptors: nohup ant </dev/null >ant.log 2>&1 &
-Bill --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
