When a groovy script or a grails app is executed, there is no output/input available -> just a clear console screen. Even without starting the X-Window-System, the output is not visible.
I tried also:
- grails compile --plain-output (does not work too)
- executing grails commands in IntelliJ (works fine with grailsCommand, but not on CommandLine)
How can the output made visible?
Thank you
What version of grails?
Do you see anything actually being done, or is it after completion that it does not show up?
The above redirected all output to /tmp/vh.txt