If you want a csharp ZK client binding, I recommend you take a look at 
sharpkeeper:
https://github.com/ewhauser/zookeeper/tree/trunk/src/dotnet

My company uses a slightly modified version of it internally and it works quite 
well for us.

We actually discussed trying to get this into ZK as a contrib project at 
yesterday's dev meetup, so I will reach out to the maintainer and see if he's 
interested.

C

-----Original Message-----
From: Uday Subbarayan [mailto:[email protected]] 
Sent: Friday, July 01, 2011 3:07 PM
To: [email protected]
Subject: Cyqwin/Windows: Trunk Build Failure: autoreconf problem

Guys,
        I need CSharp client binding to ZK. It's available only in trunk. So, 
checkout the code this AM and try compiling the code in Cyqwin on Win7 and 
failed with this message. I searched this mailing list and some one mentioned 
about bundling of autotools and i don't see it in trunk.

I will look for this tool in Cyqwin and anyone has any pointers to compile ZK 
on Cyqwin, pl let me know.

Best,
-Uday.

====================================================================
...svn_checkout_30june11\zookeeper\trunk\build.xml:897: Execute failed: 
java.io.IOException: Cannot run program "autoreconf" (in directory 
"....\zookeeper\svn_checkout_30june11\zookeeper\trunk\src\c"): CreateProcess 
error=2, The system cannot find the file specified
        at java.lang.ProcessBuilder.start(ProcessBuilder.java:460)
        at java.lang.Runtime.exec(Runtime.java:593)
        at 
org.apache.tools.ant.taskdefs.Execute$Java13CommandLauncher.exec(Execute.java:827)
        at org.apache.tools.ant.taskdefs.Execute.launch(Execute.java:445)
        at org.apache.tools.ant.taskdefs.Execute.execute(Execute.java:459)
        at org.apache.tools.ant.taskdefs.ExecTask.runExecute(ExecTask.java:635)
        at org.apache.tools.ant.taskdefs.ExecTask.runExec(ExecTask.java:676)
        at org.apache.tools.ant.taskdefs.ExecTask.execute(ExecTask.java:502)
        at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
        at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at 
org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
        at org.apache.tools.ant.Task.perform(Task.java:348)
        at org.apache.tools.ant.Target.execute(Target.java:390)
        at org.apache.tools.ant.Target.performTasks(Target.java:411)
        at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1397)
        at org.apache.tools.ant.Project.executeTarget(Project.java:1366)
        at 
org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
        at org.apache.tools.ant.Project.executeTargets(Project.java:1249)
        at org.apache.tools.ant.Main.runBuild(Main.java:801)
        at org.apache.tools.ant.Main.startAnt(Main.java:218)
        at org.apache.tools.ant.launch.Launcher.run(Launcher.java:280)
        at org.apache.tools.ant.launch.Launcher.main(Launcher.java:109)
Caused by: java.io.IOException: CreateProcess error=2, The system cannot find 
the file specified
        at java.lang.ProcessImpl.create(Native Method)
        at java.lang.ProcessImpl.<init>(ProcessImpl.java:81)
        at java.lang.ProcessImpl.start(ProcessImpl.java:30)
        at java.lang.ProcessBuilder.start(ProcessBuilder.java:453)
        ... 23 more

Reply via email to