I also changes the code to use JUnitScenario instead of Scenario. Along with some other tweaks to my project, I got it all working.
My question is, it seems like I don't need to use the JBahave Maven plug-in now that I extend JUnitScenario. Are there any reasons why I would want to use the Maven plug-in? Thanks. Rob On Mon, May 11, 2009 at 11:02 AM, Mauro Talevi <[email protected]> wrote: > Robert Hanson wrote: >> >> Sorry... I am not completely sure what you are asking me to do. I am >> using 2.2 (not sure if it matters), and I don't see a cosntructor for >> Scenario that takes a ClassLoader. >> >> I was following the 2-minute tutorial which doesn't mentioning >> anything regarding a classloader. >> http://jbehave.org/documentation/two-minute-tutorial/ >> >> Have a code example? >> > > http://svn.codehaus.org/jbehave/trunk/core/examples/trader/src/main/java/org/jbehave/examples/trader/scenarios/TraderSellsAllStocks.java > > I'll update the tutorial to highlight this issue. > > Cheers > > > --------------------------------------------------------------------- > To unsubscribe from this list, please visit: > > http://xircles.codehaus.org/manage_email > > > --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
