try to unlock sdk build on builds.a.o
Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/c87817b2 Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/c87817b2 Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/c87817b2 Branch: refs/heads/maven Commit: c87817b228b63238035d5645e4d536abbd931a8a Parents: 697db6f Author: Alex Harui <[email protected]> Authored: Thu Mar 20 07:23:32 2014 -0700 Committer: Alex Harui <[email protected]> Committed: Thu Mar 20 07:24:51 2014 -0700 ---------------------------------------------------------------------- jenkins.xml | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/c87817b2/jenkins.xml ---------------------------------------------------------------------- diff --git a/jenkins.xml b/jenkins.xml index ef8afa3..053e137 100644 --- a/jenkins.xml +++ b/jenkins.xml @@ -34,6 +34,11 @@ <mkdir dir="${jflex.root}" /> </target> + <target name="clear.sdk.lock" > + <!-- attempt to delete file on builds.apache.org that is gumming up the sdk build --> + <delete file="f:/hudson/hudson-slave/workspace/flex-sdk/.git/index.lock" /> + </target> + <target name="jflex-download" description="Copies JFlex from JFlex website"> <echo message="Be patient. This takes a few minutes..." /> <get src="http://jflex.de/${jflex.filename}.zip" dest="${jflex.temp.filename}" verbose="false" />
