You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ofbiz.apache.org by "Jacques Le Roux (JIRA)" <ji...@apache.org> on 2019/04/09 10:06:00 UTC

[jira] [Updated] (OFBIZ-10915) Terminal automatically scrolls down on never ending tasks with the new console

     [ https://issues.apache.org/jira/browse/OFBIZ-10915?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jacques Le Roux updated OFBIZ-10915:
------------------------------------
    Description: 
Since we use Gradle 5.0 we have this [issue, known by the Gradle Community|https://github.com/gradle/gradle/issues/1843] at least in Windows.

There they suggest to pass {{--console plain}} to the command and some others [suggest to add org.gradle.console=plain to gradle.properties file|https://discuss.gradle.org/t/make-console-plain-default/23514/9] which is IMO a better (less invasive) solution.

I tested in Ubuntu and the problem does not occur there. I don't know for other *nix distributions.

Anyway, IMO there is also another advantage: you don't see a percentage in console, often confusing for newbies. That's why I prefer to add a gradle.properties file rather than modifying the gradlew.bat file (both works in WIndows).

  was:
Since we use Gradle 5.0 we have this [issue, known by the Gradle Community|https://github.com/gradle/gradle/issues/1843].

There they suggest to pass {{--console plain}} to the command and some others [suggest to add org.gradle.console=plain to gradle.properties file|https://discuss.gradle.org/t/make-console-plain-default/23514/9] which is IMO a better (less invasive) solution.

IMO, there is also another advantage: you don't see a percentage in console, often confusing for newbies.



> Terminal automatically scrolls down on never ending tasks with the new console
> ------------------------------------------------------------------------------
>
>                 Key: OFBIZ-10915
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-10915
>             Project: OFBiz
>          Issue Type: Bug
>          Components: Gradle
>    Affects Versions: Trunk, Release Branch 18.12
>            Reporter: Jacques Le Roux
>            Assignee: Jacques Le Roux
>            Priority: Minor
>
> Since we use Gradle 5.0 we have this [issue, known by the Gradle Community|https://github.com/gradle/gradle/issues/1843] at least in Windows.
> There they suggest to pass {{--console plain}} to the command and some others [suggest to add org.gradle.console=plain to gradle.properties file|https://discuss.gradle.org/t/make-console-plain-default/23514/9] which is IMO a better (less invasive) solution.
> I tested in Ubuntu and the problem does not occur there. I don't know for other *nix distributions.
> Anyway, IMO there is also another advantage: you don't see a percentage in console, often confusing for newbies. That's why I prefer to add a gradle.properties file rather than modifying the gradlew.bat file (both works in WIndows).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)