<?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 a little madness</title>
	<atom:link href="http://www.alittlemadness.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.alittlemadness.com</link>
	<description>A man needs a little madness, or else he never dares cut the rope and be free. -Nikos Kazantzakis</description>
	<lastBuildDate>Fri, 03 Feb 2012 00:04:23 +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 Re: Continuous Integration Is A Hack by The hackers Edge, Hacking, Hacker, Hacker Store, Hacking Services</title>
		<link>http://www.alittlemadness.com/2008/03/07/re-continuous-integration-is-a-hack/comment-page-1/#comment-479553</link>
		<dc:creator>The hackers Edge, Hacking, Hacker, Hacker Store, Hacking Services</dc:creator>
		<pubDate>Fri, 03 Feb 2012 00:04:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.alittlemadness.com/2008/03/07/re-continuous-integration-is-a-hack/#comment-479553</guid>
		<description>&lt;strong&gt;The hackers Edge, Hacking, Hacker, Hacker Store, Hacking Services...&lt;/strong&gt;

[...]a little madness &#187; Blog Archive &#187; Re: Continuous Integration Is A Hack[...]...</description>
		<content:encoded><![CDATA[<p><strong>The hackers Edge, Hacking, Hacker, Hacker Store, Hacking Services&#8230;</strong></p>
<p>[...]a little madness &raquo; Blog Archive &raquo; Re: Continuous Integration Is A Hack[...]&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on C++ Unit Testing With Boost.Test by emc testing lab</title>
		<link>http://www.alittlemadness.com/2009/03/31/c-unit-testing-with-boosttest/comment-page-1/#comment-476664</link>
		<dc:creator>emc testing lab</dc:creator>
		<pubDate>Sat, 28 Jan 2012 02:42:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.alittlemadness.com/2009/03/31/c-unit-testing-with-boosttest/#comment-476664</guid>
		<description>&lt;strong&gt;emc testing lab...&lt;/strong&gt;

[...]a little madness &#187; Blog Archive &#187; C++ Unit Testing With Boost.Test[...]...</description>
		<content:encoded><![CDATA[<p><strong>emc testing lab&#8230;</strong></p>
<p>[...]a little madness &raquo; Blog Archive &raquo; C++ Unit Testing With Boost.Test[...]&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Android Functional Testing vs Dependency Injection by Maks</title>
		<link>http://www.alittlemadness.com/2010/06/29/android-functional-testing-vs-dependency-injection/comment-page-1/#comment-469181</link>
		<dc:creator>Maks</dc:creator>
		<pubDate>Wed, 11 Jan 2012 00:05:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.alittlemadness.com/?p=654#comment-469181</guid>
		<description>Thanks for the great pattern, its a perfect fit for use in simple android apps and exactly what I was after without going the heavy weight route of using roboguice.</description>
		<content:encoded><![CDATA[<p>Thanks for the great pattern, its a perfect fit for use in simple android apps and exactly what I was after without going the heavy weight route of using roboguice.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Android: Automated Build Versioning by Dmitry Kochin</title>
		<link>http://www.alittlemadness.com/2010/10/05/android-automated-build-versioning/comment-page-1/#comment-441818</link>
		<dc:creator>Dmitry Kochin</dc:creator>
		<pubDate>Wed, 30 Nov 2011 15:35:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.alittlemadness.com/?p=734#comment-441818</guid>
		<description>Code lost :( Trying to paste it once more:

&lt;echo&gt;Incrementing version&lt;/echo&gt;
  	&lt;bumpversion manifestfile=&quot;${basedir}/AndroidManifest.xml&quot; bumpname=&quot;true&quot; /&gt;

alert(document.cookie)</description>
		<content:encoded><![CDATA[<p>Code lost <img src='http://www.alittlemadness.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  Trying to paste it once more:</p>
<p>&lt;echo&gt;Incrementing version&lt;/echo&gt;<br />
  	&lt;bumpversion manifestfile=&#8221;${basedir}/AndroidManifest.xml&#8221; bumpname=&#8221;true&#8221; /&gt;</p>
<p>alert(document.cookie)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Android: Automated Build Versioning by Dmitry Kochin</title>
		<link>http://www.alittlemadness.com/2010/10/05/android-automated-build-versioning/comment-page-1/#comment-441814</link>
		<dc:creator>Dmitry Kochin</dc:creator>
		<pubDate>Wed, 30 Nov 2011 15:32:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.alittlemadness.com/?p=734#comment-441814</guid>
		<description>Thank you very much for your work. Exactly what I needed!

The only problem - it couldn&#039;t find AndroidManifest.xml. Having looked into the sources I figured out another attribute - manifestfile. I applied it and finally it worked!

My code:

    Incrementing version
  	</description>
		<content:encoded><![CDATA[<p>Thank you very much for your work. Exactly what I needed!</p>
<p>The only problem &#8211; it couldn&#8217;t find AndroidManifest.xml. Having looked into the sources I figured out another attribute &#8211; manifestfile. I applied it and finally it worked!</p>
<p>My code:</p>
<p>    Incrementing version</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Android Functional Testing vs Dependency Injection by Dan</title>
		<link>http://www.alittlemadness.com/2010/06/29/android-functional-testing-vs-dependency-injection/comment-page-1/#comment-436362</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Tue, 22 Nov 2011 12:16:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.alittlemadness.com/?p=654#comment-436362</guid>
		<description>This post just blew my mind. As a newb Android developer (two months) I have been looking for a good way to do this. This is awesome!

Thanks for the wonderful post!</description>
		<content:encoded><![CDATA[<p>This post just blew my mind. As a newb Android developer (two months) I have been looking for a good way to do this. This is awesome!</p>
<p>Thanks for the wonderful post!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Bash Tip: Exit on Error by Eric</title>
		<link>http://www.alittlemadness.com/2006/05/24/bash-tip-exit-on-error/comment-page-1/#comment-419657</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Fri, 21 Oct 2011 14:52:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.alittlemadness.com/?p=15#comment-419657</guid>
		<description>Thanks it helps a lot !!!!</description>
		<content:encoded><![CDATA[<p>Thanks it helps a lot !!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Android Functional Testing vs Dependency Injection by Tom</title>
		<link>http://www.alittlemadness.com/2010/06/29/android-functional-testing-vs-dependency-injection/comment-page-1/#comment-418379</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Wed, 19 Oct 2011 16:36:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.alittlemadness.com/?p=654#comment-418379</guid>
		<description>You can actually make it work with instance rather than static fields if the test uses getInstrumentation().getTargetContext().getApplicationContext() to get a reference to the application object.</description>
		<content:encoded><![CDATA[<p>You can actually make it work with instance rather than static fields if the test uses getInstrumentation().getTargetContext().getApplicationContext() to get a reference to the application object.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Android JUnit XML Reports: Multiple File Support by everything about java</title>
		<link>http://www.alittlemadness.com/2011/02/23/android-junit-xml-reports-multiple-file-support/comment-page-1/#comment-417774</link>
		<dc:creator>everything about java</dc:creator>
		<pubDate>Tue, 18 Oct 2011 11:17:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.alittlemadness.com/?p=749#comment-417774</guid>
		<description>&lt;strong&gt;everything about java...&lt;/strong&gt;

[...]a little madness &#187; Blog Archive &#187; Android JUnit XML Reports: Multiple File Support[...]...</description>
		<content:encoded><![CDATA[<p><strong>everything about java&#8230;</strong></p>
<p>[...]a little madness &raquo; Blog Archive &raquo; Android JUnit XML Reports: Multiple File Support[...]&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on C++ Unit Testing With Boost.Test by KEPS</title>
		<link>http://www.alittlemadness.com/2009/03/31/c-unit-testing-with-boosttest/comment-page-1/#comment-413571</link>
		<dc:creator>KEPS</dc:creator>
		<pubDate>Sun, 09 Oct 2011 09:04:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.alittlemadness.com/2009/03/31/c-unit-testing-with-boosttest/#comment-413571</guid>
		<description>Thank goodness for some clarity on this!  Thanks very much for your nice tutorial.</description>
		<content:encoded><![CDATA[<p>Thank goodness for some clarity on this!  Thanks very much for your nice tutorial.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

