Author: jleroux
Date: Tue Apr 9 10:09:15 2019
New Revision: 1857152
URL:
http://svn.apache.org/viewvc?rev=1857152&view=revLog:
Fixed: Terminal automatically scrolls down on never ending tasks with the new
console
(OFBIZ-10915)
Since we use Gradle 5.0 we have this issue, at least in Windows, It's known by
the Gradle Community
They suggest to pass --console plain to the command and some others suggest to
add org.gradle.console=plain to gradle.properties file 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).
Added:
ofbiz/ofbiz-framework/trunk/gradle.properties (with props)
Added: ofbiz/ofbiz-framework/trunk/gradle.properties
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/gradle.properties?rev=1857152&view=auto==============================================================================
--- ofbiz/ofbiz-framework/trunk/gradle.properties (added)
+++ ofbiz/ofbiz-framework/trunk/gradle.properties Tue Apr 9 10:09:15 2019
@@ -0,0 +1 @@
+org.gradle.console=plain
\ No newline at end of file
Propchange: ofbiz/ofbiz-framework/trunk/gradle.properties
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: ofbiz/ofbiz-framework/trunk/gradle.properties
------------------------------------------------------------------------------
svn:keywords = Date Rev Author URL Id
Propchange: ofbiz/ofbiz-framework/trunk/gradle.properties
------------------------------------------------------------------------------
svn:mime-type = text/plain