On 5/16/15, 10:36 PM, "kevin.godell" <[email protected]> wrote:
>
>I have set up the external tools for zipping and also launching index.html
>with chrome and they work ok when run by themselves. The problem is the
>/js/bin/mxmlc has that exit code 2 which stops the workflow. I know that I
>can just run each tool in order, 1 at a time, but I really would like to
>have it with the push of 1 button. Maybe I am asking for too much?
>
I didn’t see any -ignore-errors option. We could add one.
To keep playing around with this in the meantime, I believe you can add:
exit 0
as the last line of js/bin/mxmlc
-Alex
>