Repository: flex-asjs Updated Branches: refs/heads/dual 8d5fe2c67 -> 6d8873179
spaces in path issue? Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/6d887317 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/6d887317 Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/6d887317 Branch: refs/heads/dual Commit: 6d8873179a4584d3cfdb4934bc4f3d9e477b2f22 Parents: 8d5fe2c Author: Alex Harui <[email protected]> Authored: Fri Mar 3 15:21:03 2017 -0800 Committer: Alex Harui <[email protected]> Committed: Fri Mar 3 15:21:18 2017 -0800 ---------------------------------------------------------------------- examples/build_example.xml | 2 +- examples/flexjs/ASDoc/build.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/6d887317/examples/build_example.xml ---------------------------------------------------------------------- diff --git a/examples/build_example.xml b/examples/build_example.xml index 0454a80..8dfd9a9 100644 --- a/examples/build_example.xml +++ b/examples/build_example.xml @@ -104,7 +104,7 @@ <echo message="GOOG_HOME: ${GOOG_HOME}"/> <available file="${basedir}/src/main/config/compile-app-config.xml" type="file" - property="optional_arg" value="-load-config+=${basedir}/src/main/config/compile-app-config.xml" /> + property="optional_arg" value="-load-config+="${basedir}/src/main/config/compile-app-config.xml"" /> <!-- Load the <compc> task. We can't do this at the <project> level --> <!-- because targets that run before flexTasks.jar gets built would fail. --> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/6d887317/examples/flexjs/ASDoc/build.xml ---------------------------------------------------------------------- diff --git a/examples/flexjs/ASDoc/build.xml b/examples/flexjs/ASDoc/build.xml index ad248d2..37c1da0 100644 --- a/examples/flexjs/ASDoc/build.xml +++ b/examples/flexjs/ASDoc/build.xml @@ -54,7 +54,7 @@ <arg value="-external-library-path=${env.AIR_HOME}/frameworks/libs/air/airglobal.swc" /> <arg value="-external-library-path+=${FLEXJS_HOME}/js/libs/google_maps.swc" /> <arg value="+frameworks_dir=${FLEXJS_HOME}/frameworks" /> - <arg value="-load-config=${basedir}/src/main/config/asdoc-config.xml" /> + <arg value="-load-config="${basedir}/src/main/config/asdoc-config.xml"" /> <arg value="-debug=true" /> <arg value="-output=${basedir}/bin-debug" /> <arg value="-window-title=Apache FlexJS API Reference" />
