Repository: flex-utilities
Updated Branches:
  refs/heads/develop 2454c94f4 -> f031f5d6e


fix build on win


Project: http://git-wip-us.apache.org/repos/asf/flex-utilities/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-utilities/commit/f031f5d6
Tree: http://git-wip-us.apache.org/repos/asf/flex-utilities/tree/f031f5d6
Diff: http://git-wip-us.apache.org/repos/asf/flex-utilities/diff/f031f5d6

Branch: refs/heads/develop
Commit: f031f5d6e559ec1021ba6bf329d573ad69c915b7
Parents: 2454c94
Author: Alex Harui <aha...@apache.org>
Authored: Tue Jul 29 10:45:45 2014 -0700
Committer: Alex Harui <aha...@apache.org>
Committed: Tue Jul 29 10:45:45 2014 -0700

----------------------------------------------------------------------
 MD5Checker/build.xml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/f031f5d6/MD5Checker/build.xml
----------------------------------------------------------------------
diff --git a/MD5Checker/build.xml b/MD5Checker/build.xml
index cce74a9..96f742f 100644
--- a/MD5Checker/build.xml
+++ b/MD5Checker/build.xml
@@ -84,12 +84,14 @@
     </condition>
 
        <target name="main" depends="build">
-        <exec executable="${AIR_HOME}/bin/adl.exe" osfamily="windows" 
resultproperty="md5result" failonerror="false">
+        <exec executable="${AIR_HOME}/bin/adl.exe" dir="${basedir}/src" 
osfamily="windows" resultproperty="md5result" failonerror="false">
             <arg value="-runtime"/>
             <arg value="${AIR_HOME}/runtimes/air/win"/>
                        <arg value="${basedir}/src/MD5Checker-app.xml"/>
+                       <arg value="--" />
+                       <arg value="-log=${basedir}/MD5CheckerLog.txt"/>
         </exec>
-        <exec executable="${AIR_HOME}/bin/adl" osfamily="mac" 
resultproperty="md5result" failonerror="false">
+        <exec executable="${AIR_HOME}/bin/adl" dir="${basedir}/src" 
osfamily="mac" resultproperty="md5result" failonerror="false">
             <arg value="-runtime"/>
             <arg value="${AIR_HOME}/runtimes/air/mac"/>
                        <arg value="${basedir}/src/MD5Checker-app.xml"/>

Reply via email to