[jbehave-dev] Re: @AfterStory

2010-02-22 Thread Mauro Talevi
Hi Cristiano, If I understand correctly, you want to run the methods annotated by @Before/AfterStory depending on whether the story is an embedded one or not, i.e. @BeforeStory(uponEmbedded=true) public void beforeEmbeddedStory(){ // ... } @BeforeStory(uponEmbedded=false) public void

[jbehave-dev] Fwd: Evaluating jbehave

2010-02-22 Thread qa tester
-- Forwarded message -- From: qa tester thesqates...@gmail.com Date: Mon, Feb 22, 2010 at 10:24 AM Subject: Evaluating jbehave To: u...@jbehave.codehaus.org Hi, We are currently evaluating jbehave. We are trying to decide which bdd framework to use. I have the following

[jbehave-dev] [jira] Reopened: (JBEHAVE-239) Add @BeforeStory and @AfterStory annotations in candidate steps

2010-02-22 Thread Mauro Talevi (JIRA)
[ http://jira.codehaus.org/browse/JBEHAVE-239?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mauro Talevi reopened JBEHAVE-239: -- Add @BeforeStory and @AfterStory annotations in candidate steps

[jbehave-dev] examples

2010-02-22 Thread qa tester
I checked out examples but not all the files are getting checked out. Steps followed (See http://jbehave.org/reference/stable/running-examples.html): 1. checkout https://svn.codehaus.org/jbehave/trunk/core Am I doing this correctly? I am checking out the correct files? I am hoping to run the

Re: [jbehave-dev] examples

2010-02-22 Thread Mauro Talevi
Following works fine on my side: svn checkout https://svn.codehaus.org/jbehave/trunk/core cd core mvn clean install -Pexamples with svn 1.5.6 (r36142) Apache Maven 2.2.1 (r801777; 2009-08-06 21:16:01+0200) Java version: 1.6.0_17 What error are you getting? What version of svn, java and mvn?