try adding delay on windows, otherwise you get random dir creation errors

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

Branch: refs/heads/release0.8.0
Commit: fb3ef5d791ecbb7ba01fa876aa6cc004014be3be
Parents: 85c4376
Author: Alex Harui <aha...@apache.org>
Authored: Thu Jun 8 23:29:33 2017 -0700
Committer: Alex Harui <aha...@apache.org>
Committed: Thu Jun 8 23:29:33 2017 -0700

----------------------------------------------------------------------
 build.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/fb3ef5d7/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index 3a4b664..231f152 100644
--- a/build.xml
+++ b/build.xml
@@ -283,6 +283,7 @@
     <target name="stage-source"
         description="Package source files required to build in zip file" >
         <antcall target="clean-temp"/>
+        <sleep seconds="3" />
         <mkdir dir="${basedir}/temp"/>
 
         <copy todir="${basedir}/temp" includeEmptyDirs="false">

Reply via email to