Re: [jbehave-dev] Problem Creating XRef files from Eclipse

2015-01-30 Thread Mauro Talevi
Chris, What counts is the command line build. Does it work? If not can you stash your changes and verify that you can build the latest master? Cheers On 30 Jan 2015, at 16:36, Chris Aguirre chris.aguirr...@gmail.com wrote: JBehave Devs, I am having issues creating CrossReferences

Re: [jbehave-dev] Loggin in jbehave

2015-01-30 Thread Chris Aguirre
Following up on Mauro's response... We extended the *StoryReporter* class and added log messages in certain methods we wanted logged such as: *failed(String step, Throwable cause)* *successful(String step)* *beforeScenario(String scenarioTitle)* *etc...* Then we added this new

[jbehave-dev] Problem Creating XRef files from Eclipse

2015-01-30 Thread Chris Aguirre
JBehave Devs, I am having issues creating CrossReferences in Eclipse. Specifically, I am getting an ArrayIndexOutOfBoundsException (-1) in: * com.thoughtworks.xstream.core.util.OrderRetainingMap.entrySet(OrderRetainingMap.java:77)* when running the following Unit Tests: *

Re: [jbehave-dev] Problem Creating XRef files from Eclipse

2015-01-30 Thread Chris Aguirre
Haven't tried that yet - will try and get back to you when I get the chance to get back to work on this. Thanks for the fast response. Regards, Christopher Aguirre On Fri, Jan 30, 2015 at 12:09 PM, Mauro Talevi mauro.tal...@aquilonia.org wrote: Chris, What counts is the command line build.