You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Hervé Boutemy (JIRA)" <ji...@apache.org> on 2016/10/19 15:08:59 UTC

[jira] [Commented] (MNG-6045) Document Jansi's native support limitation

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

Hervé Boutemy commented on MNG-6045:
------------------------------------

building a native library for JAnsi is not useful IMHO: the only platform that really requires these native functions is Windows, or colors won't be rendered at all (replaced by mess).

On every other platform, color is rendered without any native function: native function is used for isatty(), ie detecting if interactive or not = not really used (and does not work well even with native functions...)

Then I don't see how such documentation will be useful for any Maven user

> Document Jansi's native support limitation
> ------------------------------------------
>
>                 Key: MNG-6045
>                 URL: https://issues.apache.org/jira/browse/MNG-6045
>             Project: Maven
>          Issue Type: Sub-task
>          Components: Bootstrap & Build, Command Line, Documentation:  General
>    Affects Versions: 3.4.0
>            Reporter: Michael Osipov
>             Fix For: 3.4.0
>
>
> Jansi supports only Linux, Windows and OS X by default with native functions. We must document that for the users and point how they can build a native library for their platform.



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