scala-ide / docs

Documentation for the scala-ide
BSD 3-Clause "New" or "Revised" License
31 stars 33 forks source link

Adding missing dependency to build file #112

Closed Kwestor closed 9 years ago

Kwestor commented 10 years ago

If one does not have this dependency in global sbt settings, sbt fails to load with strange error:

C:\Users\Jerzy\Workspaces\GitHub\scala-ide-docs>sbt
(...)
[error] java.lang.NoClassDefFoundError: org/eclipse/jgit/storage/file/FileRepository
[error] Use 'last' for the full log.
Project loading failed: (r)etry, (q)uit, (l)ast, or (i)gnore? r
dragos commented 9 years ago

Do you have any global plugins installed? I don't have this anywhere on my system..