Skip to content
This repository has been archived by the owner on Apr 8, 2021. It is now read-only.

Added support for environments without tty #181

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

knih
Copy link

@knih knih commented Jul 31, 2019

This is an PR adding support to avoid truncating trees in environments without tty and resolves issue #173 simply.

jline2 creates an UnsupportedTerminal in environments that do not have a tty, but it has a column size of 80.

@knih
Copy link
Author

knih commented Jul 31, 2019

Build failed due to the following reason:

Expected feature release number in range of 9 to 14, but got: 8

Installing oraclejdk8
$ export JAVA_HOME=~/oraclejdk8
$ export PATH="$JAVA_HOME/bin:$PATH"
$ ~/bin/install-jdk.sh --target "/home/travis/oraclejdk8" --workspace "/home/travis/.cache/install-jdk" --feature "8" --license "BCL"
Ignoring license option: BCL -- using GPLv2+CE by default
install-jdk.sh 2019-07-17
Expected feature release number in range of 9 to 14, but got: 8
The command "~/bin/install-jdk.sh --target "/home/travis/oraclejdk8" --workspace "/home/travis/.cache/install-jdk" --feature "8" --license "BCL"" failed and exited with 3 during .

@jrudolph
Copy link
Member

Thanks for the PR, @knih. I'm going to address it when I'll be working on the next release.

Build failed due to the following reason:

Yeah, seems Travis doesn't support oraclejdk8 in all configs any more.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants