<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: JBehave 2.3 released</title>
	<atom:link href="http://jbehave.org/2009/10/10/jbehave-2-3-released/feed/" rel="self" type="application/rss+xml" />
	<link>http://jbehave.org/2009/10/10/jbehave-2-3-released/</link>
	<description>Behaviour-driven development in Java</description>
	<lastBuildDate>Tue, 09 Mar 2010 09:11:27 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: grant</title>
		<link>http://jbehave.org/2009/10/10/jbehave-2-3-released/comment-page-1/#comment-883</link>
		<dc:creator>grant</dc:creator>
		<pubDate>Sun, 24 Jan 2010 17:25:57 +0000</pubDate>
		<guid isPermaLink="false">http://jbehave.org/?p=566#comment-883</guid>
		<description>hi,

I have been using JBehave for a few weeks now. It is nice to see that it is improving my code.
I have now different Scenarios in DIFFERENT files.</description>
		<content:encoded><![CDATA[<p>hi,</p>
<p>I have been using JBehave for a few weeks now. It is nice to see that it is improving my code.<br />
I have now different Scenarios in DIFFERENT files.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mauro Talevi</title>
		<link>http://jbehave.org/2009/10/10/jbehave-2-3-released/comment-page-1/#comment-863</link>
		<dc:creator>Mauro Talevi</dc:creator>
		<pubDate>Thu, 24 Dec 2009 14:46:09 +0000</pubDate>
		<guid isPermaLink="false">http://jbehave.org/?p=566#comment-863</guid>
		<description>Hi, please post your questions to the user or dev mailing list (details in http://jbehave.org/mailing-lists/).  Thanks.</description>
		<content:encoded><![CDATA[<p>Hi, please post your questions to the user or dev mailing list (details in <a href="http://jbehave.org/mailing-lists/)" rel="nofollow">http://jbehave.org/mailing-lists/)</a>.  Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shalom Deitch</title>
		<link>http://jbehave.org/2009/10/10/jbehave-2-3-released/comment-page-1/#comment-862</link>
		<dc:creator>Shalom Deitch</dc:creator>
		<pubDate>Thu, 24 Dec 2009 13:35:16 +0000</pubDate>
		<guid isPermaLink="false">http://jbehave.org/?p=566#comment-862</guid>
		<description>hi,

I have been using JBehave for a few weeks now. It is nice to see that it is improving my code.
I have now different Scenarios in DIFFERENT files. 
I would like to be able to run them all together but leave them as separate Scenarios, in separate  files, as they relate to different parts of the project.
How do I do this ?

thanks for your help, and all your good work</description>
		<content:encoded><![CDATA[<p>hi,</p>
<p>I have been using JBehave for a few weeks now. It is nice to see that it is improving my code.<br />
I have now different Scenarios in DIFFERENT files. <br />
I would like to be able to run them all together but leave them as separate Scenarios, in separate  files, as they relate to different parts of the project.<br />
How do I do this ?</p>
<p>thanks for your help, and all your good work</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mauro Talevi</title>
		<link>http://jbehave.org/2009/10/10/jbehave-2-3-released/comment-page-1/#comment-833</link>
		<dc:creator>Mauro Talevi</dc:creator>
		<pubDate>Tue, 10 Nov 2009 09:41:03 +0000</pubDate>
		<guid isPermaLink="false">http://jbehave.org/?p=566#comment-833</guid>
		<description>Yep, we&#039;ve seen it at least once.  I&#039;ve created a bug to track it: http://jira.codehaus.org/browse/JBEHAVE-206.

Only workaround atm is to try to play with order of columns, not very scientific or desirable. 

We could also easily make the table content readable from a file, not ideal as it becomes less visible from scenario text, but it would get around the issue of the parsing.</description>
		<content:encoded><![CDATA[<p>Yep, we&#8217;ve seen it at least once.  I&#8217;ve created a bug to track it: <a href="http://jira.codehaus.org/browse/JBEHAVE-206" rel="nofollow">http://jira.codehaus.org/browse/JBEHAVE-206</a>.</p>
<p>Only workaround atm is to try to play with order of columns, not very scientific or desirable. </p>
<p>We could also easily make the table content readable from a file, not ideal as it becomes less visible from scenario text, but it would get around the issue of the parsing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tbrizard</title>
		<link>http://jbehave.org/2009/10/10/jbehave-2-3-released/comment-page-1/#comment-832</link>
		<dc:creator>tbrizard</dc:creator>
		<pubDate>Tue, 10 Nov 2009 01:39:51 +0000</pubDate>
		<guid isPermaLink="false">http://jbehave.org/?p=566#comment-832</guid>
		<description>Hello,
    I just upgraded to 2.3 (mostly for the tabular data support) and it has been working out well.  However, I am seeing some issues regarding stackoverflow errors due to regex.  I saw previous post saying this was something seen in the 2.1 and prior releases.  My question is has anyone else seen this issue since upgrading to 2.3 and using the Examples table?  I have a relatively simple scenario (2 givens, 2 whens, and 2 thens, 4 parameters, and 12 rows in the Example data table).  While running in eclipse I can pass the VM arg &quot;-Xss2048k&quot; and it works.  However, when running from Maven via the jbehave plugin it throws the stackoverflow exception even when setting the MAVEN_OPTS=&quot;-Xss2048k&quot; environment variable.  Any ideas?

Thanks in advance.</description>
		<content:encoded><![CDATA[<p>Hello,<br />
    I just upgraded to 2.3 (mostly for the tabular data support) and it has been working out well.  However, I am seeing some issues regarding stackoverflow errors due to regex.  I saw previous post saying this was something seen in the 2.1 and prior releases.  My question is has anyone else seen this issue since upgrading to 2.3 and using the Examples table?  I have a relatively simple scenario (2 givens, 2 whens, and 2 thens, 4 parameters, and 12 rows in the Example data table).  While running in eclipse I can pass the VM arg &#8221;-Xss2048k&#8221; and it works.  However, when running from Maven via the jbehave plugin it throws the stackoverflow exception even when setting the MAVEN_OPTS=&#8221;-Xss2048k&#8221; environment variable.  Any ideas?</p>
<p>Thanks in advance.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
