Skip to content

Instantly share code, notes, and snippets.

@pfn
Created January 5, 2016 04:26
Show Gist options
  • Save pfn/f621859c27710dd9f9a8 to your computer and use it in GitHub Desktop.
Save pfn/f621859c27710dd9f9a8 to your computer and use it in GitHub Desktop.
sbt keypath output for multi-project dependencies
[pfnguyen@GALACTICA sbtm] $ sbt "keypath b/compile a/compile"
[info] Loading global plugins from C:\Users\pfnguyen\.sbt\0.13\plugins
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
[info] Loading project definition from C:\Users\pfnguyen\src\sbtm\project
[info] Updating {file:/C:/Users/pfnguyen/src/sbtm/project/}sbtm-build...
[info] Resolving org.eclipse.jgit#org.eclipse.jgit.archive;3.7.0.201502260915-r [info] Resolving com.hanhuy.sbt#key-path;0.3-SNAPSHOT ...
[warn] Host repo.scala-sbt.org not found. url=https://repo.scala-sbt.org/scalasbt/sbt-plugin-releases/com.hanhuy.sbt/key-path/scala_2.10/sbt_0.13/0.3-SNAPSHOT/ivys/ivy.xml
[info] You probably access the destination server through a proxy server that is not well configured.
[info] Resolving org.scala-sbt.ivy#ivy;2.3.0-sbt-c5d1b95fdcc1e1007740ffbecf4eb07[info] Resolving org.fusesource.jansi#jansi;1.4 ...
[info] Done updating.
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
[info] Set current project to sbtm (in build file:/C:/Users/pfnguyen/src/sbtm/) [info] Searching for: b/compile:compile <- a/compile:compile
................................................................................................
[info] b/compile:compile
[info] +-- b/compile:manipulateBytecode
[info] +-- b/compile:compileIncremental
[info] +-- b/compile:readAnalysis
[info] +-- b/compile:incCompileSetup
[info] +-- b/compile:dependencyClasspath
[info] +-- b/compile:internalDependencyClasspath
[info] +-- a/compile:exportedProducts
[info] +-- a/compile:compile
[info]
[info] b/compile:compile
[info] +-- b/compile:manipulateBytecode
[info] +-- b/compile:compileIncremental
[info] +-- b/compile:readAnalysis
[info] +-- b/compile:incCompileSetup
[info] +-- b/compile:dependencyClasspath
[info] +-- b/compile:internalDependencyClasspath
[info] +-- a/compile:exportedProducts
[info] +-- a/compile:packageBin
[info] +-- a/compile:packageBin::packageConfiguration
[info] +-- a/compile:packageBin::mappings
[info] +-- a/compile:products
[info] +-- a/compile:copyResources
[info] +-- a/compile:resources
[info] +-- a/compile:managedResources
[info] +-- a/compile:resourceGenerators
[info] +-- a/compile:discoveredSbtPlugins
[info] +-- a/compile:compile
[info]
[info] b/compile:compile
[info] +-- b/compile:manipulateBytecode
[info] +-- b/compile:compileIncremental
[info] +-- b/compile:readAnalysis
[info] +-- b/compile:incCompileSetup
[info] +-- b/compile:dependencyClasspath
[info] +-- b/compile:internalDependencyClasspath
[info] +-- a/compile:exportedProducts
[info] +-- a/compile:packageBin
[info] +-- a/compile:packageBin::packageConfiguration
[info] +-- a/compile:packageBin::mappings
[info] +-- a/compile:products
[info] +-- a/compile:compile
[info]
[info] b/compile:compile
[info] +-- b/compile:manipulateBytecode
[info] +-- b/compile:compileIncremental
[info] +-- b/compile:readAnalysis
[info] +-- b/compile:incCompileSetup
[info] +-- b/compile:dependencyClasspath
[info] +-- b/compile:internalDependencyClasspath
[info] +-- a/compile:exportedProducts
[info] +-- a/compile:packageBin
[info] +-- a/compile:packageBin::packageConfiguration
[info] +-- a/compile:packageBin::packageOptions
[info] +-- a/compile:mainClass
[info] +-- a/compile:discoveredMainClasses
[info] +-- a/compile:compile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment