textpro-ita: the JAVA_HOME variable is not set to the oracle JDK. Add openjdk as a role dependency.
This commit is contained in:
parent
8c574f222b
commit
2ab0e06dc4
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue