How to (ignore | continue) building gant-build in case of compilation errors?
Does anyone know how I can run a gant build that ignores build errors? Something like ant and make do with the '-k' or '-keep-going' switch.
thank
0
user31157
source
to share
1 answer
The -k flag hasn't been added to gant yet, afaik. You can submit a feature request here:
http://jira.codehaus.org/browse/GANT
0
blueberryfields
source
to share