[jbehave-user] Re: Specifying report path in multi-module project

2014-07-02 Thread Jonathan Gray
Many thanks Mauro, that works perfectly. On 02/07/2014 08:45, Mauro Talevi wrote: In Example class, replace new StoryReporterBuilder() with new StoryReporterBuilder().withCodeLocation(codeLocationFromClass(Example.class)) On 30/06/2014 22:55, Jonathan Gray wrote: Attached is an example Maven

[jbehave-user] Re: Specifying report path in multi-module project

2014-06-30 Thread Jonathan Gray
ed so even if the test actually passes it will return failure for the build. I presume its looking at the old failure. Jon On 23/06/2014 08:12, Mauro Talevi wrote: Can you share a sample project with the configuration that you're using? On 23/06/2014 00:56, Jonathan Gray wrote: Hi, I ha

[jbehave-user] Specifying report path in multi-module project

2014-06-22 Thread Jonathan Gray
Hi, I have a multi-module project which looks something like the following (it happens to be Maven based). project - pom.xml - app +- pom.xml - app-test +- pom.xml If I run "clean verify" against the project pom (it's not currently using inheritance from the parent) when it runs the maven plug

[jbehave-user] Error when running using Maven plugin

2014-06-10 Thread Jonathan Gray
Hi, I'm currently seeing the following error when trying to run JBehave using the maven plugin against a Spring Batch project. [ERROR] Failed to execute goal org.jbehave:jbehave-maven-plugin:3.9.2:run- stories-as-embeddables (run-stories) on project mrp: Failed to run stories as embeddables: Fa