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

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

Anton Vinogradov (Jira)
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)