Repository: incubator-freemarker Updated Branches: refs/heads/3 cda5cf9e8 -> 143ac8732
download-ivy task from 2.3-gae branch Project: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/commit/e434fb96 Tree: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/tree/e434fb96 Diff: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/diff/e434fb96 Branch: refs/heads/3 Commit: e434fb965d21e068147547282b2da37f83356219 Parents: cda5cf9 Author: ddekany <[email protected]> Authored: Mon Apr 17 13:27:01 2017 +0200 Committer: ddekany <[email protected]> Committed: Mon Apr 17 13:27:01 2017 +0200 ---------------------------------------------------------------------- build.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/e434fb96/build.xml ---------------------------------------------------------------------- diff --git a/build.xml b/build.xml index 9c488de..60d10b9 100644 --- a/build.xml +++ b/build.xml @@ -124,11 +124,15 @@ <mkdir dir="build"/> </target> + <target name="download-ivy"> + <mkdir dir="${ivy.jar.dir}"/> + <get src="https://repo1.maven.org/maven2/org/apache/ivy/ivy/${ivy.install.version}/ivy-${ivy.install.version}.jar" + dest="${ivy.jar.file}" usetimestamp="true"/> + </target> <!-- ================================================================= --> <!-- Compilation --> <!-- ================================================================= --> - <target name="javacc" depends="init" unless="parser.uptodate" description="Build the parser from its grammar file"
