[jbehave-dev] [jira] Commented: (JBEHAVE-368) Ensure same instance of EmbedderClassLoader is used to find and run stories from Ant or Maven

2010-10-20 Thread Mauro Talevi (JIRA)
[ http://jira.codehaus.org/browse/JBEHAVE-368?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=240257#action_240257 ] Mauro Talevi commented on JBEHAVE-368: -- Daniel, fix in 3.1-beta-2. Could you please try it out

[jbehave-dev] [jira] Issue Comment Edited: (JBEHAVE-368) Ensure same instance of EmbedderClassLoader is used to find and run stories from Ant or Maven

2010-10-20 Thread Daniel Godfrey (JIRA)
[ http://jira.codehaus.org/browse/JBEHAVE-368?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=240259#action_240259 ] Daniel Godfrey edited comment on JBEHAVE-368 at 10/20/10 4:19 AM: --

[jbehave-dev] [jira] Commented: (JBEHAVE-368) Ensure same instance of EmbedderClassLoader is used to find and run stories from Ant or Maven

2010-10-20 Thread Daniel Godfrey (JIRA)
[ http://jira.codehaus.org/browse/JBEHAVE-368?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=240259#action_240259 ] Daniel Godfrey commented on JBEHAVE-368: Yep, works fine. Ensure same instance of

[jbehave-dev] [jira] Updated: (JBEHAVE-364) Order-preserving ExamplesTable

2010-10-20 Thread Mauro Talevi (JIRA)
[ http://jira.codehaus.org/browse/JBEHAVE-364?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mauro Talevi updated JBEHAVE-364: - Fix Version/s: 3.1 Order-preserving ExamplesTable --

[jbehave-dev] [jira] Created: (JBEHAVE-369) Allow processing of system processing before stories are run

2010-10-20 Thread Mauro Talevi (JIRA)
Allow processing of system processing before stories are run Key: JBEHAVE-369 URL: http://jira.codehaus.org/browse/JBEHAVE-369 Project: JBehave Issue Type: Improvement

[jbehave-dev] [jira] Created: (JBEHAVE-370) IDE_CONSOLE no longer any different to IDE (w.r.t console output)

2010-10-20 Thread Paul Hammant (JIRA)
IDE_CONSOLE no longer any different to IDE (w.r.t console output) - Key: JBEHAVE-370 URL: http://jira.codehaus.org/browse/JBEHAVE-370 Project: JBehave Issue Type: Bug

[jbehave-dev] [jira] Created: (JBEHAVE-371) Leading and trailing spaces in example table cells are removed

2010-10-20 Thread Frank Grimm (JIRA)
Leading and trailing spaces in example table cells are removed -- Key: JBEHAVE-371 URL: http://jira.codehaus.org/browse/JBEHAVE-371 Project: JBehave Issue Type: Bug

[jbehave-dev] [jira] Commented: (JBEHAVE-371) Leading and trailing spaces in example table cells are removed

2010-10-20 Thread Mauro Talevi (JIRA)
[ http://jira.codehaus.org/browse/JBEHAVE-371?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=240320#action_240320 ] Mauro Talevi commented on JBEHAVE-371: -- Frank, what's the use case for keeping the spaces?

[jbehave-dev] [jira] Commented: (JBEHAVE-371) Leading and trailing spaces in example table cells are removed

2010-10-20 Thread Mauro Talevi (JIRA)
[ http://jira.codehaus.org/browse/JBEHAVE-371?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=240335#action_240335 ] Mauro Talevi commented on JBEHAVE-371: -- It's actually trivial to not trim the table cells, but

[jbehave-scm] jbehave-core branch, master, updated. jbehave-3.1-beta-2-2-g8fd386f

2010-10-20 Thread git version control
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project jbehave-core. The branch, master has been updated via 8fd386f35b6d68777e338db651e3281d931bb2b8 (commit) from

[jbehave-dev] [jira] Resolved: (JBEHAVE-364) Ensure ExamplesTable preserves ordering of columns

2010-10-20 Thread Mauro Talevi (JIRA)
[ http://jira.codehaus.org/browse/JBEHAVE-364?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mauro Talevi resolved JBEHAVE-364. -- Resolution: Fixed Ensure ExamplesTable preserves ordering of columns

[jbehave-dev] [jira] Updated: (JBEHAVE-364) Ensure ExamplesTable preserves ordering of columns

2010-10-20 Thread Mauro Talevi (JIRA)
[ http://jira.codehaus.org/browse/JBEHAVE-364?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mauro Talevi updated JBEHAVE-364: - Description: Currently the ExampleTable does not guarantee order of the columns since the row is

[jbehave-dev] [jira] Resolved: (JBEHAVE-369) Allow processing of system processing before stories are run

2010-10-20 Thread Mauro Talevi (JIRA)
[ http://jira.codehaus.org/browse/JBEHAVE-369?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mauro Talevi resolved JBEHAVE-369. -- Resolution: Fixed Allow processing of system processing before stories are run

[jbehave-dev] [jira] Updated: (JBEHAVE-369) Allow processing of system properties before stories are run

2010-10-20 Thread Mauro Talevi (JIRA)
[ http://jira.codehaus.org/browse/JBEHAVE-369?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mauro Talevi updated JBEHAVE-369: - Summary: Allow processing of system properties before stories are run (was: Allow processing of

Re: [jbehave-dev] Re: TAG support in JBehave

2010-10-20 Thread Tahir Raza
I tried running like this: public Configuration configuration() { Class? extends Embeddable embeddableClass = this.getClass(); *Embedder embedder = new Embedder();* * **embedder.useMetaFilters((asList(+UseCase *)));* * **useEmbedder(embedder);* return new MostUsefulConfiguration()

Re: [jbehave-dev] Re: TAG support in JBehave

2010-10-20 Thread Tahir Raza
This is my Scenario: Scenario: The objective of the test case is to verify that the 3rd Party product offerings page functions as expected. (PREPPOSFN01) Meta: @UseCase My first use case Given I access the site And I am an anonymous user When I click on the Apply Now link Then I should see text

[jbehave-dev] [jira] Resolved: (JBEHAVE-371) Leading and trailing spaces in example table cells are removed

2010-10-20 Thread Mauro Talevi (JIRA)
[ http://jira.codehaus.org/browse/JBEHAVE-371?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mauro Talevi resolved JBEHAVE-371. -- Resolution: Fixed Leading and trailing spaces in example table cells are removed

[jbehave-dev] [jira] Updated: (JBEHAVE-371) Allow leading and trailing spaces to be preserved in example table cells

2010-10-20 Thread Mauro Talevi (JIRA)
[ http://jira.codehaus.org/browse/JBEHAVE-371?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mauro Talevi updated JBEHAVE-371: - Issue Type: Improvement (was: Bug) Summary: Allow leading and trailing spaces to be preserved

[jbehave-scm] jbehave-core branch, master, updated. jbehave-3.1-beta-2-4-gd3e0922

2010-10-20 Thread git version control
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project jbehave-core. The branch, master has been updated via d3e09228df0abea571d35e557d535eabb04fa113 (commit) from

Re: [jbehave-dev] Re: TAG support in JBehave

2010-10-20 Thread Mauro Talevi
On 20/10/2010 22:55, Tahir Raza wrote: This is my Scenario: Scenario: The objective of the test case is to verify that the 3rd Party product offerings page functions as expected. (PREPPOSFN01) Meta: @UseCase My first use case Given I access the site And I am an anonymous user When I

[jbehave-scm] jbehave-web branch, master, updated. jbehave-web-3.1-beta-2-9-g91334ec

2010-10-20 Thread git version control
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project jbehave-web. The branch, master has been updated via 91334ec3502c482b3357cf6905fdb0676cdb0aec (commit) from