<?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 Rave</title>
	<atom:link href="http://www.bitmotif.com/java/jbehave-rave/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bitmotif.com/java/jbehave-rave/</link>
	<description>A Zero Here, A One There</description>
	<lastBuildDate>Mon, 21 Jun 2010 12:27:19 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Pardus Dünyasi &#8211; 7/5/2009 1:20:34 PM &#171; Haber 34 &#8211; Netten Haberler</title>
		<link>http://www.bitmotif.com/java/jbehave-rave/comment-page-1/#comment-1387</link>
		<dc:creator>Pardus Dünyasi &#8211; 7/5/2009 1:20:34 PM &#171; Haber 34 &#8211; Netten Haberler</dc:creator>
		<pubDate>Sun, 05 Jul 2009 12:33:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.bitmotif.com/java/jbehave-rave/#comment-1387</guid>
		<description>[...] Jbehave2 Basics http://jbehave.org/documentation/two-minute-tutorial/ http://www.bitmotif.com/java/jbehave-rave/ [...]</description>
		<content:encoded><![CDATA[<p>[...] Jbehave2 Basics <a href="http://jbehave.org/documentation/two-minute-tutorial/" rel="nofollow">http://jbehave.org/documentation/two-minute-tutorial/</a> <a href="http://www.bitmotif.com/java/jbehave-rave/" rel="nofollow">http://www.bitmotif.com/java/jbehave-rave/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pardus Dünyasi &#8211; 7/4/2009 1:21:00 PM &#171; Haber 34 &#8211; Netten Haberler</title>
		<link>http://www.bitmotif.com/java/jbehave-rave/comment-page-1/#comment-1383</link>
		<dc:creator>Pardus Dünyasi &#8211; 7/4/2009 1:21:00 PM &#171; Haber 34 &#8211; Netten Haberler</dc:creator>
		<pubDate>Sat, 04 Jul 2009 10:22:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.bitmotif.com/java/jbehave-rave/#comment-1383</guid>
		<description>[...] Jbehave2 Basics http://jbehave.org/documentation/two-minute-tutorial/ http://www.bitmotif.com/java/jbehave-rave/ [...]</description>
		<content:encoded><![CDATA[<p>[...] Jbehave2 Basics <a href="http://jbehave.org/documentation/two-minute-tutorial/" rel="nofollow">http://jbehave.org/documentation/two-minute-tutorial/</a> <a href="http://www.bitmotif.com/java/jbehave-rave/" rel="nofollow">http://www.bitmotif.com/java/jbehave-rave/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pjberry</title>
		<link>http://www.bitmotif.com/java/jbehave-rave/comment-page-1/#comment-523</link>
		<dc:creator>pjberry</dc:creator>
		<pubDate>Mon, 19 Jan 2009 18:34:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.bitmotif.com/java/jbehave-rave/#comment-523</guid>
		<description>@Laura,

I suspect this is an IDE issue.

If you found a solution, would you mind posting it?</description>
		<content:encoded><![CDATA[<p>@Laura,</p>
<p>I suspect this is an IDE issue.</p>
<p>If you found a solution, would you mind posting it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Laura</title>
		<link>http://www.bitmotif.com/java/jbehave-rave/comment-page-1/#comment-505</link>
		<dc:creator>Laura</dc:creator>
		<pubDate>Sat, 10 Jan 2009 03:09:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.bitmotif.com/java/jbehave-rave/#comment-505</guid>
		<description>I used this example while using Eclipse 3.4.  I got all the results you said I  would but at the end of the sample it did not work.

When I run it as is I get an error saying:
 &quot;Source not found
The source attachment does not contain the source for the file JUnitScenario.class.  You can change the source attachment by clicking Change Attachment Source below&quot;

I have done that and re-downloaded the libraries and reattached them.  That didn&#039;t solve the problem.  If I change either the text file (last line to have one character that is different)
For example right now the file &quot;basic_work_scenario&quot; has the last line reading &quot;Then the basic result occurs&quot;
If I change this to &quot;Then the Basic result occurs&quot; i still get this error but I will have an output stating


Scenario: 

Given the basic data set exists
When I do the basic work action
Then the Basic result occurs (PENDING)

It should have to be a lower case &#039;b&#039; in basic since that&#039;s what the BasicWorkScenarioSteps.java file is looking for.

Any ideas??</description>
		<content:encoded><![CDATA[<p>I used this example while using Eclipse 3.4.  I got all the results you said I  would but at the end of the sample it did not work.</p>
<p>When I run it as is I get an error saying:<br />
 &#8220;Source not found<br />
The source attachment does not contain the source for the file JUnitScenario.class.  You can change the source attachment by clicking Change Attachment Source below&#8221;</p>
<p>I have done that and re-downloaded the libraries and reattached them.  That didn&#8217;t solve the problem.  If I change either the text file (last line to have one character that is different)<br />
For example right now the file &#8220;basic_work_scenario&#8221; has the last line reading &#8220;Then the basic result occurs&#8221;<br />
If I change this to &#8220;Then the Basic result occurs&#8221; i still get this error but I will have an output stating</p>
<p>Scenario: </p>
<p>Given the basic data set exists<br />
When I do the basic work action<br />
Then the Basic result occurs (PENDING)</p>
<p>It should have to be a lower case &#8216;b&#8217; in basic since that&#8217;s what the BasicWorkScenarioSteps.java file is looking for.</p>
<p>Any ideas??</p>
]]></content:encoded>
	</item>
</channel>
</rss>
