Created
March 2, 2010 02:32
-
-
Save pk11/319059 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
phausel@kola ~/workspace/akka | |
$ sbt package | |
[info] Building project akka 0.7-SNAPSHOT against Scala 2.7.7 | |
[info] using AkkaParent with sbt 0.7.1 and Scala 2.7.7 | |
[info] | |
[info] == akka-java-util / compile == | |
[info] Source analysis: 12 new/modified, 0 indirectly invalidated, 0 removed. | |
[info] Compiling main sources... | |
[error] Note: /Users/phausel/workspace/akka/akka-util-java/src/main/java/se/scalablesolutions/akka/config/ActiveObjectGuiceModule.java uses unchecked or unsafe operations. | |
[error] Note: Recompile with -Xlint:unchecked for details. | |
[info] Compilation successful. | |
[info] Post-analysis: 18 classes. | |
[info] == akka-java-util / compile == | |
[info] | |
[info] == akka-util / compile == | |
[info] Source analysis: 6 new/modified, 0 indirectly invalidated, 0 removed. | |
[info] Compiling main sources... | |
[info] Compilation successful. | |
[info] Post-analysis: 17 classes. | |
[info] == akka-util / compile == | |
[info] | |
[info] == akka-java-util / package == | |
[info] Packaging ./akka-util-java/target/scala_2.7.7/akka-java-util_2.7.7-0.7-SNAPSHOT.jar ... | |
[info] Packaging complete. | |
[info] == akka-java-util / package == | |
[info] | |
[info] == akka-core / compile == | |
[info] Source analysis: 38 new/modified, 0 indirectly invalidated, 0 removed. | |
[info] Compiling main sources... | |
[warn] /Users/phausel/workspace/akka/akka-core/src/main/scala/remote/Cluster.scala:136: method + in class List is deprecated | |
[warn] local = Node(local.endpoints + s) | |
[warn] ^ | |
[warn] there were unchecked warnings; re-run with -unchecked for details | |
[warn] two warnings found | |
[info] Compilation successful. | |
[info] Post-analysis: 545 classes. | |
[info] == akka-core / compile == | |
[info] | |
[info] == akka-util / package == | |
[info] Packaging ./akka-util/target/scala_2.7.7/akka-util_2.7.7-0.7-SNAPSHOT.jar ... | |
[info] Packaging complete. | |
[info] == akka-util / package == | |
[info] | |
[info] == akka-core / package == | |
[warn] No Main-Class attribute will be added automatically added: | |
[warn] Multiple classes with a main method were detected. Specify main class explicitly with: | |
[warn] override def mainClass = Some("className") | |
[info] Packaging ./akka-core/target/scala_2.7.7/akka-core_2.7.7-0.7-SNAPSHOT.jar ... | |
[info] Packaging complete. | |
[info] == akka-core / package == | |
[info] | |
[info] == akka / package == | |
[info] == akka / package == | |
[success] Successful. | |
[info] | |
[info] Total time: 53 s, completed Mar 1, 2010 9:31:29 PM | |
[info] | |
[info] Total session time: 53 s, completed Mar 1, 2010 9:31:29 PM | |
[success] Build completed successfully. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment