[jbehave-scm] [975] trunk: [Liz] All the before/after scenario stuff now works.

2008-10-16 Thread sirenian
Title: [975] trunk: [Liz] All the before/after scenario stuff now works. Revision 975 Author sirenian Date 2008-10-16 05:10:08 -0500 (Thu, 16 Oct 2008) Log Message [Liz] All the before/after scenario stuff now works. NB: Ant build is broken and probably has been for some versions;

[jbehave-dev] Hello lists

2008-10-16 Thread Dan North
Hi all. The JBehave dev and user lists have been running for a long time, and I'm sure there are several long-time lurkers on the list as well as a few new faces popping up now that JBehave 2 is out. It would be great if you could send a short message introducing yourself to the list (long-time

[jbehave-scm] [976] trunk/pom.xml: Update junit dependencies to use unbundled hamcrest jar.

2008-10-16 Thread mauro
Title: [976] trunk/pom.xml: Update junit dependencies to use unbundled hamcrest jar. Revision 976 Author mauro Date 2008-10-16 13:59:39 -0500 (Thu, 16 Oct 2008) Log Message Update junit dependencies to use unbundled hamcrest jar. Modified Paths trunk/pom.xml Diff Modified:

[jbehave-dev] Re: @BeforeScenario @AfterScenario, Ensure is back, apologies for broken build

2008-10-16 Thread Mauro Talevi
Elizabeth Keogh wrote: I don't want to mark this as fixed yet because our Ant build is broken following the PicoContainer and Spring work. Dan and I are about to Ivy the build anyway, which will help us resolve these dependencies. Everything else is working. Great - could we then remove the

[jbehave-scm] [979] trunk/lib/build: Replaced junit bundled jar with junit-dep, which has hamcrest dependency unbundled.

2008-10-16 Thread mauro
Title: [979] trunk/lib/build: Replaced junit bundled jar with junit-dep, which has hamcrest dependency unbundled. Revision 979 Author mauro Date 2008-10-16 15:08:03 -0500 (Thu, 16 Oct 2008) Log Message Replaced junit bundled jar with junit-dep, which has hamcrest dependency unbundled.

[jbehave-dev] @AfterSuccessfulScenario/@AfterUnsuccessfulScenario

2008-10-16 Thread Mauro Talevi
Liz, just a minor afterthought - could these annotations be expressed equivalently as @AfterScenario(success=true/false) and if success is omitted then it defaults to @AfterScenario behaviour. Like? - To unsubscribe from

[jbehave-scm] [980] trunk/jbehave-core/src/java/org/jbehave/scenario/parser: JBEHAVE-138: Applied patch from Alexandre Martins.

2008-10-16 Thread mauro
Title: [980] trunk/jbehave-core/src/java/org/jbehave/scenario/parser: JBEHAVE-138: Applied patch from Alexandre Martins. Revision 980 Author mauro Date 2008-10-16 16:44:22 -0500 (Thu, 16 Oct 2008) Log Message JBEHAVE-138: Applied patch from Alexandre Martins. Modified Paths

[jbehave-dev] [jira] Updated: (JBEHAVE-138) Bug recognising Step with content starting with Given, When, Then, And

2008-10-16 Thread Mauro Talevi (JIRA)
[ http://jira.codehaus.org/browse/JBEHAVE-138?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mauro Talevi updated JBEHAVE-138: - Affects Version/s: (was: 2.1) 2.0 Fix Version/s: 2.1 Bug

[jbehave-dev] [jira] Resolved: (JBEHAVE-138) Bug recognising Step with content starting with Given, When, Then, And

2008-10-16 Thread Mauro Talevi (JIRA)
[ http://jira.codehaus.org/browse/JBEHAVE-138?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mauro Talevi resolved JBEHAVE-138. -- Resolution: Fixed Applied in trunk. Thanks! Bug recognising Step with content starting with

[jbehave-dev] [jira] Resolved: (JBEHAVE-132) Support multiple test frameworks

2008-10-16 Thread Mauro Talevi (JIRA)
[ http://jira.codehaus.org/browse/JBEHAVE-132?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mauro Talevi resolved JBEHAVE-132. -- Resolution: Fixed Support multiple test frameworks

[jbehave-dev] [jira] Resolved: (JBEHAVE-134) Extract CandidateSteps interface

2008-10-16 Thread Mauro Talevi (JIRA)
[ http://jira.codehaus.org/browse/JBEHAVE-134?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mauro Talevi resolved JBEHAVE-134. -- Resolution: Fixed Steps now implements CandidateSteps interface. Extract CandidateSteps interface