Hi, I'm trying to compile c client, and I'm getting error saying that jute files are missing. I've run "ant compile_jute", but it didn't generate any files. Am I missing any steps?
$ ant compile_jute Buildfile: build.xml init: jute: compile_jute_uptodate: compile_jute: BUILD SUCCESSFUL Total time: 0 seconds $ cd src/c $ autoreconf -if $ ./configure ... configure: error: jute files are missing! Please run "ant compile_jute" while in the zookeeper top level directory. Thanks! --Michi