]
Martin Gencur updated ISPN-6182:
--------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request:
Scala blueprint generator does not work on JDK 1.9
--------------------------------------------------
Key: ISPN-6182
URL:
https://issues.jboss.org/browse/ISPN-6182
Project: Infinispan
Issue Type: Bug
Components: Build process
Affects Versions: 8.1.1.Final
Reporter: Martin Gencur
Assignee: Martin Gencur
On JDK 1.9 the build of some modules fails with:
[ERROR] Failed to execute goal
org.scala-tools:maven-scala-plugin:2.15.2:script (generate-blueprint)
on project infinispan-core: wrap:
org.apache.commons.exec.ExecuteException: Process exited with an
error: 1(Exit value: 1) -> [Help 1]
The underlying problem is
https://issues.scala-lang.org/browse/SI-9103 which means that
Scala does not work on JDK 1.9 yet.