Repository: flex-flexunit Updated Branches: refs/heads/master 5b6ea9706 -> 3087876e0
Added an mkdir to allow downloading of saxon9he.jar Project: http://git-wip-us.apache.org/repos/asf/flex-flexunit/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-flexunit/commit/3087876e Tree: http://git-wip-us.apache.org/repos/asf/flex-flexunit/tree/3087876e Diff: http://git-wip-us.apache.org/repos/asf/flex-flexunit/diff/3087876e Branch: refs/heads/master Commit: 3087876e0439ba95581adc7075361079845c5c44 Parents: 5b6ea97 Author: Christofer Dutz <[email protected]> Authored: Fri Nov 28 11:16:43 2014 +0100 Committer: Christofer Dutz <[email protected]> Committed: Fri Nov 28 11:16:43 2014 +0100 ---------------------------------------------------------------------- FlexUnit4Test/downloads.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/3087876e/FlexUnit4Test/downloads.xml ---------------------------------------------------------------------- diff --git a/FlexUnit4Test/downloads.xml b/FlexUnit4Test/downloads.xml index ec73518..7a36020 100644 --- a/FlexUnit4Test/downloads.xml +++ b/FlexUnit4Test/downloads.xml @@ -339,7 +339,8 @@ unless="saxon9he.jar.exists" description="Downloads and copies saxon9he.jar to the lib/build directory."> <echo message="Obtaining lib/build/saxon9he.jar"/> - <antcall target="echo-mpl1.1-license"/> + <antcall target="echo-mpl1.1-license"/> + <mkdir dir="${lib.dir}/build"/> <antcall target="download-swc"> <param name="srcUrl" value="http://search.maven.org/remotecontent?filepath=net/sf/saxon/Saxon-HE/9.4/"/> <param name="srcSwcFile" value="Saxon-HE-9.4.jar"/>
