This is an automated email from the ASF dual-hosted git repository.
maoling pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/zookeeper.git
The following commit(s) were added to refs/heads/master by this push:
new 7c86433 Updated programmer docs for generating jute files
7c86433 is described below
commit 7c864336d221d7f76f18f62ab84c3e98f0a77104
Author: deko2369 <[email protected]>
AuthorDate: Mon Mar 21 13:59:16 2022 +0800
Updated programmer docs for generating jute files
Changes:
* Updated programmer docs to build Zookeeper C client
Author: deko2369 <[email protected]>
Reviewers: maoling <[email protected]>
Closes #1831 from deko2369/update_programmers_docs
---
zookeeper-docs/src/main/resources/markdown/zookeeperProgrammers.md | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/zookeeper-docs/src/main/resources/markdown/zookeeperProgrammers.md
b/zookeeper-docs/src/main/resources/markdown/zookeeperProgrammers.md
index c2933e2..1e585a7 100644
--- a/zookeeper-docs/src/main/resources/markdown/zookeeperProgrammers.md
+++ b/zookeeper-docs/src/main/resources/markdown/zookeeperProgrammers.md
@@ -1401,8 +1401,7 @@ If you're building the client from a check-out from the
Apache
repository, follow the steps outlined below. If you're building from a
project source package downloaded from apache, skip to step **3**.
-1. Run `ant compile_jute` from the ZooKeeper
- top level directory (*.../trunk*).
+1. Run `mvn compile` in zookeeper-jute directory (*.../trunk/zookeeper-jute*).
This will create a directory named "generated" under
*.../trunk/zookeeper-client/zookeeper-client-c*.
1. Change directory to the*.../trunk/zookeeper-client/zookeeper-client-c*