You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Always fork, because Ant misbehaves when calling the main class.
If the main method returns, Ant calls System.exit() and kills the
VM. This is almost always wrong.
Also, if an exception is thrown, many Ant layers are part of the
stacktrace making it hard to quickly assess the problem.
Finally, it's just an unsafe way to test an application since the
environment isn't clean.
0 commit comments