Hi,
I'm using Ant inside a java program, (for a task FTP), but there's a System.exit(0) in the main class. So my programs stops after the ant command. To solve the problem, I've downloaded the sources and deleted the right line. It works now. However, I should do it for each new version. Could it be possible for a future version (1.4 or more) to add any argument (in the main class or in XML build file), which would make it possible to stop or not a process? Fran�ois
