Hi Dima, As far as I can see, it looks like there is problem with the pom.template not being copied during the tar.gz generation. Could you please open an issue at https://issues.apache.org/jira/browse/ZOOKEEPER so that we can tackle this? Thanks in advance.
In the meantime, you can either copy the file from here https://github.com/apache/zookeeper/blob/branch-3.4/src/pom.template to your local src/ directory. I was able to build the tar after doing this. or, EVEN BETTER, built from Github sources at: https://github.com/apache/zookeeper/tree/branch-3.4 (most up to date code). Edward On Sat, Dec 31, 2016 at 7:56 AM, Dima Fadeyev <[email protected]> wrote: > 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. >
