try "ant clean jar" for the first step Patrick
On 08/06/2010 02:54 PM, Michi Mutsuzaki wrote:
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