I'm having a hard time figuring out how to get started with jbehave. The two 
examples of setup I see are:

http://jbehave.org/reference/stable/running-examples.html

and

https://github.com/jbehave/jbehave-tutorial

Neither seem to work as described...


Here's my environment... Debian 7.0:

:~/workspace/jbehave-tutorial$ mvn -version
Apache Maven 3.0.4
Maven home: /usr/share/maven
Java version: 1.6.0_41, vendor: Sun Microsystems Inc.
Java home: /opt/app/jdk1.6.0_41/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "3.2.35", arch: "amd64", family: "unix"


Failure logs are attached. Both seem to be missing dependencies???

Thanks,
Craig
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] JBehave
[INFO] JBehave Core
[INFO] JBehave Ant
[INFO] JBehave Maven Plugin
[INFO] JBehave Hudson Plugin
[INFO] JBehave Jenkins Plugin
[INFO] JBehave Navigator
[INFO] JBehave Gherkin
[INFO] JBehave ODF
[INFO] JBehave Google
[INFO] JBehave Groovy
[INFO] JBehave Scala
[INFO] JBehave Guice
[INFO] JBehave Needle
[INFO] JBehave REST
[INFO] JBehave PicoContainer
[INFO] JBehave Spring
[INFO] JBehave Weld
[INFO] JBehave Archetypes
[INFO] JBehave Simple Archetype
[INFO] JBehave Groovy Archetype
[INFO] JBehave Guice Archetype
[INFO] JBehave Needle Archetype
[INFO] JBehave Pico Archetype
[INFO] JBehave Spring Archetype
[INFO] JBehave Examples
[INFO] JBehave Core Example
[INFO] JBehave Ant Example
[INFO] JBehave Annotations Example
[INFO] JBehave Executable-jar Example
[INFO] JBehave Game of Life Example
[INFO] JBehave Gherkin Example
[INFO] JBehave Groovy Example
[INFO] JBehave JRuby Example
[INFO] JBehave Scala Example
[INFO] JBehave Performance Example
[INFO] JBehave REST Example
[INFO] JBehave Threads Example
[INFO] JBehave URLs Example
[INFO] JBehave Maps Example
[INFO] JBehave Stepdocs Example
[INFO] JBehave TestNG Example
[INFO] JBehave I18n Example
[INFO] JBehave Guice Example
[INFO] JBehave Needle Example
[INFO] JBehave Pico Example
[INFO] JBehave Spring Example
[INFO] JBehave Spring Security Example
[INFO] JBehave Weld Example
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building JBehave 3.10-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.3:clean (default-clean) @ jbehave ---
[INFO] 
[INFO] --- maven-install-plugin:2.3:install (default-install) @ jbehave ---
[INFO] Installing /home/comstock/workspace/jbehave-core/pom.xml to /home/comstock/.m2/repository/org/jbehave/jbehave/3.10-SNAPSHOT/jbehave-3.10-SNAPSHOT.pom
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building JBehave Core 3.10-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.3:clean (default-clean) @ jbehave-core ---
[INFO] Deleting file set: /home/comstock/workspace/jbehave-core/jbehave-core/target (included: [**], excluded: [])
[INFO] 
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ jbehave-core ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 21 resources
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ jbehave-core ---
[INFO] Compiling 194 source files to /home/comstock/workspace/jbehave-core/jbehave-core/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ jbehave-core ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 7 resources
[INFO] Copying 15 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ jbehave-core ---
[INFO] Compiling 78 source files to /home/comstock/workspace/jbehave-core/jbehave-core/target/test-classes
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] /home/comstock/workspace/jbehave-core/jbehave-core/src/test/java/org/jbehave/core/io/StoryFinderBehaviour.java:[39,8] cannot find symbol
symbol  : method assertThat(java.util.List<java.lang.String>,org.hamcrest.Matcher<java.lang.Iterable<? super java.lang.Object>>)
location: class org.jbehave.core.io.StoryFinderBehaviour
[ERROR] /home/comstock/workspace/jbehave-core/jbehave-core/src/test/java/org/jbehave/core/io/StoryFinderBehaviour.java:[40,8] cannot find symbol
symbol  : method assertThat(java.util.List<java.lang.String>,org.hamcrest.Matcher<java.lang.Iterable<? super java.lang.Object>>)
location: class org.jbehave.core.io.StoryFinderBehaviour
[ERROR] /home/comstock/workspace/jbehave-core/jbehave-core/src/test/java/org/jbehave/core/io/StoryFinderBehaviour.java:[41,8] cannot find symbol
symbol  : method assertThat(java.util.List<java.lang.String>,org.hamcrest.Matcher<java.lang.Iterable<? super java.lang.Object>>)
location: class org.jbehave.core.io.StoryFinderBehaviour
[ERROR] /home/comstock/workspace/jbehave-core/jbehave-core/src/test/java/org/jbehave/core/io/StoryFinderBehaviour.java:[42,8] cannot find symbol
symbol  : method assertThat(java.util.List<java.lang.String>,org.hamcrest.Matcher<java.lang.Iterable<? super java.lang.Object>>)
location: class org.jbehave.core.io.StoryFinderBehaviour
[ERROR] /home/comstock/workspace/jbehave-core/jbehave-core/src/test/java/org/jbehave/core/io/StoryFinderBehaviour.java:[50,8] cannot find symbol
symbol  : method assertThat(java.util.List<java.lang.String>,org.hamcrest.Matcher<java.lang.Iterable<? super java.lang.Object>>)
location: class org.jbehave.core.io.StoryFinderBehaviour
[ERROR] /home/comstock/workspace/jbehave-core/jbehave-core/src/test/java/org/jbehave/core/io/StoryFinderBehaviour.java:[51,8] cannot find symbol
symbol  : method assertThat(java.util.List<java.lang.String>,org.hamcrest.Matcher<java.lang.Iterable<? super java.lang.Object>>)
location: class org.jbehave.core.io.StoryFinderBehaviour
[ERROR] /home/comstock/workspace/jbehave-core/jbehave-core/src/test/java/org/jbehave/core/io/StoryFinderBehaviour.java:[52,8] cannot find symbol
symbol  : method assertThat(java.util.List<java.lang.String>,org.hamcrest.Matcher<java.lang.Iterable<? super java.lang.Object>>)
location: class org.jbehave.core.io.StoryFinderBehaviour
[ERROR] /home/comstock/workspace/jbehave-core/jbehave-core/src/test/java/org/jbehave/core/io/StoryFinderBehaviour.java:[53,8] cannot find symbol
symbol  : method assertThat(java.util.List<java.lang.String>,org.hamcrest.Matcher<java.lang.Iterable<? super java.lang.Object>>)
location: class org.jbehave.core.io.StoryFinderBehaviour
[ERROR] /home/comstock/workspace/jbehave-core/jbehave-core/src/test/java/org/jbehave/core/io/StoryFinderBehaviour.java:[61,8] cannot find symbol
symbol  : method assertThat(java.util.List<java.lang.String>,org.hamcrest.Matcher<java.lang.Iterable<? super java.lang.Object>>)
location: class org.jbehave.core.io.StoryFinderBehaviour
[ERROR] /home/comstock/workspace/jbehave-core/jbehave-core/src/test/java/org/jbehave/core/io/StoryFinderBehaviour.java:[62,8] cannot find symbol
symbol  : method assertThat(java.util.List<java.lang.String>,org.hamcrest.Matcher<java.lang.Iterable<? super java.lang.Object>>)
location: class org.jbehave.core.io.StoryFinderBehaviour
[ERROR] /home/comstock/workspace/jbehave-core/jbehave-core/src/test/java/org/jbehave/core/io/StoryFinderBehaviour.java:[63,8] cannot find symbol
symbol  : method assertThat(java.util.List<java.lang.String>,org.hamcrest.Matcher<java.lang.Iterable<? super java.lang.Object>>)
location: class org.jbehave.core.io.StoryFinderBehaviour
[ERROR] /home/comstock/workspace/jbehave-core/jbehave-core/src/test/java/org/jbehave/core/io/StoryFinderBehaviour.java:[64,8] cannot find symbol
symbol  : method assertThat(java.util.List<java.lang.String>,org.hamcrest.Matcher<java.lang.Iterable<? super java.lang.Object>>)
location: class org.jbehave.core.io.StoryFinderBehaviour
[ERROR] /home/comstock/workspace/jbehave-core/jbehave-core/src/test/java/org/jbehave/core/io/StoryFinderBehaviour.java:[72,8] cannot find symbol
symbol  : method assertThat(java.util.List<java.lang.String>,org.hamcrest.Matcher<java.lang.Iterable<? super java.lang.Object>>)
location: class org.jbehave.core.io.StoryFinderBehaviour
[ERROR] /home/comstock/workspace/jbehave-core/jbehave-core/src/test/java/org/jbehave/core/io/StoryFinderBehaviour.java:[73,8] cannot find symbol
symbol  : method assertThat(java.util.List<java.lang.String>,org.hamcrest.Matcher<java.lang.Iterable<? super java.lang.Object>>)
location: class org.jbehave.core.io.StoryFinderBehaviour
[ERROR] /home/comstock/workspace/jbehave-core/jbehave-core/src/test/java/org/jbehave/core/io/StoryFinderBehaviour.java:[74,8] cannot find symbol
symbol  : method assertThat(java.util.List<java.lang.String>,org.hamcrest.Matcher<java.lang.Iterable<? super java.lang.Object>>)
location: class org.jbehave.core.io.StoryFinderBehaviour
[ERROR] /home/comstock/workspace/jbehave-core/jbehave-core/src/test/java/org/jbehave/core/io/StoryFinderBehaviour.java:[75,8] cannot find symbol
symbol  : method assertThat(java.util.List<java.lang.String>,org.hamcrest.Matcher<java.lang.Iterable<? super java.lang.Object>>)
location: class org.jbehave.core.io.StoryFinderBehaviour
[ERROR] /home/comstock/workspace/jbehave-core/jbehave-core/src/test/java/org/jbehave/core/io/StoryFinderBehaviour.java:[97,8] cannot find symbol
symbol  : method assertThat(java.util.List<java.lang.String>,org.hamcrest.Matcher<java.lang.Iterable<? super java.lang.Object>>)
location: class org.jbehave.core.io.StoryFinderBehaviour
[ERROR] /home/comstock/workspace/jbehave-core/jbehave-core/src/test/java/org/jbehave/core/io/StoryFinderBehaviour.java:[98,8] cannot find symbol
symbol  : method assertThat(java.util.List<java.lang.String>,org.hamcrest.Matcher<java.lang.Iterable<? super java.lang.Object>>)
location: class org.jbehave.core.io.StoryFinderBehaviour
[ERROR] /home/comstock/workspace/jbehave-core/jbehave-core/src/test/java/org/jbehave/core/io/StoryFinderBehaviour.java:[99,8] cannot find symbol
symbol  : method assertThat(java.util.List<java.lang.String>,org.hamcrest.Matcher<java.lang.Iterable<? super java.lang.Object>>)
location: class org.jbehave.core.io.StoryFinderBehaviour
[ERROR] /home/comstock/workspace/jbehave-core/jbehave-core/src/test/java/org/jbehave/core/io/StoryFinderBehaviour.java:[107,8] cannot find symbol
symbol  : method assertThat(java.util.List<java.lang.String>,org.hamcrest.Matcher<java.lang.Iterable<? super java.lang.Object>>)
location: class org.jbehave.core.io.StoryFinderBehaviour
[ERROR] /home/comstock/workspace/jbehave-core/jbehave-core/src/test/java/org/jbehave/core/io/StoryFinderBehaviour.java:[108,8] cannot find symbol
symbol  : method assertThat(java.util.List<java.lang.String>,org.hamcrest.Matcher<java.lang.Iterable<? super java.lang.Object>>)
location: class org.jbehave.core.io.StoryFinderBehaviour
[ERROR] /home/comstock/workspace/jbehave-core/jbehave-core/src/test/java/org/jbehave/core/io/StoryFinderBehaviour.java:[109,8] cannot find symbol
symbol  : method assertThat(java.util.List<java.lang.String>,org.hamcrest.Matcher<java.lang.Iterable<? super java.lang.Object>>)
location: class org.jbehave.core.io.StoryFinderBehaviour
[ERROR] /home/comstock/workspace/jbehave-core/jbehave-core/src/test/java/org/jbehave/core/io/StoryFinderBehaviour.java:[133,8] cannot find symbol
symbol  : method assertThat(java.util.List<java.lang.String>,org.hamcrest.Matcher<java.lang.Iterable<? super java.lang.Object>>)
location: class org.jbehave.core.io.StoryFinderBehaviour
[ERROR] /home/comstock/workspace/jbehave-core/jbehave-core/src/test/java/org/jbehave/core/io/StoryFinderBehaviour.java:[134,8] cannot find symbol
symbol  : method assertThat(java.util.List<java.lang.String>,org.hamcrest.Matcher<java.lang.Iterable<? super java.lang.Object>>)
location: class org.jbehave.core.io.StoryFinderBehaviour
[ERROR] /home/comstock/workspace/jbehave-core/jbehave-core/src/test/java/org/jbehave/core/io/StoryFinderBehaviour.java:[135,8] cannot find symbol
symbol  : method assertThat(java.util.List<java.lang.String>,org.hamcrest.Matcher<java.lang.Iterable<? super java.lang.Object>>)
location: class org.jbehave.core.io.StoryFinderBehaviour
[INFO] 25 errors 
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] JBehave ........................................... SUCCESS [0.176s]
[INFO] JBehave Core ...................................... FAILURE [3.888s]
[INFO] JBehave Ant ....................................... SKIPPED
[INFO] JBehave Maven Plugin .............................. SKIPPED
[INFO] JBehave Hudson Plugin ............................. SKIPPED
[INFO] JBehave Jenkins Plugin ............................ SKIPPED
[INFO] JBehave Navigator ................................. SKIPPED
[INFO] JBehave Gherkin ................................... SKIPPED
[INFO] JBehave ODF ....................................... SKIPPED
[INFO] JBehave Google .................................... SKIPPED
[INFO] JBehave Groovy .................................... SKIPPED
[INFO] JBehave Scala ..................................... SKIPPED
[INFO] JBehave Guice ..................................... SKIPPED
[INFO] JBehave Needle .................................... SKIPPED
[INFO] JBehave REST ...................................... SKIPPED
[INFO] JBehave PicoContainer ............................. SKIPPED
[INFO] JBehave Spring .................................... SKIPPED
[INFO] JBehave Weld ...................................... SKIPPED
[INFO] JBehave Archetypes ................................ SKIPPED
[INFO] JBehave Simple Archetype .......................... SKIPPED
[INFO] JBehave Groovy Archetype .......................... SKIPPED
[INFO] JBehave Guice Archetype ........................... SKIPPED
[INFO] JBehave Needle Archetype .......................... SKIPPED
[INFO] JBehave Pico Archetype ............................ SKIPPED
[INFO] JBehave Spring Archetype .......................... SKIPPED
[INFO] JBehave Examples .................................. SKIPPED
[INFO] JBehave Core Example .............................. SKIPPED
[INFO] JBehave Ant Example ............................... SKIPPED
[INFO] JBehave Annotations Example ....................... SKIPPED
[INFO] JBehave Executable-jar Example .................... SKIPPED
[INFO] JBehave Game of Life Example ...................... SKIPPED
[INFO] JBehave Gherkin Example ........................... SKIPPED
[INFO] JBehave Groovy Example ............................ SKIPPED
[INFO] JBehave JRuby Example ............................. SKIPPED
[INFO] JBehave Scala Example ............................. SKIPPED
[INFO] JBehave Performance Example ....................... SKIPPED
[INFO] JBehave REST Example .............................. SKIPPED
[INFO] JBehave Threads Example ........................... SKIPPED
[INFO] JBehave URLs Example .............................. SKIPPED
[INFO] JBehave Maps Example .............................. SKIPPED
[INFO] JBehave Stepdocs Example .......................... SKIPPED
[INFO] JBehave TestNG Example ............................ SKIPPED
[INFO] JBehave I18n Example .............................. SKIPPED
[INFO] JBehave Guice Example ............................. SKIPPED
[INFO] JBehave Needle Example ............................ SKIPPED
[INFO] JBehave Pico Example .............................. SKIPPED
[INFO] JBehave Spring Example ............................ SKIPPED
[INFO] JBehave Spring Security Example ................... SKIPPED
[INFO] JBehave Weld Example .............................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 5.160s
[INFO] Finished at: Thu Mar 06 10:52:40 CST 2014
[INFO] Final Memory: 25M/210M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:testCompile (default-testCompile) on project jbehave-core: Compilation failure: Compilation failure:
[ERROR] /home/comstock/workspace/jbehave-core/jbehave-core/src/test/java/org/jbehave/core/io/StoryFinderBehaviour.java:[39,8] cannot find symbol
[ERROR] symbol  : method assertThat(java.util.List<java.lang.String>,org.hamcrest.Matcher<java.lang.Iterable<? super java.lang.Object>>)
[ERROR] location: class org.jbehave.core.io.StoryFinderBehaviour
[ERROR] /home/comstock/workspace/jbehave-core/jbehave-core/src/test/java/org/jbehave/core/io/StoryFinderBehaviour.java:[40,8] cannot find symbol
[ERROR] symbol  : method assertThat(java.util.List<java.lang.String>,org.hamcrest.Matcher<java.lang.Iterable<? super java.lang.Object>>)
[ERROR] location: class org.jbehave.core.io.StoryFinderBehaviour
[ERROR] /home/comstock/workspace/jbehave-core/jbehave-core/src/test/java/org/jbehave/core/io/StoryFinderBehaviour.java:[41,8] cannot find symbol
[ERROR] symbol  : method assertThat(java.util.List<java.lang.String>,org.hamcrest.Matcher<java.lang.Iterable<? super java.lang.Object>>)
[ERROR] location: class org.jbehave.core.io.StoryFinderBehaviour
[ERROR] /home/comstock/workspace/jbehave-core/jbehave-core/src/test/java/org/jbehave/core/io/StoryFinderBehaviour.java:[42,8] cannot find symbol
[ERROR] symbol  : method assertThat(java.util.List<java.lang.String>,org.hamcrest.Matcher<java.lang.Iterable<? super java.lang.Object>>)
[ERROR] location: class org.jbehave.core.io.StoryFinderBehaviour
[ERROR] /home/comstock/workspace/jbehave-core/jbehave-core/src/test/java/org/jbehave/core/io/StoryFinderBehaviour.java:[50,8] cannot find symbol
[ERROR] symbol  : method assertThat(java.util.List<java.lang.String>,org.hamcrest.Matcher<java.lang.Iterable<? super java.lang.Object>>)
[ERROR] location: class org.jbehave.core.io.StoryFinderBehaviour
[ERROR] /home/comstock/workspace/jbehave-core/jbehave-core/src/test/java/org/jbehave/core/io/StoryFinderBehaviour.java:[51,8] cannot find symbol
[ERROR] symbol  : method assertThat(java.util.List<java.lang.String>,org.hamcrest.Matcher<java.lang.Iterable<? super java.lang.Object>>)
[ERROR] location: class org.jbehave.core.io.StoryFinderBehaviour
[ERROR] /home/comstock/workspace/jbehave-core/jbehave-core/src/test/java/org/jbehave/core/io/StoryFinderBehaviour.java:[52,8] cannot find symbol
[ERROR] symbol  : method assertThat(java.util.List<java.lang.String>,org.hamcrest.Matcher<java.lang.Iterable<? super java.lang.Object>>)
[ERROR] location: class org.jbehave.core.io.StoryFinderBehaviour
[ERROR] /home/comstock/workspace/jbehave-core/jbehave-core/src/test/java/org/jbehave/core/io/StoryFinderBehaviour.java:[53,8] cannot find symbol
[ERROR] symbol  : method assertThat(java.util.List<java.lang.String>,org.hamcrest.Matcher<java.lang.Iterable<? super java.lang.Object>>)
[ERROR] location: class org.jbehave.core.io.StoryFinderBehaviour
[ERROR] /home/comstock/workspace/jbehave-core/jbehave-core/src/test/java/org/jbehave/core/io/StoryFinderBehaviour.java:[61,8] cannot find symbol
[ERROR] symbol  : method assertThat(java.util.List<java.lang.String>,org.hamcrest.Matcher<java.lang.Iterable<? super java.lang.Object>>)
[ERROR] location: class org.jbehave.core.io.StoryFinderBehaviour
[ERROR] /home/comstock/workspace/jbehave-core/jbehave-core/src/test/java/org/jbehave/core/io/StoryFinderBehaviour.java:[62,8] cannot find symbol
[ERROR] symbol  : method assertThat(java.util.List<java.lang.String>,org.hamcrest.Matcher<java.lang.Iterable<? super java.lang.Object>>)
[ERROR] location: class org.jbehave.core.io.StoryFinderBehaviour
[ERROR] /home/comstock/workspace/jbehave-core/jbehave-core/src/test/java/org/jbehave/core/io/StoryFinderBehaviour.java:[63,8] cannot find symbol
[ERROR] symbol  : method assertThat(java.util.List<java.lang.String>,org.hamcrest.Matcher<java.lang.Iterable<? super java.lang.Object>>)
[ERROR] location: class org.jbehave.core.io.StoryFinderBehaviour
[ERROR] /home/comstock/workspace/jbehave-core/jbehave-core/src/test/java/org/jbehave/core/io/StoryFinderBehaviour.java:[64,8] cannot find symbol
[ERROR] symbol  : method assertThat(java.util.List<java.lang.String>,org.hamcrest.Matcher<java.lang.Iterable<? super java.lang.Object>>)
[ERROR] location: class org.jbehave.core.io.StoryFinderBehaviour
[ERROR] /home/comstock/workspace/jbehave-core/jbehave-core/src/test/java/org/jbehave/core/io/StoryFinderBehaviour.java:[72,8] cannot find symbol
[ERROR] symbol  : method assertThat(java.util.List<java.lang.String>,org.hamcrest.Matcher<java.lang.Iterable<? super java.lang.Object>>)
[ERROR] location: class org.jbehave.core.io.StoryFinderBehaviour
[ERROR] /home/comstock/workspace/jbehave-core/jbehave-core/src/test/java/org/jbehave/core/io/StoryFinderBehaviour.java:[73,8] cannot find symbol
[ERROR] symbol  : method assertThat(java.util.List<java.lang.String>,org.hamcrest.Matcher<java.lang.Iterable<? super java.lang.Object>>)
[ERROR] location: class org.jbehave.core.io.StoryFinderBehaviour
[ERROR] /home/comstock/workspace/jbehave-core/jbehave-core/src/test/java/org/jbehave/core/io/StoryFinderBehaviour.java:[74,8] cannot find symbol
[ERROR] symbol  : method assertThat(java.util.List<java.lang.String>,org.hamcrest.Matcher<java.lang.Iterable<? super java.lang.Object>>)
[ERROR] location: class org.jbehave.core.io.StoryFinderBehaviour
[ERROR] /home/comstock/workspace/jbehave-core/jbehave-core/src/test/java/org/jbehave/core/io/StoryFinderBehaviour.java:[75,8] cannot find symbol
[ERROR] symbol  : method assertThat(java.util.List<java.lang.String>,org.hamcrest.Matcher<java.lang.Iterable<? super java.lang.Object>>)
[ERROR] location: class org.jbehave.core.io.StoryFinderBehaviour
[ERROR] /home/comstock/workspace/jbehave-core/jbehave-core/src/test/java/org/jbehave/core/io/StoryFinderBehaviour.java:[97,8] cannot find symbol
[ERROR] symbol  : method assertThat(java.util.List<java.lang.String>,org.hamcrest.Matcher<java.lang.Iterable<? super java.lang.Object>>)
[ERROR] location: class org.jbehave.core.io.StoryFinderBehaviour
[ERROR] /home/comstock/workspace/jbehave-core/jbehave-core/src/test/java/org/jbehave/core/io/StoryFinderBehaviour.java:[98,8] cannot find symbol
[ERROR] symbol  : method assertThat(java.util.List<java.lang.String>,org.hamcrest.Matcher<java.lang.Iterable<? super java.lang.Object>>)
[ERROR] location: class org.jbehave.core.io.StoryFinderBehaviour
[ERROR] /home/comstock/workspace/jbehave-core/jbehave-core/src/test/java/org/jbehave/core/io/StoryFinderBehaviour.java:[99,8] cannot find symbol
[ERROR] symbol  : method assertThat(java.util.List<java.lang.String>,org.hamcrest.Matcher<java.lang.Iterable<? super java.lang.Object>>)
[ERROR] location: class org.jbehave.core.io.StoryFinderBehaviour
[ERROR] /home/comstock/workspace/jbehave-core/jbehave-core/src/test/java/org/jbehave/core/io/StoryFinderBehaviour.java:[107,8] cannot find symbol
[ERROR] symbol  : method assertThat(java.util.List<java.lang.String>,org.hamcrest.Matcher<java.lang.Iterable<? super java.lang.Object>>)
[ERROR] location: class org.jbehave.core.io.StoryFinderBehaviour
[ERROR] /home/comstock/workspace/jbehave-core/jbehave-core/src/test/java/org/jbehave/core/io/StoryFinderBehaviour.java:[108,8] cannot find symbol
[ERROR] symbol  : method assertThat(java.util.List<java.lang.String>,org.hamcrest.Matcher<java.lang.Iterable<? super java.lang.Object>>)
[ERROR] location: class org.jbehave.core.io.StoryFinderBehaviour
[ERROR] /home/comstock/workspace/jbehave-core/jbehave-core/src/test/java/org/jbehave/core/io/StoryFinderBehaviour.java:[109,8] cannot find symbol
[ERROR] symbol  : method assertThat(java.util.List<java.lang.String>,org.hamcrest.Matcher<java.lang.Iterable<? super java.lang.Object>>)
[ERROR] location: class org.jbehave.core.io.StoryFinderBehaviour
[ERROR] /home/comstock/workspace/jbehave-core/jbehave-core/src/test/java/org/jbehave/core/io/StoryFinderBehaviour.java:[133,8] cannot find symbol
[ERROR] symbol  : method assertThat(java.util.List<java.lang.String>,org.hamcrest.Matcher<java.lang.Iterable<? super java.lang.Object>>)
[ERROR] location: class org.jbehave.core.io.StoryFinderBehaviour
[ERROR] /home/comstock/workspace/jbehave-core/jbehave-core/src/test/java/org/jbehave/core/io/StoryFinderBehaviour.java:[134,8] cannot find symbol
[ERROR] symbol  : method assertThat(java.util.List<java.lang.String>,org.hamcrest.Matcher<java.lang.Iterable<? super java.lang.Object>>)
[ERROR] location: class org.jbehave.core.io.StoryFinderBehaviour
[ERROR] /home/comstock/workspace/jbehave-core/jbehave-core/src/test/java/org/jbehave/core/io/StoryFinderBehaviour.java:[135,8] cannot find symbol
[ERROR] symbol  : method assertThat(java.util.List<java.lang.String>,org.hamcrest.Matcher<java.lang.Iterable<? super java.lang.Object>>)
[ERROR] location: class org.jbehave.core.io.StoryFinderBehaviour
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :jbehave-core
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Etsy.com Stories with Java and Spring
[INFO] JBehave Tutorials using Etsy.com
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Etsy.com Stories with Java and Spring 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.3:clean (default-clean) @ etsy-stories-java-spring ---
[INFO] Deleting file set: /home/comstock/workspace/jbehave-tutorial/etsy-selenium/java-spring/target (included: [**], excluded: [])
[INFO] 
[INFO] --- maven-resources-plugin:2.3:resources (default-resources) @ etsy-stories-java-spring ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-dependency-plugin:2.4:unpack (unpack-resources-core) @ etsy-stories-java-spring ---
[INFO] Configured Artifact: org.jbehave:jbehave-navigator:3.8:jar
[INFO] Unpacking /home/comstock/.m2/repository/org/jbehave/jbehave-navigator/3.8/jbehave-navigator-3.8.jar to /home/comstock/workspace/jbehave-tutorial/etsy-selenium/java-spring/target/jbehave/view with includes "" and excludes "**/*.class"
[INFO] 
[INFO] --- jbehave-maven-plugin:3.8:unpack-view-resources (unpack-view-resources) @ etsy-stories-java-spring ---
[INFO] Unpacked /home/comstock/.m2/repository/org/jbehave/site/jbehave-site-resources/3.1.1/jbehave-site-resources-3.1.1.zip to /home/comstock/workspace/jbehave-tutorial/etsy-selenium/java-spring/target/jbehave/view
[INFO] Unpacked /home/comstock/.m2/repository/org/jbehave/jbehave-core/3.8/jbehave-core-3.8-resources.zip to /home/comstock/workspace/jbehave-tutorial/etsy-selenium/java-spring/target/jbehave/view
[INFO] 
[INFO] --- maven-compiler-plugin:2.1:compile (default-compile) @ etsy-stories-java-spring ---
[WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent!
[INFO] Compiling 14 source files to /home/comstock/workspace/jbehave-tutorial/etsy-selenium/java-spring/target/classes
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] /home/comstock/workspace/jbehave-tutorial/etsy-selenium/java-spring/src/main/java/org/jbehave/tutorials/etsy/pages/Site.java:[9,7] cannot access org.openqa.selenium.HasInputDevices
class file for org.openqa.selenium.HasInputDevices not found
public class Site extends FluentWebDriverPage {

[ERROR] /home/comstock/workspace/jbehave-tutorial/etsy-selenium/java-spring/src/main/java/org/jbehave/tutorials/etsy/pages/Site.java:[16,26] cannot find symbol
symbol  : method within(org.seleniumhq.selenium.fluent.Period)
location: class org.jbehave.tutorials.etsy.pages.Site

[INFO] 2 errors 
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Etsy.com Stories with Java and Spring ............. FAILURE [2.224s]
[INFO] JBehave Tutorials using Etsy.com .................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.357s
[INFO] Finished at: Thu Mar 06 10:41:48 CST 2014
[INFO] Final Memory: 16M/144M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.1:compile (default-compile) on project etsy-stories-java-spring: Compilation failure: Compilation failure:
[ERROR] /home/comstock/workspace/jbehave-tutorial/etsy-selenium/java-spring/src/main/java/org/jbehave/tutorials/etsy/pages/Site.java:[9,7] cannot access org.openqa.selenium.HasInputDevices
[ERROR] class file for org.openqa.selenium.HasInputDevices not found
[ERROR] public class Site extends FluentWebDriverPage {
[ERROR] 
[ERROR] /home/comstock/workspace/jbehave-tutorial/etsy-selenium/java-spring/src/main/java/org/jbehave/tutorials/etsy/pages/Site.java:[16,26] cannot find symbol
[ERROR] symbol  : method within(org.seleniumhq.selenium.fluent.Period)
[ERROR] location: class org.jbehave.tutorials.etsy.pages.Site
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email

Reply via email to