[
https://issues.apache.org/jira/browse/ZOOKEEPER-3820?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17101695#comment-17101695
]
Mate Szalay-Beko commented on ZOOKEEPER-3820:
---------------------------------------------
I am not sure how we did this historically... But I think the current approach
is that for ZooKeeper in the release archive we are only releasing the source
code (ideally exactly in the same form as you can find in git if you check-out
the release tag). The generated java / C sources are not part of the source
code, they get created during the build process. So I don't think we should
release these. If one wants to build the C client, he should follow our
procedure and use the following command:
{code:java}
mvn clean install -DskipTests -Pfull-build
{code}
[~eolivelli], [~andor] what is your opinion on this?
> Missing zookeeper.jute.c, zookeeper.jute.h in release archive
> -------------------------------------------------------------
>
> Key: ZOOKEEPER-3820
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-3820
> Project: ZooKeeper
> Issue Type: Bug
> Components: build-infrastructure, c client
> Affects Versions: 3.5.7, 3.6.1
> Reporter: Dmitry Wagin
> Priority: Minor
>
> SinceĀ 3.5.7 version release archive does not contain generated
> zookeeper.jute.c, zookeeper.jute.h
--
This message was sent by Atlassian Jira
(v8.3.4#803005)