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 <[email protected]> Authored: Thu Mar 20 09:33:38 2014 -0700 Committer: Alex Harui <[email protected]> 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">
