fail sooner if SWF build fails
Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/5bf36d82 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/5bf36d82 Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/5bf36d82 Branch: refs/heads/feature/amf Commit: 5bf36d820cc8b443dfc7120947d46896c15c6e3f Parents: ea18dbd Author: Alex Harui <aha...@apache.org> Authored: Fri Sep 1 11:07:07 2017 -0700 Committer: Alex Harui <aha...@apache.org> Committed: Fri Sep 1 11:07:07 2017 -0700 ---------------------------------------------------------------------- frameworks/projects/Network/build.xml | 2 +- frameworks/projects/Reflection/build.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/5bf36d82/frameworks/projects/Network/build.xml ---------------------------------------------------------------------- diff --git a/frameworks/projects/Network/build.xml b/frameworks/projects/Network/build.xml index ad4efc7..a31ee82 100644 --- a/frameworks/projects/Network/build.xml +++ b/frameworks/projects/Network/build.xml @@ -80,7 +80,7 @@ <echo message="FALCON_HOME: ${FALCON_HOME}"/> <echo message="FALCONJX_HOME: ${FALCONJX_HOME}"/> - <java jar="${FALCONJX_HOME}/lib/compc.jar" fork="true" > + <java jar="${FALCONJX_HOME}/lib/compc.jar" fork="true" failonerror="true"> <jvmarg value="-Xmx384m" /> <jvmarg value="-Dsun.io.useCanonCaches=false" /> <jvmarg value="-Dflexcompiler=${FALCONJX_HOME}/../compiler" /> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/5bf36d82/frameworks/projects/Reflection/build.xml ---------------------------------------------------------------------- diff --git a/frameworks/projects/Reflection/build.xml b/frameworks/projects/Reflection/build.xml index 3c9c400..4c87679 100644 --- a/frameworks/projects/Reflection/build.xml +++ b/frameworks/projects/Reflection/build.xml @@ -80,7 +80,7 @@ <echo message="FALCON_HOME: ${FALCON_HOME}"/> <echo message="FALCONJX_HOME: ${FALCONJX_HOME}"/> - <java jar="${FALCONJX_HOME}/lib/compc.jar" fork="true" > + <java jar="${FALCONJX_HOME}/lib/compc.jar" fork="true" failonerror="true"> <jvmarg value="-Xmx384m" /> <jvmarg value="-Dsun.io.useCanonCaches=false" /> <jvmarg value="-Dflexcompiler=${FALCONJX_HOME}/../compiler" />