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/tlf
Commit: c596b16af4f695a9df95e7886e1debaff0794610
Parents: dd6fc27
Author: Alex Harui <aha...@apache.org>
Authored: Fri Jun 9 00:21:42 2017 -0700
Committer: Alex Harui <aha...@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"/>

Reply via email to