This looks to be fixed when run from IntelliJ. However I'm still getting a problem on the command line when running the scenarios:
ant all
Buildfile: build.xml
clean:
[delete] Deleting directory /Users/bensullivan/work/bdd-demo/gen
setup:
[mkdir] Created dir: /Users/bensullivan/work/bdd-demo/gen/classes
compile:
[javac] Compiling 4 source files to /Users/bensullivan/work/bdd-demo/gen/classes
compile-test:
[copy] Copying 3 files to /Users/bensullivan/work/bdd-demo/gen/classes
[javac] Compiling 5 source files to /Users/bensullivan/work/bdd-demo/gen/classes
run-scenarios:
[scenarioRunner] Running scenario au.com.nsqa.story.etl.SystemIntegration
[scenarioRunner] Failure in runing scenarios:
[scenarioRunner] au.com.nsqa.story.etl.SystemIntegration: java.io.FileNotFoundException: /usr/share/ant/lib/jbehave-reports/au.com.nsqa.story.etl.system_integration.stats (No such file or directory)
Vanilla ant still seems to be preventing the specification of the jbehave-reports directory outside of the ANT_HOME/lib. I really need this to work in order to demo in conjunction with my CI server... Worst case scenario I guess I could tell my render target to go to ANT_HOME/lib/<my render dir>...
Have to bath the kids now - will try and debug later on if I have a chance..
Cheers
Ben