<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Every Flavour Beans &#187; Eclipse</title>
	<atom:link href="http://beans.seartipy.com/category/eclipse/feed/" rel="self" type="application/rss+xml" />
	<link>http://beans.seartipy.com</link>
	<description>"The time has come...to talk of many [technologies]." --Lewis Carroll('The Walrus and the Carpenter')</description>
	<lastBuildDate>Sat, 06 Aug 2011 01:48:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>&#8220;Hello, World&#8221; Web Application in Ruby on Rails using Aptana Studio</title>
		<link>http://beans.seartipy.com/2008/09/06/hello-world-web-application-in-ruby-on-rails-using-aptana-studio/</link>
		<comments>http://beans.seartipy.com/2008/09/06/hello-world-web-application-in-ruby-on-rails-using-aptana-studio/#comments</comments>
		<pubDate>Sat, 06 Sep 2008 09:04:02 +0000</pubDate>
		<dc:creator>tabrez</dc:creator>
				<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Ruby/Rails]]></category>

		<guid isPermaLink="false">http://beans.seartipy.com/?p=433</guid>
		<description><![CDATA[I am assuming that you have everything properly setup on your computer for developing applications with the Ruby on Rails framework using Aptana Studio IDE. If not, see my previous posts: Setting Up Rails Development Environment on Windows Vista/XP Setting Up Rails Development Environment using Aptana Studio In this post I will take you through [...]]]></description>
		<wfw:commentRss>http://beans.seartipy.com/2008/09/06/hello-world-web-application-in-ruby-on-rails-using-aptana-studio/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>C++ Development Environment on Windows using Eclipse Ganymede and Nuwen MinGW</title>
		<link>http://beans.seartipy.com/2008/08/06/c-development-environment-on-windows-using-eclipse-ganymede-and-nuwen-mingw/</link>
		<comments>http://beans.seartipy.com/2008/08/06/c-development-environment-on-windows-using-eclipse-ganymede-and-nuwen-mingw/#comments</comments>
		<pubDate>Wed, 06 Aug 2008 16:07:21 +0000</pubDate>
		<dc:creator>tabrez</dc:creator>
				<category><![CDATA[C++]]></category>
		<category><![CDATA[C++ Boost]]></category>
		<category><![CDATA[Eclipse]]></category>

		<guid isPermaLink="false">http://beans.seartipy.com/?p=373</guid>
		<description><![CDATA[My friend alerted me a month ago about Nuwen&#8217;s build of MinGW toolchain that has version 4(currently 4.2.1) build of g++ compiler. Now that&#8217;s awesome. But that is not all: it also comes with C++ Boost 1.35 bundled as part of it, among many other useful C++ libraries. Consider this post to be an update [...]]]></description>
		<wfw:commentRss>http://beans.seartipy.com/2008/08/06/c-development-environment-on-windows-using-eclipse-ganymede-and-nuwen-mingw/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Unit Testing C++ Programs using CppUnit in Eclipse IDE on Windows</title>
		<link>http://beans.seartipy.com/2007/11/26/unit-testing-c-programs-using-cppunit-in-eclipse-ide-on-windows/</link>
		<comments>http://beans.seartipy.com/2007/11/26/unit-testing-c-programs-using-cppunit-in-eclipse-ide-on-windows/#comments</comments>
		<pubDate>Mon, 26 Nov 2007 17:17:34 +0000</pubDate>
		<dc:creator>tabrez</dc:creator>
				<category><![CDATA[C++]]></category>
		<category><![CDATA[Eclipse]]></category>

		<guid isPermaLink="false">http://beans.seartipy.com/2007/11/26/unit-testing-c-programs-using-cppunit-in-eclipse-ide-on-windows/</guid>
		<description><![CDATA[CppUnit is the most popular unit testing framework available for the C++ language today. So integrating it with one of the most popular IDEs available for the C++ language should be very appealing indeed. If you have not yet configured CppUnit library to work with the Eclipse IDE yet, here is a step-by-step procedure to [...]]]></description>
		<wfw:commentRss>http://beans.seartipy.com/2007/11/26/unit-testing-c-programs-using-cppunit-in-eclipse-ide-on-windows/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Build C++ Programs With SCons in Eclipse Using SConsBuilder Plugin(MS Windows)</title>
		<link>http://beans.seartipy.com/2007/10/24/build-c-programs-with-scons-in-eclipse-using-sconsbuilder-pluginms-windows/</link>
		<comments>http://beans.seartipy.com/2007/10/24/build-c-programs-with-scons-in-eclipse-using-sconsbuilder-pluginms-windows/#comments</comments>
		<pubDate>Wed, 24 Oct 2007 15:43:19 +0000</pubDate>
		<dc:creator>tabrez</dc:creator>
				<category><![CDATA[C++]]></category>
		<category><![CDATA[Eclipse]]></category>

		<guid isPermaLink="false">http://beans.seartipy.com/2007/10/24/build-c-programs-with-scons-in-eclipse-using-sconsbuilder-pluginms-windows/</guid>
		<description><![CDATA[By the end of this post, you will be able to create C++ projects in the Eclipse IDE and build them using the SCons build tool. SCons is an alternative build tool to GNU make/Makefiles. You can read more about SCons on its website(and ask yourself why are you reading this post in the first [...]]]></description>
		<wfw:commentRss>http://beans.seartipy.com/2007/10/24/build-c-programs-with-scons-in-eclipse-using-sconsbuilder-pluginms-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wascana is Eclipse Based Standalone C++ IDE for MS Windows</title>
		<link>http://beans.seartipy.com/2007/09/14/wascana-is-eclipse-based-standalone-c-ide-for-ms-windows/</link>
		<comments>http://beans.seartipy.com/2007/09/14/wascana-is-eclipse-based-standalone-c-ide-for-ms-windows/#comments</comments>
		<pubDate>Fri, 14 Sep 2007 11:51:56 +0000</pubDate>
		<dc:creator>tabrez</dc:creator>
				<category><![CDATA[C++]]></category>
		<category><![CDATA[Eclipse]]></category>

		<guid isPermaLink="false">http://beans.seartipy.com/2007/09/14/wascana-is-eclipse-based-standalone-c-ide-for-ms-windows/</guid>
		<description><![CDATA[Wascana Desktop Developer is a completely standalone, Eclipse-based C++ development environment for the Windows platform which packages everything that is needed for developing applications using the C++ language. Download the installer, go through the installation wizard and you have a complete C++ IDE ready to go; unlike EasyEclipse for C++, no additional software or any [...]]]></description>
		<wfw:commentRss>http://beans.seartipy.com/2007/09/14/wascana-is-eclipse-based-standalone-c-ide-for-ms-windows/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Setting Up C++ Development Environment on Windows with EasyEclipse and MinGW</title>
		<link>http://beans.seartipy.com/2007/08/25/setting-up-c-development-environment-on-windows-with-easyeclipse-and-mingw/</link>
		<comments>http://beans.seartipy.com/2007/08/25/setting-up-c-development-environment-on-windows-with-easyeclipse-and-mingw/#comments</comments>
		<pubDate>Sat, 25 Aug 2007 17:49:12 +0000</pubDate>
		<dc:creator>tabrez</dc:creator>
				<category><![CDATA[C++]]></category>
		<category><![CDATA[Eclipse]]></category>

		<guid isPermaLink="false">http://beans.seartipy.com/2007/08/25/setting-up-c-development-environment-on-windows-with-easyeclipse-and-mingw/</guid>
		<description><![CDATA[Many people complain that configuring Eclipse+CDT/EasyEclipse IDE to work with MinGW C/C++ compiler tools on Windows doesn&#8217;t always go on expected lines. I hope the following howto would go some distance in addressing this issue. I use EasyEclipse IDE(what is EasyEclipse?) in this howto but the same procedure applies to Eclipse + CDT combination too. [...]]]></description>
		<wfw:commentRss>http://beans.seartipy.com/2007/08/25/setting-up-c-development-environment-on-windows-with-easyeclipse-and-mingw/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>EasyEclipse is the Best Packaged Distribution of Eclipse Platform</title>
		<link>http://beans.seartipy.com/2007/08/16/easyeclipse-is-the-best-packaged-distribution-of-eclipse-platform/</link>
		<comments>http://beans.seartipy.com/2007/08/16/easyeclipse-is-the-best-packaged-distribution-of-eclipse-platform/#comments</comments>
		<pubDate>Thu, 16 Aug 2007 14:20:02 +0000</pubDate>
		<dc:creator>tabrez</dc:creator>
				<category><![CDATA[C++]]></category>
		<category><![CDATA[Eclipse]]></category>

		<guid isPermaLink="false">http://beans.seartipy.com/2007/08/16/easyeclipse-is-the-best-packaged-distribution-of-eclipse-platform/</guid>
		<description><![CDATA[EasyEclipse is a distribution of Eclipse software development platform that simplifies the tasks of downloading, installing and maintenance while providing the same rich development environment of Eclipse. In the words of EasyEclipse creators: EasyEclipse packages together Eclipse and selected open source plugins and is free and open-source, easy to download and install, and simple to [...]]]></description>
		<wfw:commentRss>http://beans.seartipy.com/2007/08/16/easyeclipse-is-the-best-packaged-distribution-of-eclipse-platform/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

