i have problems sbt since quite time. needs several compilation runs catch changes , finds everytime new compile until done. not correctly identify dependencies recompiled in 1 go usually.
i'm trying figure out since when, happens think since upgrade vom 13.6 13.9. although if revert now, can still reproduce it.
the problem persist when clean project checkout , clean everything. have idea why might happening?
here example output, between calls test:compile nothing changed of course in source files.
any idea how debug or fix this?
> test:compile [info] compiling 31 scala sources <project>\target\scala-2.11\classes... [info] packaging <project>\target\scala-2.11\frontend-core_2.11-1.8.42-snapshot.jar ... [info] done packaging. [success] total time: 18 s, completed 25.09.2015 18:59:45 > test:compile [info] compiling 10 scala sources <project>\target\scala-2.11\classes... [warn] <project>\src\main\scala\com\cupenya\frontend\service\enginedataservice.scala:959: match may not exhaustive. [info] packaging <project>\target\scala-2.11\frontend-core_2.11-1.8.42-snapshot.jar ... [info] done packaging. [success] total time: 9 s, completed 25.09.2015 19:00:02 > test:compile [info] compiling 7 scala sources <project>\target\scala-2.11\classes... [info] packaging <project>\target\scala-2.11\frontend-core_2.11-1.8.42-snapshot.jar ... [info] done packaging. [success] total time: 10 s, completed 25.09.2015 19:00:28 > test:compile [info] compiling 4 scala sources d:\jpx\ideaprojects\cupenya-root\frontend-core\target\scala-2.11\classes... [info] packaging d:\jpx\ideaprojects\cupenya-root\frontend-core\target\scala-2.11\frontend-core_2.11-1.8.42-snapshot.jar ... [info] done packaging. [success] total time: 9 s, completed 25.09.2015 19:01:31 >
Comments
Post a Comment