Examples' compileair target was not copying image assets correctly to the bin-debug output directory.
Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/7e42fff6 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/7e42fff6 Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/7e42fff6 Branch: refs/heads/refactor-sprite Commit: 7e42fff64fc53b511904155a1dc9b6134f8d77e2 Parents: fd05c96 Author: Peter Ent <[email protected]> Authored: Mon Sep 26 10:32:12 2016 -0400 Committer: Peter Ent <[email protected]> Committed: Mon Sep 26 10:32:12 2016 -0400 ---------------------------------------------------------------------- examples/build_example.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/7e42fff6/examples/build_example.xml ---------------------------------------------------------------------- diff --git a/examples/build_example.xml b/examples/build_example.xml index 4f30c8e..756b06c 100644 --- a/examples/build_example.xml +++ b/examples/build_example.xml @@ -178,7 +178,8 @@ <copy todir="${basedir}/bin-debug"> <fileset dir="${basedir}/src"> - <include name="*.png" /> + <include name="**/*.png" /> + <include name="**/*.jpg" /> </fileset> </copy> <copy todir="${basedir}/bin-debug">
