From issues-return-1547-archive-asf-public=cust-asf.ponee.io@zookeeper.apache.org Thu Oct 10 12:44:02 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 73F9F180626 for ; Thu, 10 Oct 2019 14:44:02 +0200 (CEST) Received: (qmail 46686 invoked by uid 500); 10 Oct 2019 12:44:01 -0000 Mailing-List: contact issues-help@zookeeper.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@zookeeper.apache.org Delivered-To: mailing list issues@zookeeper.apache.org Received: (qmail 46672 invoked by uid 99); 10 Oct 2019 12:44:01 -0000 Received: from mailrelay1-us-west.apache.org (HELO mailrelay1-us-west.apache.org) (209.188.14.139) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Oct 2019 12:44:01 +0000 Received: from jira-he-de.apache.org (static.172.67.40.188.clients.your-server.de [188.40.67.172]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 2CA6BE30CD for ; Thu, 10 Oct 2019 12:44:01 +0000 (UTC) Received: from jira-he-de.apache.org (localhost.localdomain [127.0.0.1]) by jira-he-de.apache.org (ASF Mail Server at jira-he-de.apache.org) with ESMTP id 9D6DC78074B for ; Thu, 10 Oct 2019 12:44:00 +0000 (UTC) Date: Thu, 10 Oct 2019 12:44:00 +0000 (UTC) From: "Andor Molnar (Jira)" To: issues@zookeeper.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (ZOOKEEPER-3436) Enhance Mavenized Make C client MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/ZOOKEEPER-3436?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andor Molnar resolved ZOOKEEPER-3436. ------------------------------------- Resolution: Fixed Issue resolved by pull request 1078 [https://github.com/apache/zookeeper/pull/1078] > Enhance Mavenized Make C client > -------------------------------- > > Key: ZOOKEEPER-3436 > URL: https://issues.apache.org/jira/browse/ZOOKEEPER-3436 > Project: ZooKeeper > Issue Type: Improvement > Components: c client > Affects Versions: 3.6.0, 3.5.5 > Reporter: Enrico Olivelli > Assignee: Mate Szalay-Beko > Priority: Critical > Labels: pull-request-available > Fix For: 3.6.0 > > Time Spent: 5h 50m > Remaining Estimate: 0h > > we want to be able to build the c-client with maven using these commands: > Jump to the directory > {code} > cd zookeeper-client/zookeeper-c-client > {code} > Build without running tests > {code} > mvn clean install -DskipTests > {code} > Build and run tests > {code} > mvn clean install > {code} > from the root directory we will have: > {code} > mvn clean install -Pfull-build -DskipTests > {code} > and (with tests) > {code} > mvn clean install -Pfull-build {code} > {code} -- This message was sent by Atlassian Jira (v8.3.4#803005)