sbt plugin: projects compatibility
I've decided to post a list of sbt projects the latest version of intellij-sbt plugin has problems with. And a list of projects it's able to open already :)
Can not open these projects :-(
- https://github.com/dispatch/reboot - Cannot find module dependency: ufcheck [details]
- https://github.com/n8han/giter8 - 'java.lang.ClassNotFoundException: -cp$' [details]
- https://github.com/sbt/sbt (master branch) - 'Cannot find module dependency: classpath' [details]
- https://github.com/mpeltonen/sbt-idea (branch sbt-0.12) - 'java.lang.ClassNotFoundException: -cp$' [details]
- https://github.com/lift/framework - 'java.lang.ClassNotFoundException: -cp$' [details]
- https://github.com/scalaz/scalaz - 'Cannot find module dependency: core' [details]
- https://github.com/apache/kafka (trunk) - 'java.lang.ClassNotFoundException: -cp$'
Can open these projects :-)
- https://github.com/twitter/scalding
- https://github.com/n8han/conscript
- https://github.com/akka/akka
- https://github.com/unfiltered/unfiltered
- https://github.com/scalatra/scalatra
- https://github.com/spray/spray
- https://github.com/twitter/finagle
- https://github.com/playframework/playframework (framework folder)
Most watched scala projects on github: https://github.com/languages/Scala/most_watched
my sbt settings are:
less ~/.sbtconfig
SBT_OPTS="-XX:+CMSClassUnloadingEnabled -XX:MaxPermSize=512M -Xmx1024M"
Guys please post your project URLs to this thread to help test sbt plugin and resolve bugs faster!
Update 7/20, version 1.0.38
Good:
I was able to open: akka and unfiltered (they failed with prev version of the plugin)
added these new projects that sbt plugin is able to import: scalatra, spray, twitter/finagle, playframework
Bad:
dispatch/reboot now fails with 'Cannot find module dependency: ufcheck'
giter8 still fails
tested sbt, sbt-idea, lift/framework, scalaz - all failed
Update 7/30, version 1.0.38
Can't import kafka
Please sign in to leave a comment.
sbt plugin 0.1.34 and 0.1.38
project URL: https://github.com/n8han/giter8
error: java.lang.ClassNotFoundException: -cp$
We've increased default maximum heap size for SBT VM process.
The heap size can be tuned via JAVA_OPTS / SBT_OPTS environment variables (the next nightly build required).
Thank you for the reports!
sbt plugin 0.1.38
project URL: https://github.com/dispatch/reboot
error: Cannot find module dependency: ufcheck
sbt plugin 0.1.38
project URL: https://github.com/sbt/sbt (master branch)
error: Cannot find module dependency: classpath
sbt plugin 0.1.38
project URL: https://github.com/mpeltonen/sbt-idea (branch sbt-0.12)
error: java.lang.ClassNotFoundException: -cp$
sbt plugin 0.1.38
project URL: https://github.com/lift/framework
error: java.lang.ClassNotFoundException: -cp$
sbt plugin 0.1.38
project URL: https://github.com/scalaz/scalaz
error: Cannot find module dependency: core
You don't need SBT plugin from now.
Scala plugin of version 0.23.308 now supports SBT of versions 0.12 and 0.13. All these project are ok now.
Best regards,
Alexander Podkhalyuzin.