Missing entry's in ".classpath" since Java-Secure-Update
pefi-78 opened this issue · 3 comments
I've trouble with the sbteclipse since the last Java-Security-Update. In the file ".classpath" missing entry's, e.g. to the scalatemplates from the play-java-starter-example.
-
JavaVersion bevor Update
openjdk version "1.8.0_181", OpenJDK Runtime Environment (build 1.8.0_181-8u181-b13-1~deb9u1-b13), OpenJDK 64-Bit Server VM (build 25.181-b13, mixed mode)
-
JavaVersion after Update
openjdk version "1.8.0_181", OpenJDK Runtime Environment (build 1.8.0_181-8u181-b13-2~deb9u1-b13), OpenJDK 64-Bit Server VM (build 25.181-b13, mixed mode)
-
Missing Entrys in ".classpath" (that is what i see)
<classpathentry kind="src" path="target/scala-2.12/twirl/main"/>
<classpathentry kind="src" path="target/scala-2.12/routes/main"/>
Comments
- I've documented the problem of my Debian, but i seen it on windows to.
- I attach 2 classpath-files (1 created before and 1 created after the JavaUpdate
Testet sbteclipse-version 5.2.2 and 5.2.4
I'm a little bit confuse. I recheck it now with a new clean sample and the problem is solved.
My workflow on a new sbt-project from the play-doc is
- download an unpack the sample
- add sbteclipse to project/plugins.sbt
- sbt clean
- sbt compile
- sbt eclipse
It the same steps that before, do anyone knows whats here going on?
I've tested 5 times now and the problem is solved.
But in the last week we have this problem (more than ~10 times try) on debian, ubuntu and windows