Github user pradeepmurugesan commented on a diff in the pull request:
https://github.com/apache/incubator-freemarker/pull/20#discussion_r111116025
--- Diff: build.xml ---
@@ -133,6 +133,20 @@
<mkdir dir="build"/>
</target>
+ <property name="ivy.install.version" value="2.3.0" />
+ <condition property="ivy.home" value="${env.IVY_HOME}">
--- End diff --
Yeah.. got the issue now.. So we just download our version of the ivy
library and put it into the .ant/lib directory so that ant will pick it up.
correct me If I am wrong.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---