had the same issue with nohup and a forked java task. The problem was that
the input of the forked java task was still taken from the console and the
java task was hanging. 
Adding input="/dev/null" to my java task solved the problem!
-- 
View this message in context: 
http://ant.1045680.n5.nabble.com/nohup-and-Ant-question-tp1350407p3336165.html
Sent from the Ant - Users mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@ant.apache.org
For additional commands, e-mail: user-h...@ant.apache.org

Reply via email to