<?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>Knowledge Mania &#187; Development Tools</title>
	<atom:link href="http://knowledgeexplosion.info/category/development-tools/feed/" rel="self" type="application/rss+xml" />
	<link>http://knowledgeexplosion.info</link>
	<description>...By Knowledge Sharers For Knowledge Seekers</description>
	<lastBuildDate>Wed, 28 Mar 2012 04:51:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Solved:  Working Eclipse Short Cuts (Function Keys) in Mac OS X (Snow Leopard)</title>
		<link>http://knowledgeexplosion.info/2010/06/solved-working-eclipse-short-cuts-function-keys-in-mac-os-x-snow-leopard/</link>
		<comments>http://knowledgeexplosion.info/2010/06/solved-working-eclipse-short-cuts-function-keys-in-mac-os-x-snow-leopard/#comments</comments>
		<pubDate>Sun, 06 Jun 2010 16:51:59 +0000</pubDate>
		<dc:creator>ruituraj</dc:creator>
				<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Mac OS]]></category>

		<guid isPermaLink="false">http://knowledgeexplosion.info/?p=206</guid>
		<description><![CDATA[Man I had crazy time with getting eclipse function keys working in Snow Leopard. That was a kind of nightmare. Specially I&#8217;m used to eclipse short cuts like F5, F6, F8. Here is the trick - Go to System Preferences &#8211;&#62; Keyboard &#8211;&#62; Keyboard Tab &#8211;&#62; Select Check Box for First Option (Use function keys [...]]]></description>
		<wfw:commentRss>http://knowledgeexplosion.info/2010/06/solved-working-eclipse-short-cuts-function-keys-in-mac-os-x-snow-leopard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Basic Shell Scripting Syntax Unix&#8230;Essentials</title>
		<link>http://knowledgeexplosion.info/2010/06/basic-shell-scripting-concepts-essentials/</link>
		<comments>http://knowledgeexplosion.info/2010/06/basic-shell-scripting-concepts-essentials/#comments</comments>
		<pubDate>Sat, 05 Jun 2010 21:51:39 +0000</pubDate>
		<dc:creator>ruituraj</dc:creator>
				<category><![CDATA[BASH]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mac OS]]></category>

		<guid isPermaLink="false">http://knowledgeexplosion.info/?p=195</guid>
		<description><![CDATA[Just wanted to post very basic shell scripting essentials: Basic Shell Scripting Concepts: Arithmetic Evaluation (op refers to Operation): let answer=var1 OP var2; echo $answer; echo `expr var1 OP var2` For &#8230; loop: for file in x do     {body} done [x can be numbers, letters, paths etc] If….then: if  [ expression ] then    [...]]]></description>
		<wfw:commentRss>http://knowledgeexplosion.info/2010/06/basic-shell-scripting-concepts-essentials/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Displaying Tag information for the Subversive Client in Elipse</title>
		<link>http://knowledgeexplosion.info/2010/03/displaying-tag-information-for-the-subversive-client-in-elipse/</link>
		<comments>http://knowledgeexplosion.info/2010/03/displaying-tag-information-for-the-subversive-client-in-elipse/#comments</comments>
		<pubDate>Sat, 20 Mar 2010 03:38:15 +0000</pubDate>
		<dc:creator>ruituraj</dc:creator>
				<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Subversion]]></category>

		<guid isPermaLink="false">http://knowledgeexplosion.info/?p=187</guid>
		<description><![CDATA[I normally like to see Author, Last modified date information for the projects synchronized with the subversion. Here is the trick to enable this tags for Subversive SVN client in eclipse. Eclipse &#8211;&#62; Properties &#8211;&#62; Team &#8211;&#62; SVN &#8211;&#62; Label Decorations &#8211;&#62; Text Decorations &#8211;&#62; File &#8211;&#62; [Select the necessary options]]]></description>
		<wfw:commentRss>http://knowledgeexplosion.info/2010/03/displaying-tag-information-for-the-subversive-client-in-elipse/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Resolved: jvm terminated exit code=-1 Eclipse Galileo Mac OS X</title>
		<link>http://knowledgeexplosion.info/2009/07/resolved-jvm-terminated-exit-code-1-eclipse-galileo-mac-os-x/</link>
		<comments>http://knowledgeexplosion.info/2009/07/resolved-jvm-terminated-exit-code-1-eclipse-galileo-mac-os-x/#comments</comments>
		<pubDate>Sat, 25 Jul 2009 22:09:58 +0000</pubDate>
		<dc:creator>ruituraj</dc:creator>
				<category><![CDATA[Development Tools]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Mac OS]]></category>

		<guid isPermaLink="false">http://knowledgeexplosion.info/?p=140</guid>
		<description><![CDATA[Problem: jvm terminated exit code=-1 Eclipse Galileo Mac OS X Recently I ran into this issue with Eclipse Galileo on Mac OS X 10.5.5 My environment: OS: Mac OS X 10.5.5 Eclipse: 3.5 JDK: 1.6 Edit the eclipse/Eclipse.app/Contents/Info.plist; Uncomment the line which points to -vm /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Commands/java. And you are done]]></description>
		<wfw:commentRss>http://knowledgeexplosion.info/2009/07/resolved-jvm-terminated-exit-code-1-eclipse-galileo-mac-os-x/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Troubleshooting Watir &amp; Cucumber Installation</title>
		<link>http://knowledgeexplosion.info/2009/06/troubleshooting-watir-cucumber-installation/</link>
		<comments>http://knowledgeexplosion.info/2009/06/troubleshooting-watir-cucumber-installation/#comments</comments>
		<pubDate>Wed, 17 Jun 2009 07:41:39 +0000</pubDate>
		<dc:creator>ruituraj</dc:creator>
				<category><![CDATA[Development Tools]]></category>
		<category><![CDATA[Random Picks..]]></category>

		<guid isPermaLink="false">http://knowledgeexplosion.info/?p=136</guid>
		<description><![CDATA[Recently I came across open source testing tools used for automating web browsers. The tools I used were Watir and Cucumber. After running basic installation steps from respective sites, I ran into several issues. I&#8217;m just posting the work around for that problems. Problem 1: After running rake if you see "The filename, directory name, [...]]]></description>
		<wfw:commentRss>http://knowledgeexplosion.info/2009/06/troubleshooting-watir-cucumber-installation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Subversion command line option to switch repository root</title>
		<link>http://knowledgeexplosion.info/2009/03/subversion-command-line-option-to-switch-repository-root/</link>
		<comments>http://knowledgeexplosion.info/2009/03/subversion-command-line-option-to-switch-repository-root/#comments</comments>
		<pubDate>Fri, 20 Mar 2009 07:40:40 +0000</pubDate>
		<dc:creator>ruituraj</dc:creator>
				<category><![CDATA[Development Tools]]></category>
		<category><![CDATA[Other]]></category>
		<category><![CDATA[Subversion]]></category>

		<guid isPermaLink="false">http://knowledgeexplosion.info/?p=132</guid>
		<description><![CDATA[Subversion command line option to switch repository root: Finally I found the simple way to switch svn repository root for any existing project &#38; checked out using Subversion Command Line Option: commandline@yourname$ svn switch --relocate OLD_REPO_URL NEW_REPO_URL Your are done ~Ruitu]]></description>
		<wfw:commentRss>http://knowledgeexplosion.info/2009/03/subversion-command-line-option-to-switch-repository-root/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Solved Solr: Too many open files</title>
		<link>http://knowledgeexplosion.info/2009/02/solved-solr-too-many-open-files/</link>
		<comments>http://knowledgeexplosion.info/2009/02/solved-solr-too-many-open-files/#comments</comments>
		<pubDate>Thu, 05 Feb 2009 06:59:41 +0000</pubDate>
		<dc:creator>ruituraj</dc:creator>
				<category><![CDATA[Development Tools]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Systems]]></category>

		<guid isPermaLink="false">http://knowledgeexplosion.info/?p=131</guid>
		<description><![CDATA[Solved Solr Issue: FileNotFoundException : Too many open files While running crawl using SOLR I ran into this issue where &#8220;Too Many Open Files&#8221; message appears in the logs. Environment: Linux: CentOS 4.5 Solr: 1.3 Tomcat: 6.0.10 Somehow this problem seems to be related number of file descriptors allotted to users on Linux system. You [...]]]></description>
		<wfw:commentRss>http://knowledgeexplosion.info/2009/02/solved-solr-too-many-open-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Resolved: Nutch 0.9 org.apache.jasper.JasperException</title>
		<link>http://knowledgeexplosion.info/2009/01/resolved-nutch-0-9-org-apache-jasper-jasperexception/</link>
		<comments>http://knowledgeexplosion.info/2009/01/resolved-nutch-0-9-org-apache-jasper-jasperexception/#comments</comments>
		<pubDate>Thu, 22 Jan 2009 07:13:00 +0000</pubDate>
		<dc:creator>ruituraj</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Mac OS]]></category>
		<category><![CDATA[Nutch - (Crawler)]]></category>
		<category><![CDATA[Tomcat]]></category>

		<guid isPermaLink="false">http://knowledgeexplosion.info/?p=130</guid>
		<description><![CDATA[Nutch 0.9 org.apache.jasper.JasperException: Development Environment: Tomcat: 6.0.18 Nutch: 0.9 OS: Mac OS X 10.5.5 JDK: 1.6.07 I did fresh install of Nutch 0.9 and tried to deploy war file under Tomcat. I ran into issue where it started throwing the following exception: org.apache.jasper.JasperException: /search.jsp(151,22) Attribute value language + &#8220;/include/header.html&#8221; is quoted with &#8221; which must [...]]]></description>
		<wfw:commentRss>http://knowledgeexplosion.info/2009/01/resolved-nutch-0-9-org-apache-jasper-jasperexception/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Resolved: Eclipse Issue On Mac OS X</title>
		<link>http://knowledgeexplosion.info/2009/01/resolved-eclipse-issue-on-mac-os-x/</link>
		<comments>http://knowledgeexplosion.info/2009/01/resolved-eclipse-issue-on-mac-os-x/#comments</comments>
		<pubDate>Sat, 17 Jan 2009 08:19:43 +0000</pubDate>
		<dc:creator>ruituraj</dc:creator>
				<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Mac OS]]></category>

		<guid isPermaLink="false">http://knowledgeexplosion.info/?p=129</guid>
		<description><![CDATA[I ran into weird issue on Mac OS X with Eclipse My environment: OS: Mac OS X 10.5.5 Eclipse: 3.4 JDK: 1.6 I changed my default JDK from 1.5 to 1.6 under (/System/Library/Frameworks/JavaVM.framework/Versions). Then I tried to open Eclipse &#38; threw the following error NSAddLibrary failed for /System/Library/Frameworks/JavaVM.framework/Versions/CurrentJDK/Libraries/libjvm.dylib Finally I found the solution: Somehow JDK [...]]]></description>
		<wfw:commentRss>http://knowledgeexplosion.info/2009/01/resolved-eclipse-issue-on-mac-os-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enable Colors in Mac OS X Terminal</title>
		<link>http://knowledgeexplosion.info/2008/12/enable-colors-in-mac-os-x-terminal/</link>
		<comments>http://knowledgeexplosion.info/2008/12/enable-colors-in-mac-os-x-terminal/#comments</comments>
		<pubDate>Thu, 11 Dec 2008 08:27:45 +0000</pubDate>
		<dc:creator>ruituraj</dc:creator>
				<category><![CDATA[BASH]]></category>
		<category><![CDATA[Mac OS]]></category>
		<category><![CDATA[Systems]]></category>

		<guid isPermaLink="false">http://knowledgeexplosion.info/?p=128</guid>
		<description><![CDATA[Enable Colors in Mac OS X Terminal: By default Mac OS X Terminal doesn&#8217;t have color support enabled for differentiating file types. If you are coming from Linux background this is really frustrating thing. In general Unix system support ls &#8211;color option to enable console colors. But I found out that the underlying BSD system [...]]]></description>
		<wfw:commentRss>http://knowledgeexplosion.info/2008/12/enable-colors-in-mac-os-x-terminal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

