Skip to content

Instantly share code, notes, and snippets.

@recampbell
Created May 19, 2010 23:22
Show Gist options
  • Save recampbell/406991 to your computer and use it in GitHub Desktop.
Save recampbell/406991 to your computer and use it in GitHub Desktop.
[INFO] skip non existing resourceDirectory /home/rcampbell/workspace/provisioning/src/test/resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [scala:testCompile {execution: test-compile}]
[INFO] Checking for multiple versions of scala
[WARNING] Multiple versions of scala libraries detected!
[INFO] includes = [**/*.scala,**/*.java,]
[INFO] excludes = []
[INFO] /home/rcampbell/workspace/provisioning/src/test/scala:-1: info: compiling
[INFO] Compiling 14 source files to /home/rcampbell/workspace/provisioning/target/test-classes at 1274311192395
[ERROR] /home/rcampbell/workspace/provisioning/src/test/scala/com/cloudbees/providore/ExplorationTest.scala:49: error: value listNodesWithTag is not a member of org.jclouds.compute.ComputeService
[INFO] if (service.listNodesWithTag(tag).asScala.filter(_.getState != NodeState.TERMINATED).isEmpty == false) {
[INFO] ^
[ERROR] /home/rcampbell/workspace/provisioning/src/test/scala/com/cloudbees/providore/ExplorationTest.scala:51: error: value listNodesWithTag is not a member of org.jclouds.compute.ComputeService
[INFO] val nodeData: NodeMetadata = service.listNodesWithTag(tag).asScala.filter(_.getState != NodeState.TERMINATED).toList.head
[INFO] ^
[ERROR] /home/rcampbell/workspace/provisioning/src/test/scala/com/cloudbees/providore/ExplorationTest.scala:61: error: value destroyNodesWithTag is not a member of org.jclouds.compute.ComputeService
[INFO] service.destroyNodesWithTag(tag)
[INFO] ^
[ERROR] three errors found
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment