Question

Does anybody know how I can run a gant build which ignores build errors? Something like ant and make are doing with the '-k' or '-keep-going' switch.

Thx

Was it helpful?

Solution

The -k flag hasn't been added yet to gant, afaik. You can submit a feature request for it here:

http://jira.codehaus.org/browse/GANT

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top