fix caching info in log
Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/23d38fd0 Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/23d38fd0 Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/23d38fd0 Branch: refs/heads/maven Commit: 23d38fd0c69ed98846d77c69b5f9631b89869c7a Parents: 2e19deb Author: Alex Harui <aha...@apache.org> Authored: Mon Jun 16 21:46:15 2014 -0700 Committer: Alex Harui <aha...@apache.org> Committed: Mon Jun 16 21:46:15 2014 -0700 ---------------------------------------------------------------------- compiler.jx/downloads.xml | 2 +- compiler/downloads.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/23d38fd0/compiler.jx/downloads.xml ---------------------------------------------------------------------- diff --git a/compiler.jx/downloads.xml b/compiler.jx/downloads.xml index 5048aa8..f63aac3 100644 --- a/compiler.jx/downloads.xml +++ b/compiler.jx/downloads.xml @@ -181,7 +181,7 @@ <target name="copy-if-cached" if="found-in-cache"> <!-- this string comes from the FlexJS en_US.properties because for now, this target won't get called unless this script is called from the FlexJS install --> - <echo>${INFO_USING_CACHED_FILE} ${file}</echo> + <echo>${INFO_USING_CACHED_FILE} ${downloadCacheFolder}/${srcFolder}/${srcFile}</echo> <copy file="${downloadCacheFolder}/${srcFolder}/${srcFile}" tofile="${dest}" overwrite="true" /> </target> http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/23d38fd0/compiler/downloads.xml ---------------------------------------------------------------------- diff --git a/compiler/downloads.xml b/compiler/downloads.xml index 77cb756..1b25be9 100644 --- a/compiler/downloads.xml +++ b/compiler/downloads.xml @@ -216,7 +216,7 @@ <target name="copy-if-cached" if="found-in-cache"> <!-- this string comes from the FlexJS en_US.properties because for now, this target won't get called unless this script is called from the FlexJS install --> - <echo>${INFO_USING_CACHED_FILE} ${file}</echo> + <echo>${INFO_USING_CACHED_FILE} ${downloadCacheFolder}/${cacheFolder}/${srcFile}</echo> <copy file="${downloadCacheFolder}/${cacheFolder}/${srcFile}" tofile="${dest}" overwrite="true"/> </target>