I'm checking FinalBuilder7 for our company now. We have some code in C++ and some code in Java. Since FinalBuilder does not supports Java technologies, except running javac compiler and ant files, I've build action list that update code from SVN, builds it with Maven2, deploys to Tomcat web server and runs tests. I run it for each of Java modules with 'Run Actions List' action. Some modules is optional and my boss wants the build to continue, even if actions list failed on it. I see that in difference to most actions, in 'Run Actions List', 'Ignore Failure' checkbox is disabled. Can I enable it in some way. If I can't, is try..catch solution will work on 'Run Actions List' if one of list actions is failed?
Hi
Not sure why this wasn’t responded to. The ignore failure option is not available on the run actionlist action because of a design issue that makes it not currently possible. Putting a try/catch around it is the way to go.