Created
August 5, 2015 20:04
-
-
Save xanderdunn/30ab6124482c4d45b7cd to your computer and use it in GitHub Desktop.
doodle.git build output
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Xander-Dunns-MacBook-Pro:gridworld admin$ cd ~/Desktop/ | |
Xander-Dunns-MacBook-Pro:Desktop admin$ git clone https://github.com/underscoreio/doodle.git | |
Cloning into 'doodle'... | |
remote: Counting objects: 1553, done. | |
remote: Total 1553 (delta 0), reused 0 (delta 0), pack-reused 1553 | |
Receiving objects: 100% (1553/1553), 1.16 MiB | 646.00 KiB/s, done. | |
Resolving deltas: 100% (503/503), done. | |
Checking connectivity... done. | |
Xander-Dunns-MacBook-Pro:Desktop admin$ cd doodle/ | |
Xander-Dunns-MacBook-Pro:doodle admin$ sbt | |
[info] Loading project definition from /Users/admin/Desktop/doodle/project | |
[info] Updating {file:/Users/admin/Desktop/doodle/project/}doodle-build... | |
[info] Resolving org.fusesource.jansi#jansi;1.4 ... | |
[info] Done updating. | |
[info] Compiling 1 Scala source to /Users/admin/Desktop/doodle/project/target/scala-2.10/sbt-0.13/classes... | |
Missing bintray credentials /Users/admin/.bintray/.credentials. Some bintray features depend on this. | |
[info] Set current project to doodle (in build file:/Users/admin/Desktop/doodle/) | |
doodle(develop)> [INFO] [08/05/2015 13:02:53.396] [Workbench-System-akka.actor.default-dispatcher-4] [akka://Workbench-System/user/IO-HTTP/listener-0] Bound to localhost/127.0.0.1:12345 | |
doodle(develop)> compile | |
[warn] Credentials file /Users/admin/.bintray/.credentials does not exist | |
[info] Updating {file:/Users/admin/Desktop/doodle/}doodle... | |
[info] Updating {file:/Users/admin/Desktop/doodle/}doodleJS... | |
[info] Updating {file:/Users/admin/Desktop/doodle/}doodleJVM... | |
[info] Resolving org.fusesource.jansi#jansi;1.4 ... | |
[info] Done updating. | |
[info] Resolving jline#jline;2.12.1 ... | |
[info] Done updating. | |
[info] Resolving org.scala-lang.modules#scala-xml_2.11;1.0.2 ... | |
[info] Compiling 43 Scala sources to /Users/admin/Desktop/doodle/jvm/target/scala-2.11/classes... | |
[info] Resolving org.eclipse.jetty#jetty-continuation;8.1.16.v20140903 ... | |
[info] Done updating. | |
[info] Compiling 41 Scala sources to /Users/admin/Desktop/doodle/js/target/scala-2.11/classes... | |
[success] Total time: 10 s, completed Aug 5, 2015 1:03:08 PM |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment