added back the compiler tests on Main and the swfutils_check value true I removed in the IDEA-FLEXJS-COMPILER branch
Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/5a2f2db8 Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/5a2f2db8 Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/5a2f2db8 Branch: refs/heads/develop Commit: 5a2f2db86ebe59c90a19f90ccf39ddf96b61c260 Parents: ba007a1 Author: Frédéric THOMAS <webdoubl...@gmail.com> Authored: Thu Jun 4 11:47:55 2015 +0100 Committer: Frédéric THOMAS <webdoubl...@gmail.com> Committed: Thu Jun 4 11:47:55 2015 +0100 ---------------------------------------------------------------------- build.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/5a2f2db8/build.xml ---------------------------------------------------------------------- diff --git a/build.xml b/build.xml index bf18047..602e6ee 100644 --- a/build.xml +++ b/build.xml @@ -66,7 +66,7 @@ <ant dir="compiler" target="sdk"/> </target> - <target name="main" depends="sdk, javadoc" description="Default target - Builds a Falcon SDK, builds Falcon Javadoc, and runs tests."/> + <target name="main" depends="sdk, javadoc, tests" description="Default target - Builds a Falcon SDK, builds Falcon Javadoc, and runs tests."/> <target name="all" depends="main, jx, oem" description="Builds Falcon, then FalconJX"/> @@ -164,7 +164,7 @@ <available file="swfutils" type="dir" property="swfutils.bundled" - value="false" /> + value="true" /> </target> <target name="compiler.jx" description="Builds FalconJX.">