I have created a question for this on stack overflow http://stackoverflow.com/questions/18515407/how-can-i-get-the-return-code-from-the-liquibase-updatedatabase-ant-task-and-the basically I want to be able to handle errors from updating databases through ant with liquibase so I can act on these errors through ant. Is this possible? what I’m looking for in something similar to this from the ant exec task.http://ant.apache.org/manual/Tasks/exec.html
Regards,
Daniel.