You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by jo...@apache.org on 2014/03/23 14:09:39 UTC

[05/17] git commit: [flex-falcon] [refs/heads/maven] - continue to try to use flex-falcon script to fix flex-sdk script

continue to try to use flex-falcon script to fix flex-sdk script


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

Branch: refs/heads/maven
Commit: 71902162c684a99528a2a26cf51ec6eb92a8878f
Parents: ac9d795
Author: Alex Harui <ah...@apache.org>
Authored: Thu Mar 20 09:33:38 2014 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Thu Mar 20 09:33:38 2014 -0700

----------------------------------------------------------------------
 jenkins.xml | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/71902162/jenkins.xml
----------------------------------------------------------------------
diff --git a/jenkins.xml b/jenkins.xml
index 409d300..7154aa8 100644
--- a/jenkins.xml
+++ b/jenkins.xml
@@ -45,6 +45,10 @@
             <arg value="--"/>
             <arg value="."/>
         </exec>
+        <exec executable="git" dir="f:/hudson/hudson-slave/workspace/flex-sdk" failonerror="true">
+            <arg value="clean"/>
+            <arg value="-fd"/>
+        </exec>
     </target>
     
     <target name="jflex-download" description="Copies JFlex from JFlex website">