Skip to content

Instantly share code, notes, and snippets.

@rboyd
Created January 20, 2010 23:41
Show Gist options
  • Save rboyd/282425 to your computer and use it in GitHub Desktop.
Save rboyd/282425 to your computer and use it in GitHub Desktop.
bobby-boyds-macbook-pro:test4 rboyd$ mvn package
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Building Unnamed - com.bluff:test4:jar:1.0-SNAPSHOT
[INFO] task-segment: [package]
[INFO] ------------------------------------------------------------------------
[INFO] [enforcer:enforce {execution: enforce-java}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /Users/rboyd/work/trash/test4/src/main/resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [scala:compile {execution: default}]
[INFO] Checking for multiple versions of scala
[WARNING] Multiple versions of scala libraries detected!
[INFO] Compiling 1 source files to /Users/rboyd/work/trash/test4/target/classes
[WARNING] /Users/rboyd/work/trash/test4/src/main/scala/com/bluff/SimpleService.scala:51: error: class SimpleService needs to be abstract, since type _$1 in trait Actor with bounds >: Nothing <: Throwable is not defined
[WARNING] class SimpleService extends Transactor {
[WARNING] ^
[WARNING] /Users/rboyd/work/trash/test4/src/main/scala/com/bluff/SimpleService.scala:76: error: class PubSub needs to be abstract, since type _$1 in trait Actor with bounds >: Nothing <: Throwable is not defined
[WARNING] class PubSub extends Actor {
[WARNING] ^
[WARNING] /Users/rboyd/work/trash/test4/src/main/scala/com/bluff/SimpleService.scala:103: error: class PersistentSimpleService needs to be abstract, since type _$1 in trait Actor with bounds >: Nothing <: Throwable is not defined
[WARNING] class PersistentSimpleService extends Transactor {
[WARNING] ^
[WARNING] /Users/rboyd/work/trash/test4/src/main/scala/com/bluff/SimpleService.scala:129: error: class Chat needs to be abstract, since type _$1 in trait Actor with bounds >: Nothing <: Throwable is not defined
[WARNING] class Chat extends Actor {
[WARNING] ^
[WARNING] four errors found
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] command line returned non-zero value:1
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 11 seconds
[INFO] Finished at: Wed Jan 20 17:38:11 CST 2010
[INFO] Final Memory: 40M/81M
[INFO] ------------------------------------------------------------------------
bobby-boyds-macbook-pro:test4 rboyd$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment