[jira] [Commented] (IGNITE-3363) Forward Java output to the .NET console

2016-07-06 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on IGNITE-3363:


Github user asfgit closed the pull request at:

https://github.com/apache/ignite/pull/833


> Forward Java output to the .NET console
> ---
>
> Key: IGNITE-3363
> URL: https://issues.apache.org/jira/browse/IGNITE-3363
> Project: Ignite
>  Issue Type: New Feature
>  Components: platforms
>Affects Versions: 1.6
>Reporter: Pavel Tupitsyn
>Assignee: Pavel Tupitsyn
> Fix For: 1.7
>
>
> Java console output is not visible in .NET tools (unit test runners, linqpad, 
> etc).
> On JVM start we should redirect all output via 
> java.lang.System.setOut()
> java.lang.System.setErr()



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (IGNITE-3363) Forward Java output to the .NET console

2016-07-06 Thread Pavel Tupitsyn (JIRA)

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

Pavel Tupitsyn commented on IGNITE-3363:


Replaced single ConsoleWriteHandler with a vector. Now the first domain 
receives all the output. Multidomain test added.

> Forward Java output to the .NET console
> ---
>
> Key: IGNITE-3363
> URL: https://issues.apache.org/jira/browse/IGNITE-3363
> Project: Ignite
>  Issue Type: New Feature
>  Components: platforms
>Affects Versions: 1.6
>Reporter: Pavel Tupitsyn
>Assignee: Pavel Tupitsyn
> Fix For: 1.7
>
>
> Java console output is not visible in .NET tools (unit test runners, linqpad, 
> etc).
> On JVM start we should redirect all output via 
> java.lang.System.setOut()
> java.lang.System.setErr()



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (IGNITE-3363) Forward Java output to the .NET console

2016-06-27 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on IGNITE-3363:


GitHub user ptupitsyn opened a pull request:

https://github.com/apache/ignite/pull/833

IGNITE-3363 Forward Java output to the .NET console



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/ptupitsyn/ignite ignite-3363

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/ignite/pull/833.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #833


commit 575b06f966a3962e32ff67b3d7a29e442428a3c7
Author: Pavel Tupitsyn 
Date:   2016-06-27T12:53:46Z

IGNITE-3363 Forward Java output to the .NET console

commit 9aee7208193a0cc35730a9722f977d29a307b0ae
Author: Pavel Tupitsyn 
Date:   2016-06-27T13:27:40Z

Java part done

commit 5839f7602e4ff6a90578721b6f32d55e1ee64cdd
Author: Pavel Tupitsyn 
Date:   2016-06-27T13:47:17Z

wip cpp

commit 92f48771af0bc4d84d0bbae68c6c657cb207ae7a
Author: Pavel Tupitsyn 
Date:   2016-06-27T13:56:03Z

wip

commit 9b09892c2a5d5f7a9094e94342d87688613b579b
Author: Pavel Tupitsyn 
Date:   2016-06-27T14:17:04Z

wip

commit ef3e450d71bb4e18835aa4b8e2ea8597defff7c2
Author: Pavel Tupitsyn 
Date:   2016-06-27T14:28:54Z

wip

commit 699529f3c18489af504fbdfa027e831e3e5f4872
Author: Pavel Tupitsyn 
Date:   2016-06-27T14:35:24Z

CPP done

commit d919503cb8cf6a7b6b0ef0cd73e348ef863c3314
Author: Pavel Tupitsyn 
Date:   2016-06-27T14:49:48Z

InitConsole done

commit f9a33faf8090ad9c5fe03f8b723304e29b34c9ee
Author: Pavel Tupitsyn 
Date:   2016-06-27T14:52:36Z

It works!




> Forward Java output to the .NET console
> ---
>
> Key: IGNITE-3363
> URL: https://issues.apache.org/jira/browse/IGNITE-3363
> Project: Ignite
>  Issue Type: New Feature
>  Components: platforms
>Affects Versions: 1.6
>Reporter: Pavel Tupitsyn
>Assignee: Pavel Tupitsyn
> Fix For: 1.7
>
>
> Java console output is not visible in .NET tools (unit test runners, linqpad, 
> etc).
> On JVM start we should redirect all output via 
> java.lang.System.setOut()
> java.lang.System.setErr()



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)