Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id E31E0200BDC for ; Sun, 6 Nov 2016 20:24:00 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id E2082160AFC; Sun, 6 Nov 2016 19:24:00 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 2E546160B12 for ; Sun, 6 Nov 2016 20:24:00 +0100 (CET) Received: (qmail 54493 invoked by uid 500); 6 Nov 2016 19:23:59 -0000 Mailing-List: contact issues-help@ignite.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.apache.org Delivered-To: mailing list issues@ignite.apache.org Received: (qmail 54436 invoked by uid 99); 6 Nov 2016 19:23:59 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 06 Nov 2016 19:23:59 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 2D55D2C2A67 for ; Sun, 6 Nov 2016 19:23:59 +0000 (UTC) Date: Sun, 6 Nov 2016 19:23:59 +0000 (UTC) From: "Vladimir Ozerov (JIRA)" To: issues@ignite.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (IGNITE-2292) .NET: Add ability to build .NET platform from Maven. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Sun, 06 Nov 2016 19:24:01 -0000 [ https://issues.apache.org/jira/browse/IGNITE-2292?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vladimir Ozerov updated IGNITE-2292: ------------------------------------ Fix Version/s: (was: 1.8) 2.0 > .NET: Add ability to build .NET platform from Maven. > ---------------------------------------------------- > > Key: IGNITE-2292 > URL: https://issues.apache.org/jira/browse/IGNITE-2292 > Project: Ignite > Issue Type: Task > Components: general, platforms > Affects Versions: ignite-1.4 > Reporter: Vladimir Ozerov > Labels: .net > Fix For: 2.0 > > > Currently build procedure looks as follows: > 1) Java is built from Maven > 2) .NET is built manually using modules/platforms/dotnet/mkbuild.cmd > 3) Docs fo Java, .NET and CPP are built form Maven > Looks like we should intergrate .NET buld into Maven process so that user can build the whole product with a single command. E.g.: > {code}mvn clean package [java_build_args] -Dignite.net.docs=true -Dignite.net.build =true -Dignite.net.build.x86=true -Dignite.net.build.x86.javaHome=[path to x86 JDK]{code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)