=====================
cd /home/e/code/java/aspParser/src/
ant -Dant.home=/home/e/Ant -buildfile '/home/e/code/java/aspParser/build.xml' -emacs Buildfile: /home/e/code/java/aspParser/build.xml
prepare:
antlr:
Compilation exited abnormally with code 129 at Mon Oct 18 01:04:23
=====================
When i use the same commands:
cd /home/e/code/java/aspParser/src/
ant -Dant.home=/home/e/Ant -buildfile '/home/e/code/java/aspParser/build.xml' -emacs
from a terminal, I get error messages printed.
I set an extra argument to ant (-debug) to see what's going on. Only a part of the messages where printed, and the error message was the same. The task needs 15 seconds to complete. Could it be that the process is terminated when a certain amount of time (less the 15 sec) has passed?
Thanks in advanced. Anakreon.
