Skip to content

Instantly share code, notes, and snippets.

@dkowis
Created November 19, 2012 17:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dkowis/4111998 to your computer and use it in GitHub Desktop.
Save dkowis/4111998 to your computer and use it in GitHub Desktop.
Build log for failed SBT-idea stuff
[info] Loading global plugins from /home/dkowis/.sbt/plugins
[info] Loading project definition from /home/dkowis/gitwork/personal/play/hello/project
[error] java.lang.NoSuchMethodError: org.sbtidea.SbtIdeaPlugin$.ideaSettings()Lscala/collection/Seq;
[error] Use 'last' for the full log.
Project loading failed: (r)etry, (q)uit, (l)ast, or (i)gnore? l
[info] Loading global plugins from /home/dkowis/.sbt/plugins
[debug] Running task... Cancelable: false, max worker threads: 4, check cycles: false
[debug]
[debug] Initial source changes:
[debug] oved:Set()
[debug] added: Set()
[debug] odified: Set()
[debug] oved products: Set()
[debug] Modified external sources: Set()
[debug] Modified binary dependencies: Set()
[debug] Initial directly invalidated sources: Set()
[debug]
[debug] Sources indirectly invalidated by:
[debug] product: Set()
[debug] binary dep: Set()
[debug] external source: Set()
[debug] Initially invalidated: Set()
[debug] Copy resource mappings:
[debug]
[debug] Other repositories:
[debug] Default repositories:
[debug] Raw(ProjectResolver(inter-project, mapped: ))
[debug] URLRepository(typesafe-ivy-releases,sbt.Patterns@563698b4)
[debug] FileRepository(local,FileConfiguration(true,None),sbt.Patterns@63334d7f)
[debug] Sonatype snapshots: http://oss.sonatype.org/content/repositories/snapshots/
[debug] public: http://repo1.maven.org/maven2/
[debug] Using inline dependencies specified in Scala.
[debug] post 1.3 ivy file: using exact as default matcher
[info] Loading project definition from /home/dkowis/gitwork/personal/play/hello/project
[debug] Running task... Cancelable: false, max worker threads: 4, check cycles: false
[debug]
[debug] Initial source changes:
[debug] oved:Set()
[debug] added: Set()
[debug] odified: Set()
[debug] oved products: Set()
[debug] Modified external sources: Set()
[debug] Modified binary dependencies: Set()
[debug] Initial directly invalidated sources: Set()
[debug]
[debug] Sources indirectly invalidated by:
[debug] product: Set()
[debug] binary dep: Set()
[debug] external source: Set()
[debug] Initially invalidated: Set()
[debug] Copy resource mappings:
[debug]
java.lang.NoSuchMethodError: org.sbtidea.SbtIdeaPlugin$.ideaSettings()Lscala/collection/Seq;
at sbt.PlayCommands$class.intellijCommandSettings(PlayCommands.scala:214)
at sbt.PlayProject$.intellijCommandSettings(PlayProject.scala:11)
at sbt.PlayProject$.playSettings$1(PlayProject.scala:40)
at sbt.PlayProject$.allSettings$1(PlayProject.scala:47)
at sbt.PlayProject$$anonfun$apply$1.apply(PlayProject.scala:49)
at sbt.PlayProject$$anonfun$apply$1.apply(PlayProject.scala:49)
at sbt.PlayProject$$anonfun$apply$8.apply(PlayProject.scala:49)
at sbt.PlayProject$$anonfun$apply$8.apply(PlayProject.scala:49)
at sbt.Project$ProjectDef.settings(Project.scala:132)
at sbt.Project$class.settings(Project.scala:59)
at sbt.Project$$anon$1.settings(Project.scala:139)
at ApplicationBuild$.<init>(Build.scala:14)
at ApplicationBuild$.<clinit>(Build.scala)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:264)
at sbt.ModuleUtilities$.getObject(ModuleUtilities.scala:10)
at sbt.Load$.loadDefinition(Load.scala:469)
at sbt.Load$$anonfun$loadDefinitions$1.apply(Load.scala:467)
at sbt.Load$$anonfun$loadDefinitions$1.apply(Load.scala:467)
at scala.collection.TraversableLike$$anonfun$map$1.apply(TraversableLike.scala:194)
at scala.collection.TraversableLike$$anonfun$map$1.apply(TraversableLike.scala:194)
at scala.collection.LinearSeqOptimized$class.foreach(LinearSeqOptimized.scala:59)
at scala.collection.immutable.List.foreach(List.scala:45)
at scala.collection.TraversableLike$class.map(TraversableLike.scala:194)
at scala.collection.immutable.List.map(List.scala:45)
at sbt.Load$.loadDefinitions(Load.scala:467)
at sbt.Load$.loadUnitNew(Load.scala:385)
at sbt.Load$.loadUnit(Load.scala:378)
at sbt.Load$$anonfun$11$$anonfun$apply$10.apply(Load.scala:231)
at sbt.Load$$anonfun$11$$anonfun$apply$10.apply(Load.scala:231)
at sbt.BuildLoader$$anonfun$componentLoader$1$$anonfun$apply$4$$anonfun$apply$5$$anonfun$apply$6.apply(BuildLoader.scala:94)
at sbt.BuildLoader$$anonfun$componentLoader$1$$anonfun$apply$4$$anonfun$apply$5$$anonfun$apply$6.apply(BuildLoader.scala:93)
at sbt.BuildLoader.apply(BuildLoader.scala:131)
at sbt.Load$.loadAll(Load.scala:284)
at sbt.Load$.loadURI(Load.scala:240)
at sbt.Load$.load(Load.scala:236)
at sbt.Load$.load(Load.scala:234)
at sbt.Load$.apply(Load.scala:118)
at sbt.Load$.defaultLoad(Load.scala:37)
at sbt.BuiltinCommands$$anonfun$loadProjectImpl$2.apply(Main.scala:513)
at sbt.BuiltinCommands$$anonfun$loadProjectImpl$2.apply(Main.scala:510)
at sbt.Command$$anonfun$applyEffect$1$$anonfun$apply$2.apply(Command.scala:62)
at sbt.Command$$anonfun$applyEffect$1$$anonfun$apply$2.apply(Command.scala:62)
at sbt.Command$$anonfun$applyEffect$2$$anonfun$apply$3.apply(Command.scala:64)
at sbt.Command$$anonfun$applyEffect$2$$anonfun$apply$3.apply(Command.scala:64)
at sbt.Command$.process(Command.scala:92)
at sbt.MainLoop$$anonfun$next$1$$anonfun$apply$1.apply(Main.scala:121)
at sbt.MainLoop$$anonfun$next$1$$anonfun$apply$1.apply(Main.scala:121)
at sbt.State$$anon$1.process(State.scala:154)
at sbt.MainLoop$$anonfun$next$1.apply(Main.scala:121)
at sbt.MainLoop$$anonfun$next$1.apply(Main.scala:121)
at sbt.ErrorHandling$.wideConvert(ErrorHandling.scala:18)
at sbt.MainLoop$.next(Main.scala:121)
at sbt.MainLoop$.run(Main.scala:114)
at sbt.MainLoop$$anonfun$runWithNewLog$1.apply(Main.scala:103)
at sbt.MainLoop$$anonfun$runWithNewLog$1.apply(Main.scala:100)
at sbt.Using.apply(Using.scala:25)
at sbt.MainLoop$.runWithNewLog(Main.scala:100)
at sbt.MainLoop$.runAndClearLast(Main.scala:83)
at sbt.MainLoop$.runLoggedLoop(Main.scala:67)
at sbt.MainLoop$.runLogged(Main.scala:60)
at sbt.xMain.run(Main.scala:33)
at xsbt.boot.Launch$.run(Launch.scala:54)
at xsbt.boot.Launch$$anonfun$explicit$1.apply(Launch.scala:43)
at xsbt.boot.Launch$.launch(Launch.scala:68)
at xsbt.boot.Launch$.apply(Launch.scala:14)
at xsbt.boot.Boot$.runImpl(Boot.scala:25)
at xsbt.boot.Boot$.main(Boot.scala:15)
at xsbt.boot.Boot.main(Boot.scala)
[error] java.lang.NoSuchMethodError: org.sbtidea.SbtIdeaPlugin$.ideaSettings()Lscala/collection/Seq;
[error] Use 'last' for the full log.
Project loading failed: (r)etry, (q)uit, (l)ast, or (i)gnore? q
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment