JBehave
  1. JBehave
  2. JBEHAVE-858

Unable to run jbehave-tutorial. NoClassDefFoundError (FluentWebDriver) occurs

    Details

    • Type: Bug Bug
    • Status: Open Open
    • Priority: Major Major
    • Resolution: Unresolved
    • Affects Version/s: None
    • Fix Version/s: None
    • Component/s: None
    • Labels:
      None
    • Number of attachments :
      1

      Description

      NoClassDefFoundError when running etsy-web-runner from the jbehave-tutorial package. See attached.

      Repro Steps

      1. jbehave-tutorial> git clone https://github.com/jbehave/jbehave-tutorial.git .
      2. jbehave-tutorial> mvn clean install -s settings.xml -Pcodehaus,web-runner
      3. jbehave-tutorial\etsy-web-runner> mvn jetty:run-war -s ../settings.xml -Pcodehaus,web-runner
      4. visit http://localhost:8080/etsy-stories-runner/

        Activity

        Hide
        Alexander Lehmann added a comment -

        when you add the dependency to the pom.xml file, the test runs

        <dependency>
        <groupId>org.seleniumhq.selenium.fluent</groupId>
        <artifactId>fluent-selenium</artifactId>
        <version>1.6.3</version>
        </dependency>

        i wonder why this doesn't happen automatically due to dependency resolution

        Show
        Alexander Lehmann added a comment - when you add the dependency to the pom.xml file, the test runs <dependency> <groupId>org.seleniumhq.selenium.fluent</groupId> <artifactId>fluent-selenium</artifactId> <version>1.6.3</version> </dependency> i wonder why this doesn't happen automatically due to dependency resolution

          People

          • Assignee:
            Unassigned
            Reporter:
            Marius Brot
          • Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

            • Created:
              Updated: