<?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 for btaz</title>
	<atom:link href="http://www.btaz.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.btaz.com</link>
	<description>Promoting the art of coding</description>
	<lastBuildDate>Fri, 16 Jul 2010 16:52:59 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Mockito an alternative to JMock by michael</title>
		<link>http://www.btaz.com/java/mockito-an-alternative-to-jmock/comment-page-1/#comment-241</link>
		<dc:creator>michael</dc:creator>
		<pubDate>Fri, 16 Jul 2010 16:52:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.btaz.com/?p=38#comment-241</guid>
		<description>I think it&#039;s fairly easy to migrate tests from JMock to Mockito. Where I work we allow both of these frameworks and programmers are free to pick whichever they want within the same project. For us that prefer Mockito we typically leave the JMock tests in place unless there&#039;s a reason to rewrite them. However if I have to add new tests I typically use Mockito over JMock .</description>
		<content:encoded><![CDATA[<p>I think it&#8217;s fairly easy to migrate tests from JMock to Mockito. Where I work we allow both of these frameworks and programmers are free to pick whichever they want within the same project. For us that prefer Mockito we typically leave the JMock tests in place unless there&#8217;s a reason to rewrite them. However if I have to add new tests I typically use Mockito over JMock .</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mockito an alternative to JMock by Mike</title>
		<link>http://www.btaz.com/java/mockito-an-alternative-to-jmock/comment-page-1/#comment-239</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Wed, 09 Jun 2010 14:30:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.btaz.com/?p=38#comment-239</guid>
		<description>how easy is it to migrate to mockito from Jmock if you have loads of JMock tests ?</description>
		<content:encoded><![CDATA[<p>how easy is it to migrate to mockito from Jmock if you have loads of JMock tests ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on GIT Fatal You Have not Concluded Your Merge MERGE_HEAD Exists by Trevor</title>
		<link>http://www.btaz.com/scm/git/git-fatal-you-have-not-concluded-your-merge-merge_head-exists/comment-page-1/#comment-226</link>
		<dc:creator>Trevor</dc:creator>
		<pubDate>Tue, 27 Apr 2010 08:29:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.btaz.com/?p=152#comment-226</guid>
		<description>I had a conflict with several files, which I fixed. Then I got this warning and I did as evan said for each file:
git commit -a
then I tried to pull from the other directory again and found everything was &quot;up-to-date&quot;</description>
		<content:encoded><![CDATA[<p>I had a conflict with several files, which I fixed. Then I got this warning and I did as evan said for each file:<br />
git commit -a<br />
then I tried to pull from the other directory again and found everything was &#8220;up-to-date&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to control or throttle SCP file transfer speed by michael</title>
		<link>http://www.btaz.com/unixlinux/how-to-control-or-throttle-scp-file-transfer-speed/comment-page-1/#comment-219</link>
		<dc:creator>michael</dc:creator>
		<pubDate>Fri, 02 Apr 2010 17:49:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.btaz.com/?p=94#comment-219</guid>
		<description>It&#039;s funny you&#039;d say that because that&#039;s exactly what I needed it for.</description>
		<content:encoded><![CDATA[<p>It&#8217;s funny you&#8217;d say that because that&#8217;s exactly what I needed it for.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to control or throttle SCP file transfer speed by Lee</title>
		<link>http://www.btaz.com/unixlinux/how-to-control-or-throttle-scp-file-transfer-speed/comment-page-1/#comment-218</link>
		<dc:creator>Lee</dc:creator>
		<pubDate>Fri, 02 Apr 2010 12:24:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.btaz.com/?p=94#comment-218</guid>
		<description>Great little tip, never realised how simple this was! Thanks for the advice, definately useful for transferring stuff like backups which aren&#039;t of a huge priority whilst concurrently saving some bandwidth for other stuff!

Lee</description>
		<content:encoded><![CDATA[<p>Great little tip, never realised how simple this was! Thanks for the advice, definately useful for transferring stuff like backups which aren&#8217;t of a huge priority whilst concurrently saving some bandwidth for other stuff!</p>
<p>Lee</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on GIT Fatal You Have not Concluded Your Merge MERGE_HEAD Exists by michael</title>
		<link>http://www.btaz.com/scm/git/git-fatal-you-have-not-concluded-your-merge-merge_head-exists/comment-page-1/#comment-217</link>
		<dc:creator>michael</dc:creator>
		<pubDate>Thu, 04 Mar 2010 16:39:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.btaz.com/?p=152#comment-217</guid>
		<description>Yeah that makes sense. Unfortunately for me even after that it wouldn&#039;t let me commit. I like GIT but there are a few gotchas for sure.</description>
		<content:encoded><![CDATA[<p>Yeah that makes sense. Unfortunately for me even after that it wouldn&#8217;t let me commit. I like GIT but there are a few gotchas for sure.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on GIT Fatal You Have not Concluded Your Merge MERGE_HEAD Exists by Will</title>
		<link>http://www.btaz.com/scm/git/git-fatal-you-have-not-concluded-your-merge-merge_head-exists/comment-page-1/#comment-216</link>
		<dc:creator>Will</dc:creator>
		<pubDate>Wed, 03 Mar 2010 00:58:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.btaz.com/?p=152#comment-216</guid>
		<description>It wouldn&#039;t let me commit either until I did a &lt;code&gt;git add&lt;/code&gt; on the file I had to manually merge.</description>
		<content:encoded><![CDATA[<p>It wouldn&#8217;t let me commit either until I did a <code>git add</code> on the file I had to manually merge.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on GIT Fatal You Have not Concluded Your Merge MERGE_HEAD Exists by michael</title>
		<link>http://www.btaz.com/scm/git/git-fatal-you-have-not-concluded-your-merge-merge_head-exists/comment-page-1/#comment-215</link>
		<dc:creator>michael</dc:creator>
		<pubDate>Tue, 02 Mar 2010 19:42:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.btaz.com/?p=152#comment-215</guid>
		<description>That&#039;s interesting and I&#039;m glad it worked for you. In my case it wouldn&#039;t even let me commit.</description>
		<content:encoded><![CDATA[<p>That&#8217;s interesting and I&#8217;m glad it worked for you. In my case it wouldn&#8217;t even let me commit.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on GIT Fatal You Have not Concluded Your Merge MERGE_HEAD Exists by Evan</title>
		<link>http://www.btaz.com/scm/git/git-fatal-you-have-not-concluded-your-merge-merge_head-exists/comment-page-1/#comment-214</link>
		<dc:creator>Evan</dc:creator>
		<pubDate>Tue, 02 Mar 2010 04:18:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.btaz.com/?p=152#comment-214</guid>
		<description>FYI, for anyone else who stumbles across this page like I did (by searching that error message): All I needed to do was commit.</description>
		<content:encoded><![CDATA[<p>FYI, for anyone else who stumbles across this page like I did (by searching that error message): All I needed to do was commit.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on What jar file does a Java class belong to? by Ed</title>
		<link>http://www.btaz.com/java/what-jar-file-does-a-java-class-belong-to/comment-page-1/#comment-210</link>
		<dc:creator>Ed</dc:creator>
		<pubDate>Fri, 13 Nov 2009 04:44:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.btaz.com/?p=45#comment-210</guid>
		<description>If you&#039;re developing with maven and need to find classes (currently 8 million of them) in the central repository, the maven repository search engine at http://www.jarvana.com can be very useful, since it provides the dependency information for the class/artifact that you&#039;re looking for.</description>
		<content:encoded><![CDATA[<p>If you&#8217;re developing with maven and need to find classes (currently 8 million of them) in the central repository, the maven repository search engine at <a href="http://www.jarvana.com" rel="nofollow">http://www.jarvana.com</a> can be very useful, since it provides the dependency information for the class/artifact that you&#8217;re looking for.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
