Updated Branches: refs/heads/develop 07d0d2501 -> 50e8a637f
build should fail on error Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/25591cb5 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/25591cb5 Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/25591cb5 Branch: refs/heads/develop Commit: 25591cb5153421994c04fe3d9b7d5e5301d8b955 Parents: 07d0d25 Author: Alex Harui <[email protected]> Authored: Tue Dec 3 13:21:21 2013 -0800 Committer: Alex Harui <[email protected]> Committed: Tue Dec 3 13:21:35 2013 -0800 ---------------------------------------------------------------------- examples/build_example.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/25591cb5/examples/build_example.xml ---------------------------------------------------------------------- diff --git a/examples/build_example.xml b/examples/build_example.xml index 6bc3db1..82f8925 100644 --- a/examples/build_example.xml +++ b/examples/build_example.xml @@ -120,7 +120,7 @@ <echo message="FALCONJX_HOME: ${FALCONJX_HOME}"/> <echo message="GOOG_HOME: ${GOOG_HOME}"/> - <java jar="${FALCONJX_HOME}/lib/mxmlc.jar" + <java jar="${FALCONJX_HOME}/lib/mxmlc.jar" failonerror="true" fork="true"> <jvmarg line="${mxmlc.jvm.args}"/> <jvmarg line="-Dflexlib=${FLEXJS_HOME}/frameworks}"/>
