<?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 Mere Idea Development Blog</title>
	<atom:link href="http://www.mereidea.com/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mereidea.com/blog</link>
	<description>Setting up a development environment.</description>
	<lastBuildDate>Tue, 03 Jan 2012 23:36:32 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
	<item>
		<title>Comment on Using JUnit for testing in Java/SCons builds by Junit setup &#124; Coloradoreefandfish</title>
		<link>http://www.mereidea.com/blog/2011/12/30/using-junit-for-testing-in-javascons-builds/comment-page-1/#comment-140</link>
		<dc:creator>Junit setup &#124; Coloradoreefandfish</dc:creator>
		<pubDate>Tue, 03 Jan 2012 23:36:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.mereidea.com/blog/?p=1536#comment-140</guid>
		<description>[...] Mere Idea Development Blog » Using JUnit for testing in Java &#8230; [...]</description>
		<content:encoded><![CDATA[<p>[...] Mere Idea Development Blog » Using JUnit for testing in Java &#8230; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Example Code by Mere Idea Development Blog &#187; Getting SCons Java builds to work under Windows</title>
		<link>http://www.mereidea.com/blog/example-code/comment-page-1/#comment-105</link>
		<dc:creator>Mere Idea Development Blog &#187; Getting SCons Java builds to work under Windows</dc:creator>
		<pubDate>Tue, 26 Jul 2011 22:50:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.mereidea.com/blog/?page_id=34#comment-105</guid>
		<description>[...] code being added to make up the mi_java_scons example is a Java version of the example code in mi_test_scons. That code experimented with using SCons to create a C++ build environment. So [...]</description>
		<content:encoded><![CDATA[<p>[...] code being added to make up the mi_java_scons example is a Java version of the example code in mi_test_scons. That code experimented with using SCons to create a C++ build environment. So [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Example Code by Mere Idea Development Blog &#187; Java and SCons &#8211; First steps to Android development</title>
		<link>http://www.mereidea.com/blog/example-code/comment-page-1/#comment-104</link>
		<dc:creator>Mere Idea Development Blog &#187; Java and SCons &#8211; First steps to Android development</dc:creator>
		<pubDate>Tue, 12 Jul 2011 16:38:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.mereidea.com/blog/?page_id=34#comment-104</guid>
		<description>[...] a simple example. The next post, however, will create Java code that is the equivalent to the C++ example code and will include a couple of packages, archived into jar files, and some tests created using JUnit, [...]</description>
		<content:encoded><![CDATA[<p>[...] a simple example. The next post, however, will create Java code that is the equivalent to the C++ example code and will include a couple of packages, archived into jar files, and some tests created using JUnit, [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Example Code by Mere Idea Development Blog &#187; SCons and Microsoft Visual Studio 2010 Express</title>
		<link>http://www.mereidea.com/blog/example-code/comment-page-1/#comment-12</link>
		<dc:creator>Mere Idea Development Blog &#187; SCons and Microsoft Visual Studio 2010 Express</dc:creator>
		<pubDate>Fri, 16 Apr 2010 23:36:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.mereidea.com/blog/?page_id=34#comment-12</guid>
		<description>[...] starting on Visual Studio it is worth mentioning that two commits were made to the example code since the last post. These were simple changes to set the Subversion eol-style property for the [...]</description>
		<content:encoded><![CDATA[<p>[...] starting on Visual Studio it is worth mentioning that two commits were made to the example code since the last post. These were simple changes to set the Subversion eol-style property for the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adding a new library to the Mere Idea SCons example code by Mere Idea Development Blog &#187; Adding SCons configure style checks to new example code.</title>
		<link>http://www.mereidea.com/blog/2009/10/02/adding-a-new-library-to-the-mere-idea-scons-example-code/comment-page-1/#comment-11</link>
		<dc:creator>Mere Idea Development Blog &#187; Adding SCons configure style checks to new example code.</dc:creator>
		<pubDate>Fri, 27 Nov 2009 17:53:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.mereidea.com/blog/?p=610#comment-11</guid>
		<description>[...] if necessary ones don&#8217;t exist. It was also noticed that the glob_env/loc_env change made in a previous post didn&#8217;t seem to work, as the foobar library wasn&#8217;t included when linking the tictac [...]</description>
		<content:encoded><![CDATA[<p>[...] if necessary ones don&#8217;t exist. It was also noticed that the glob_env/loc_env change made in a previous post didn&#8217;t seem to work, as the foobar library wasn&#8217;t included when linking the tictac [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Example Code by Mere Idea Development Blog &#187; Code documentation</title>
		<link>http://www.mereidea.com/blog/example-code/comment-page-1/#comment-10</link>
		<dc:creator>Mere Idea Development Blog &#187; Code documentation</dc:creator>
		<pubDate>Thu, 04 Jun 2009 16:35:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.mereidea.com/blog/?page_id=34#comment-10</guid>
		<description>[...] else I was working on this week made me think about code documentation. None has been done in the example code so far, but as part of the development process it would be good to set up an automatic, nightly [...]</description>
		<content:encoded><![CDATA[<p>[...] else I was working on this week made me think about code documentation. None has been done in the example code so far, but as part of the development process it would be good to set up an automatic, nightly [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Example Code by Mere Idea Development Blog &#187; Debugging with SCons and Visual Studio</title>
		<link>http://www.mereidea.com/blog/example-code/comment-page-1/#comment-9</link>
		<dc:creator>Mere Idea Development Blog &#187; Debugging with SCons and Visual Studio</dc:creator>
		<pubDate>Thu, 07 May 2009 00:20:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.mereidea.com/blog/?page_id=34#comment-9</guid>
		<description>[...] can now create Visual Studio projects for our example code and use them to help when debugging using the Visual Studio [...]</description>
		<content:encoded><![CDATA[<p>[...] can now create Visual Studio projects for our example code and use them to help when debugging using the Visual Studio [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Example Code by Mere Idea Development Blog &#187; Creating Visual Studio Projects in SCons</title>
		<link>http://www.mereidea.com/blog/example-code/comment-page-1/#comment-8</link>
		<dc:creator>Mere Idea Development Blog &#187; Creating Visual Studio Projects in SCons</dc:creator>
		<pubDate>Thu, 30 Apr 2009 16:43:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.mereidea.com/blog/?page_id=34#comment-8</guid>
		<description>[...] the current example code there is only one library (foobar) and three executable tests (test_foo, bar_test and raw_test - [...]</description>
		<content:encoded><![CDATA[<p>[...] the current example code there is only one library (foobar) and three executable tests (test_foo, bar_test and raw_test &#8211; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Example Code by Mere Idea Development Blog &#187; SCons, MSVS Projects and build targets.</title>
		<link>http://www.mereidea.com/blog/example-code/comment-page-1/#comment-7</link>
		<dc:creator>Mere Idea Development Blog &#187; SCons, MSVS Projects and build targets.</dc:creator>
		<pubDate>Mon, 27 Apr 2009 22:38:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.mereidea.com/blog/?page_id=34#comment-7</guid>
		<description>[...] how we could create Microsoft Visual Studio projects using SCons. We already had some code in our example code to build a project for each directory by [...]</description>
		<content:encoded><![CDATA[<p>[...] how we could create Microsoft Visual Studio projects using SCons. We already had some code in our example code to build a project for each directory by [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Updating to SCons 1.2.0 by Mere Idea Development Blog &#187; SCons with multiple Visual Studio versions.</title>
		<link>http://www.mereidea.com/blog/2009/03/24/updating-to-scons-120/comment-page-1/#comment-6</link>
		<dc:creator>Mere Idea Development Blog &#187; SCons with multiple Visual Studio versions.</dc:creator>
		<pubDate>Mon, 20 Apr 2009 21:41:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.mereidea.com/blog/?p=157#comment-6</guid>
		<description>[...] See this post as to the decision to continue to use the now deprecated BoolOption at [...]</description>
		<content:encoded><![CDATA[<p>[...] See this post as to the decision to continue to use the now deprecated BoolOption at [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

