You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Pavel Tupitsyn (JIRA)" <ji...@apache.org> on 2018/01/12 12:04:00 UTC

[jira] [Commented] (IGNITE-1628) .NET: Ensure that Ignite works on Mono platform

    [ https://issues.apache.org/jira/browse/IGNITE-1628?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16323873#comment-16323873 ] 

Pavel Tupitsyn commented on IGNITE-1628:
----------------------------------------

Setup steps on Linux:
{code}
sudo apt-get install mono-devel
sudo apt-get install mono-reference-assemblies-4.0
{code}

Build:
{code}
xbuild Apache.Ignite.sln
{code}

Run tests: TODO

> .NET: Ensure that Ignite works on Mono platform
> -----------------------------------------------
>
>                 Key: IGNITE-1628
>                 URL: https://issues.apache.org/jira/browse/IGNITE-1628
>             Project: Ignite
>          Issue Type: Task
>          Components: platforms
>    Affects Versions: ignite-1.4
>            Reporter: Vladimir Ozerov
>            Assignee: Pavel Tupitsyn
>              Labels: .net
>
> *NOTE*: Targeted for 1.6, but could be moved even further in case of tight release schedule.
> *Goal*
> As Microsoft is moving .Net towards open standards, Mono receives more an more attention. 
> We need to ensure that our product works fine on this platform. This includes both Windows, Linux and (possibly) Mac environments.
> *Tasks*
> - Ensure that Ignite works with Mono on Windows. This is the easiest task because we only need to re-compile .Net part.
> - Ensure that Ignite works with Mono on Linux. This will require alternate build procedure because CPP recompilation will be required as well.
> - Create relevant TC builds.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)