Hi all, I have now put the StoryPrinterTask into JBehave.
This means we can do the following, both from the main classes and from Ant: - run behaviours - run stories - print stories I noticed that a 'main' method I was using had disappeared from the StoryPrinter class. Please note that the following classes deliberately have main methods: StoryPrinter Narrates stories to the console. Will narrate any number of stories whose classnames are passed as arguments. StoryToDirectoryPrinter Narrates stories to files in the given directory. Each file will be named <StoryClassName>.story. The first argument should be the directory to which the story is printed; further arguments should be story classnames as with StoryPrinter. Also see the StoryPrinterTask. StoryRunner Runs stories, args as for StoryPrinter. Also see the StoryRunnerTask. BehaviourRunner Runs behaviours, args should be the behaviour classes to be run. Also see the BehaviourRunnerTask. -- If you change any of the 'big' behaviours of JBehave, please ensure that the example tasks in Ant still work. Dan, please can we draw a release candidate? (and if not, why not?) Cheers, Liz. -- Elizabeth Keogh [EMAIL PROTECTED] http://www.livejournal.com/users/sirenian
