You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Vladimir Ozerov (JIRA)" <ji...@apache.org> on 2015/12/26 09:25:49 UTC

[jira] [Created] (IGNITE-2292) Add ability to build .NET platform from Maven.

Vladimir Ozerov created IGNITE-2292:
---------------------------------------

             Summary: 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, interop
    Affects Versions: ignite-1.4
            Reporter: Vladimir Ozerov
             Fix For: 1.6


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)