Bert Vermeerbergen <[EMAIL PROTECTED]> wrote:

> Is it possible to ignore (certain) build errors ?

Some tasks (<exec> and <javac> for example) support a failonerror
attribute - they will report the problem but not stop the build.

There is no general solution for this - but I'll add it to the Ant2
wishlist. It's something like make -k, right?

Stefan

Reply via email to