Hi,
Sometimes developers inadvertently check in code that has
a compile time error. When other developers attempt to use
ant to compile the source tree, ant stops compiling and forces
the user to fix the error, even if it's not his code, before
he can continue with the build process. Many times his code isn't even
dependent on the code with the error, but he has to fix it anyway.
Is there a way to mimick "make -i" with Ant?
I've looked around in the Ant documentation and don't see
any mention of a way to ignore errors during the build process.
Thanks,
Rob