tango-controls / JTango

TANGO kernel Java implementation. JTango moved to https://gitlab.com/tango-controls/JTango
http://tango-controls.org
8 stars 14 forks source link

Build w/ JDK7 broken #93

Closed gwen-soleil closed 4 years ago

gwen-soleil commented 4 years ago

https://travis-ci.org/tango-controls/JTango/jobs/612354920

Installing openjdk7

$ export JAVA_HOME=~/openjdk7

$ export PATH="$JAVA_HOME/bin:$PATH"

$ ~/bin/install-jdk.sh --target "/home/travis/openjdk7" --workspace "/home/travis/.cache/install-jdk" --feature "7" --license "GPL" --cacerts

https://travis-ci.org/tango-controls/JTango/jobs/612354920

Ignoring license option: GPL -- using GPLv2+CE by default

install-jdk.sh 2019-10-16

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

The command "~/bin/install-jdk.sh --target "/home/travis/openjdk7" --workspace "/home/travis/.cache/install-jdk" --feature "7" --license "GPL" --cacerts" failed and exited with 3 during .

gwen-soleil commented 4 years ago

Travis does not support official openjdk7. cf https://travis-ci.community/t/oraclejdk-7-not-supported-on-precise/3643/2

gwen-soleil commented 4 years ago

remove openjdk7. Keep openjdk8