Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 602958 | Differences between
and this patch

Collapse All | Expand All

(-)Isabelle2016/lib/Tools/java (-1 / +1 lines)
Lines 10-14 declare -a JAVA_ARGS; eval "JAVA_ARGS=($ Link Here
10
unset CLASSPATH
10
unset CLASSPATH
11
11
12
isabelle_java java "${JAVA_ARGS[@]}" \
12
isabelle_java java "${JAVA_ARGS[@]}" \
13
  -classpath "$(platform_path "$ISABELLE_CLASSPATH")" "$@"
13
  -classpath "$(platform_path "$ISABELLE_CLASSPATH:$(java-config -p scala-2.11)")" "$@"
14
14
(-)Isabelle2016/lib/Tools/scala (-1 / +1 lines)
Lines 14-17 do Link Here
14
done
14
done
15
15
16
isabelle_scala scala "${SCALA_ARGS[@]}" \
16
isabelle_scala scala "${SCALA_ARGS[@]}" \
17
  -classpath "$(platform_path "$ISABELLE_CLASSPATH")" "$@"
17
  -classpath "$(platform_path "$ISABELLE_CLASSPATH:$(java-config -p scala-2.11)")" "$@"
(-)Isabelle2016/lib/Tools/scalac (-1 / +1 lines)
Lines 7-11 Link Here
7
isabelle_admin_build jars || exit $?
7
isabelle_admin_build jars || exit $?
8
8
9
isabelle_scala scalac -Dfile.encoding=UTF-8 \
9
isabelle_scala scalac -Dfile.encoding=UTF-8 \
10
  -classpath "$(platform_path "$ISABELLE_CLASSPATH")" "$@"
10
  -classpath "$(platform_path "$ISABELLE_CLASSPATH:$(java-config -p scala-2.11)")" "$@"
11
11

Return to bug 602958