I am using jbehave core 3.9, at the moment. I'm ultimately trying to have report files put below target/jbehave. If I keep looking I'm sure that I will figure out how to achieve that, but I'm not sure that I will do it the "right way". I assume report files are not going there because of something that I have done incorrectly.

I have a class extending JUnitStories that overrides storyPaths so that they will be found below src/test/resources/stories. It passes that path to StoryFinder.

If I extend StoryReporterBuilder and override outputDirectory, File(".") is src/test/resources. The relativeDirectory is "jbehave".

How can I avoid using "../../.." or something like that to get either the root directory of the code or the target directory?

Kendall

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

   http://xircles.codehaus.org/manage_email


Reply via email to