textpro-ita: the JAVA_HOME variable is not set to the oracle JDK. Add openjdk as a role dependency.

This commit is contained in:
Andrea Dell'Amico 2019-04-22 18:51:59 +02:00
parent 8c574f222b
commit 2ab0e06dc4
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
creates: /srv/textpro-ita/TextPro2.0/modules/MaltParser/model/ITA/tut-tagpro-fulltrain.mco
- name: Compile and install the TextPro ITA distribution
shell: cd /srv/textpro-ita/TextPro2.0 ; export JAVA_HOME=/usr/lib/jvm/java-8-oracle ; ./INSTALL.sh > /srv/textpro_ita_install.log 2>&1
shell: cd /srv/textpro-ita/TextPro2.0 ; export JAVA_HOME={{ jdk_java_home }} ; ./INSTALL.sh > /srv/textpro_ita_install.log 2>&1
args:
creates: /srv/textpro-ita/TextPro2.0/textpro.sh