On 23/02/2010 00:24, qa tester wrote: > > it looks like the checkout and examples install are no longer throwing > an error. however, i still have to run the examples to verify. > The "install" phase implicitly run the "integration-test" phase, which is where the scenarios are run. > In regards to trader-web example, i did the following > > 1. svn co https://svn.codehaus.org/jbehave/trunk/web/examples/trader-web/ > 2. mvn clean install
you need to first to build the components (including the example modules): svn co https://svn.codehaus.org/jbehave/trunk/web <https://svn.codehaus.org/jbehave/trunk/web/examples/trader-web/> cd web mvn clean install -Pexamples then run the example webapp interactively: cd examples/trader-web mvn jetty:run Cheers
