Repository: flex-asjs Updated Branches: refs/heads/develop 0473c49db -> aab8baff5
add debug info to script Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/aab8baff Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/aab8baff Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/aab8baff Branch: refs/heads/develop Commit: aab8baff5619d473c3978aad37cab9ac61c03fdb Parents: 0473c49 Author: Alex Harui <[email protected]> Authored: Wed Apr 23 14:19:21 2014 -0700 Committer: Alex Harui <[email protected]> Committed: Wed Apr 23 14:19:21 2014 -0700 ---------------------------------------------------------------------- frameworks/as/projects/FlexJSJX/tests/build.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/aab8baff/frameworks/as/projects/FlexJSJX/tests/build.xml ---------------------------------------------------------------------- diff --git a/frameworks/as/projects/FlexJSJX/tests/build.xml b/frameworks/as/projects/FlexJSJX/tests/build.xml index 9f78b53..eb55a72 100644 --- a/frameworks/as/projects/FlexJSJX/tests/build.xml +++ b/frameworks/as/projects/FlexJSJX/tests/build.xml @@ -65,6 +65,7 @@ <echo message="FLEX_HOME: ${FLEX_HOME}"/> <echo message="FALCON_HOME: ${FALCON_HOME}"/> <echo message="FLEXUNIT_HOME: ${FLEXUNIT_HOME}"/> + <echo message="playerglobal.version: ${playerglobal.version}"/> <!-- Load the <compc> task. We can't do this at the <project> level --> <!-- because targets that run before flexTasks.jar gets built would fail. -->
