Repository: flex-asjs
Updated Branches:
  refs/heads/develop c60d43021 -> 1e58be5b2


diagnose checkintest failure


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

Branch: refs/heads/develop
Commit: 1e58be5b2e2a3f32e2456b11c86bb340ea0eb378
Parents: c60d430
Author: Alex Harui <aha...@apache.org>
Authored: Wed Mar 12 17:20:33 2014 -0700
Committer: Alex Harui <aha...@apache.org>
Committed: Wed Mar 12 17:20:33 2014 -0700

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


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/1e58be5b/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index 3e1cfac..f0f5ea6 100644
--- a/build.xml
+++ b/build.xml
@@ -88,11 +88,13 @@
 
     <target name="dump-config" >
         <echo>env.USERNAME is: ${env.USERNAME}</echo>
-        <condition property="FLASHLOG">
+        <condition property="FLASHLOG"
+            value="c:/Documents and Settings/${env.USERNAME}/Application 
Data/Macromedia/Flash Player/Logs/flashlog.txt">
             <available file="c:/Documents and 
Settings/${env.USERNAME}/Application Data/Macromedia/Flash 
Player/Logs/flashlog.txt"
                 type="file"/>
         </condition>
-        <condition property="FLASHLOG">
+        <condition property="FLASHLOG"
+            value="c:/Users/${env.USERNAME}/AppData/Roaming/Macromedia/Flash 
Player/Logs/flashlog.txt">
             <available 
file="c:/Users/${env.USERNAME}/AppData/Roaming/Macromedia/Flash 
Player/Logs/flashlog.txt"
                 type="file"/>
         </condition>

Reply via email to