Hello, everyone, I've downloaded zookeeper-3.4.9.tar.gz from an apache mirror and trybuilding it from source with:
ant clean tar The build process fails with this error: BUILD FAILED /root/zookeeper-3.4.9/build.xml:727: impossible convert given ivy file to pom file: java.io.FileNotFoundException: /root/zookeeper-3.4.9/src/pom.template (No such file or directory) from=/root/zookeeper-3.4.9/ivy.xml to=/root/zookeeper-3.4.9/build/zookeeper-3.4.9/dist-maven/zookeeper-3.4.9.pom I was able to build successfully zookeeper-3.4.8 with the same ant command. Could anyone help me to resolve this? Thanks in advance and best regards.
