Hi,
Thank you , Jan.
but I tried and made one class that extends from Main , and added this
exit() function as follows:
---
class ExitAntMain extends org.apache.tools.ant.Main {
/**
* This operation is expected to call [EMAIL P
By default Main calls a System.exit(). You have to subclass it and overwrite
exit(int).
Jan
Main.java:0238: /**
Main.java:0239: * This operation is expected to call [EMAIL PROTECTED]
System#exit(int)}, which
Main.java:0240: * is what the base version does.
Main.java:0241: *