Github user nkalmar commented on the issue:
https://github.com/apache/zookeeper/pull/574
So... The problem was that by moving directories from src, ant did not copy
them to build/zookeeper-[version]/src/ - now I don't know why it is required
here, as it won't be in the jars. I made a script to dif all the filenames in
build directory and to diff all the jars (with jar tf output), and the jars do
not differ, but the files do.
For example, used to be:
build/zookeeper-3.6.0-SNAPSHOT/src/recipes/lock/build.xml
now:
build/zookeeper-3.6.0-SNAPSHOT/src/zookeeper-recipes/zookeeper-recipes-lock/build.xml
Again the jar's did not change as packages remained the same!
---