<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for 41 technologies</title>
	<atom:link href="http://techblog.41concepts.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://techblog.41concepts.com</link>
	<description>A software development blog from 41concepts</description>
	<lastBuildDate>Fri, 25 Nov 2011 06:16:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>Comment on Howto: Java 7(ea) &amp; Eclipse 3.7.1 on Mac OS X by Mike</title>
		<link>http://techblog.41concepts.com/2011/10/05/howto-java-7ea-eclipse-3-7-1-on-mac-os-x/#comment-943</link>
		<dc:creator><![CDATA[Mike]]></dc:creator>
		<pubDate>Fri, 25 Nov 2011 06:16:03 +0000</pubDate>
		<guid isPermaLink="false">http://techblog.41concepts.com/?p=110#comment-943</guid>
		<description><![CDATA[Thank you so much!  I&#039;m just starting to pick Java back up and had used Eclipse on Windows but have since moved to a Mac.  I wasn&#039;t relishing the prospects of either using an older version of Java, learning a new IDE, or dealing with text editors and command lines.  This tip was exactly what I needed and all is well again.]]></description>
		<content:encoded><![CDATA[<p>Thank you so much!  I&#8217;m just starting to pick Java back up and had used Eclipse on Windows but have since moved to a Mac.  I wasn&#8217;t relishing the prospects of either using an older version of Java, learning a new IDE, or dealing with text editors and command lines.  This tip was exactly what I needed and all is well again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Howto: Java 7(ea) &amp; Eclipse 3.7.1 on Mac OS X by Stu Thompson (@stuinzuri)</title>
		<link>http://techblog.41concepts.com/2011/10/05/howto-java-7ea-eclipse-3-7-1-on-mac-os-x/#comment-940</link>
		<dc:creator><![CDATA[Stu Thompson (@stuinzuri)]]></dc:creator>
		<pubDate>Sun, 13 Nov 2011 09:26:02 +0000</pubDate>
		<guid isPermaLink="false">http://techblog.41concepts.com/?p=110#comment-940</guid>
		<description><![CDATA[I had to rename the JDK 1.7 file to a name without spaces.  No matter how I worked the path otherwise, quotes or not, Eclipse would not recognize the directory.]]></description>
		<content:encoded><![CDATA[<p>I had to rename the JDK 1.7 file to a name without spaces.  No matter how I worked the path otherwise, quotes or not, Eclipse would not recognize the directory.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Introducing Railscheck &#8211; A Q/A verification tool for Ruby On Rails by mmc</title>
		<link>http://techblog.41concepts.com/2008/04/15/introducing-railscheck-a-qa-verification-tool-for-ruby-on-rails/#comment-863</link>
		<dc:creator><![CDATA[mmc]]></dc:creator>
		<pubDate>Tue, 21 Dec 2010 21:20:32 +0000</pubDate>
		<guid isPermaLink="false">http://41tech.wordpress.com/?p=24#comment-863</guid>
		<description><![CDATA[Hi Grzegorz
Thanks for the tip. Which version of Rails did you need this change for ? 
BTW: I haven&#039;t had the time yet to update the project but you are very welcome to join the project if you want?
Cheers,
Morten]]></description>
		<content:encoded><![CDATA[<p>Hi Grzegorz<br />
Thanks for the tip. Which version of Rails did you need this change for ?<br />
BTW: I haven&#8217;t had the time yet to update the project but you are very welcome to join the project if you want?<br />
Cheers,<br />
Morten</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Introducing Railscheck &#8211; A Q/A verification tool for Ruby On Rails by GS</title>
		<link>http://techblog.41concepts.com/2008/04/15/introducing-railscheck-a-qa-verification-tool-for-ruby-on-rails/#comment-861</link>
		<dc:creator><![CDATA[GS]]></dc:creator>
		<pubDate>Wed, 15 Dec 2010 14:47:09 +0000</pubDate>
		<guid isPermaLink="false">http://41tech.wordpress.com/?p=24#comment-861</guid>
		<description><![CDATA[Hallo,
To have it work I needed to change in lib/railscheck.rb line 74:
from :
require &quot;environment&quot;  
to:
require &quot;#{railscheck_root_dir}/config/environment&quot;  
And then it worked.]]></description>
		<content:encoded><![CDATA[<p>Hallo,<br />
To have it work I needed to change in lib/railscheck.rb line 74:<br />
from :<br />
require &#8220;environment&#8221;<br />
to:<br />
require &#8220;#{railscheck_root_dir}/config/environment&#8221;<br />
And then it worked.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Generating ANT build numbers using subversion by Quinn Taylor</title>
		<link>http://techblog.41concepts.com/2009/05/08/generating-ant-build-numbers-using-subversion/#comment-680</link>
		<dc:creator><![CDATA[Quinn Taylor]]></dc:creator>
		<pubDate>Mon, 18 Oct 2010 19:13:10 +0000</pubDate>
		<guid isPermaLink="false">http://techblog.41concepts.com/?p=38#comment-680</guid>
		<description><![CDATA[The XML in my previous comment got stripped. Basically, exec the executable &#039;bash&#039;, and pass two nested arg elements to the exec:

value=&quot;-c&quot;
line=&quot;svnversion -c ${rootbasedir} &#124; cut -d : -f 2&quot;

This tells bash to execute the entire string, and the output of svnversion gets piped to cut, which slices off only the part we care about.]]></description>
		<content:encoded><![CDATA[<p>The XML in my previous comment got stripped. Basically, exec the executable &#8216;bash&#8217;, and pass two nested arg elements to the exec:</p>
<p>value=&#8221;-c&#8221;<br />
line=&#8221;svnversion -c ${rootbasedir} | cut -d : -f 2&#8243;</p>
<p>This tells bash to execute the entire string, and the output of svnversion gets piped to cut, which slices off only the part we care about.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Generating ANT build numbers using subversion by Quinn Taylor</title>
		<link>http://techblog.41concepts.com/2009/05/08/generating-ant-build-numbers-using-subversion/#comment-679</link>
		<dc:creator><![CDATA[Quinn Taylor]]></dc:creator>
		<pubDate>Mon, 18 Oct 2010 19:10:55 +0000</pubDate>
		<guid isPermaLink="false">http://techblog.41concepts.com/?p=38#comment-679</guid>
		<description><![CDATA[I took a much simpler approach, using the `cut` command using &#039;:&#039; as a delimiter.


	
	


http://www.manpagez.com/man/1/bash
http://www.manpagez.com/man/1/cut]]></description>
		<content:encoded><![CDATA[<p>I took a much simpler approach, using the `cut` command using &#8216;:&#8217; as a delimiter.</p>
<p><a href="http://www.manpagez.com/man/1/bash" rel="nofollow">http://www.manpagez.com/man/1/bash</a><br />
<a href="http://www.manpagez.com/man/1/cut" rel="nofollow">http://www.manpagez.com/man/1/cut</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Introducing Railscheck &#8211; A Q/A verification tool for Ruby On Rails by mmc</title>
		<link>http://techblog.41concepts.com/2008/04/15/introducing-railscheck-a-qa-verification-tool-for-ruby-on-rails/#comment-583</link>
		<dc:creator><![CDATA[mmc]]></dc:creator>
		<pubDate>Mon, 10 May 2010 16:33:00 +0000</pubDate>
		<guid isPermaLink="false">http://41tech.wordpress.com/?p=24#comment-583</guid>
		<description><![CDATA[I haven&#039;t tried the Railscheck with newer versions of Rails so there might be problem there. I am not sure when I will I have time to update Railscheck, but if you are willing to create a bug report for at the official site and look into a patch yourself I can help you (the project is quite small so it is properly easy).]]></description>
		<content:encoded><![CDATA[<p>I haven&#8217;t tried the Railscheck with newer versions of Rails so there might be problem there. I am not sure when I will I have time to update Railscheck, but if you are willing to create a bug report for at the official site and look into a patch yourself I can help you (the project is quite small so it is properly easy).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Introducing Railscheck &#8211; A Q/A verification tool for Ruby On Rails by Kofi</title>
		<link>http://techblog.41concepts.com/2008/04/15/introducing-railscheck-a-qa-verification-tool-for-ruby-on-rails/#comment-582</link>
		<dc:creator><![CDATA[Kofi]]></dc:creator>
		<pubDate>Mon, 10 May 2010 15:44:56 +0000</pubDate>
		<guid isPermaLink="false">http://41tech.wordpress.com/?p=24#comment-582</guid>
		<description><![CDATA[I keep getting the error &quot;Could not locate RoR project at /path/to/my/rails/project&quot;

I am absolutely certain the path is correct - i have quadrupled checked it.

I&#039;m running rails 2.3.5

Thanks]]></description>
		<content:encoded><![CDATA[<p>I keep getting the error &#8220;Could not locate RoR project at /path/to/my/rails/project&#8221;</p>
<p>I am absolutely certain the path is correct &#8211; i have quadrupled checked it.</p>
<p>I&#8217;m running rails 2.3.5</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on VM-ware Fusion and remote desktop fun by Mingo Jones</title>
		<link>http://techblog.41concepts.com/2007/08/07/vm-ware-fusion-and-remote-desktop-fun/#comment-499</link>
		<dc:creator><![CDATA[Mingo Jones]]></dc:creator>
		<pubDate>Wed, 10 Feb 2010 12:53:29 +0000</pubDate>
		<guid isPermaLink="false">http://techblog.41concepts.com/2007/08/07/vm-ware-fusion-and-remote-desktop-fun/#comment-499</guid>
		<description><![CDATA[I have the same problem as Rasmus - has anyone found a solution to send the &quot;ctrl-alt-del&quot; command to a RDP session running inside a virtual machine (VMWare Fusion) on Mac OS X?  And I need a solution that works with the keyboard on a MacBook Pro. Thanks in advance.]]></description>
		<content:encoded><![CDATA[<p>I have the same problem as Rasmus &#8211; has anyone found a solution to send the &#8220;ctrl-alt-del&#8221; command to a RDP session running inside a virtual machine (VMWare Fusion) on Mac OS X?  And I need a solution that works with the keyboard on a MacBook Pro. Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Shrink your Windows disk image on VMWare Fusion (Mac) by Tim</title>
		<link>http://techblog.41concepts.com/2008/03/31/shrink-your-windows-disk-image-on-wmware-fusion-mac/#comment-478</link>
		<dc:creator><![CDATA[Tim]]></dc:creator>
		<pubDate>Thu, 06 Aug 2009 22:11:33 +0000</pubDate>
		<guid isPermaLink="false">http://techblog.41concepts.com/?p=21#comment-478</guid>
		<description><![CDATA[diskTool became /Library/Application Support/VMware Fusion/vmware-vdiskmanager in Fusion 2.0]]></description>
		<content:encoded><![CDATA[<p>diskTool became /Library/Application Support/VMware Fusion/vmware-vdiskmanager in Fusion 2.0</p>
]]></content:encoded>
	</item>
</channel>
</rss>
