Changed saxon download link to one that works
Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/bc876658 Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/bc876658 Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/bc876658 Branch: refs/heads/develop Commit: bc8766585c8d34da657d4129b70d6ed615a42af5 Parents: 44960c0 Author: Justin Mclean <[email protected]> Authored: Sun Dec 18 11:47:44 2016 +1100 Committer: Justin Mclean <[email protected]> Committed: Sun Dec 18 11:47:44 2016 +1100 ---------------------------------------------------------------------- modules/downloads.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/bc876658/modules/downloads.xml ---------------------------------------------------------------------- diff --git a/modules/downloads.xml b/modules/downloads.xml index a827ce5..14d2731 100644 --- a/modules/downloads.xml +++ b/modules/downloads.xml @@ -80,6 +80,7 @@ <property name="saxon9.bin.zip" value="saxonb9-1-0-8j.zip"/> <property name="saxon9.jar.dir" value="saxonb9-1-0-8j"/> + <property name="saxon9.download.url" value="http://downloads.sourceforge.net/project/saxon/Saxon-B/9.1.0.8/saxonb9-1-0-8j.zip?r=&ts=1482018310&use_mirror=internode"/> <property name="xerces.dir" value="xerces-2_9_1"/> @@ -448,7 +449,7 @@ <target name="saxon9-jar" depends="saxon9-jar-check" unless="saxon9.jar.exists" description="Copies sax9.jar to the lib directory."> - <get src="http://downloads.sourceforge.net/project/saxon/Saxon-B/9.1.0.8/saxonb9-1-0-8j.zip?r=&ts=1366147457&use_mirror=superb-dca2" + <get src="${saxon9.download.url}" dest="${download.dir}/${saxon9.bin.zip}" verbose="false" ignoreerrors="true"/>
