You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ah...@apache.org on 2017/06/26 17:51:11 UTC

[34/50] [abbrv] git commit: [flex-asjs] [refs/heads/develop] - try delay before making dir. Occasionally get an error

try delay before making dir.  Occasionally get an error


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

Branch: refs/heads/develop
Commit: c596b16af4f695a9df95e7886e1debaff0794610
Parents: dd6fc27
Author: Alex Harui <ah...@apache.org>
Authored: Fri Jun 9 00:21:42 2017 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Fri Jun 9 00:21:42 2017 -0700

----------------------------------------------------------------------
 build.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/c596b16a/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index 6320bd4..d957bf8 100644
--- a/build.xml
+++ b/build.xml
@@ -578,7 +578,9 @@
         
     <target name="stage-source-no-scripts" depends="check-flex-home" >
         <antcall target="clean-temp"/>
-        
+        <sleep seconds="3" />
+        <mkdir dir="${basedir}/temp"/>
+       
         <copy todir="${basedir}/temp" includeEmptyDirs="false">
             <fileset dir="${basedir}">
                 <include name="build.xml"/>