<?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>Sam Pierson&#039;s Blog &#187; rake</title>
	<atom:link href="http://sampierson.com/blog/tag/rake/feed/" rel="self" type="application/rss+xml" />
	<link>http://sampierson.com/blog</link>
	<description>Augmentation of an Imperfect Memory.</description>
	<lastBuildDate>Wed, 21 Jul 2010 01:41:32 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Colon confuses custom_require (well an ancestor anyway)</title>
		<link>http://sampierson.com/blog/software-development/colon-confuses-custom_require-well-an-ancestor-anyway/</link>
		<comments>http://sampierson.com/blog/software-development/colon-confuses-custom_require-well-an-ancestor-anyway/#comments</comments>
		<pubDate>Thu, 25 Sep 2008 18:27:55 +0000</pubDate>
		<dc:creator>sam</dc:creator>
				<category><![CDATA[Software Development]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[rake]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://sampierson.com/blog/?p=218</guid>
		<description><![CDATA[I just started work on an existing project.  Rake would not run and kept dying with &#8220;no such file to load &#8212; &#8221; exceptions in rubygems/custom_require.rb for files in a vendor/plugin/&#60;foo&#62;/lib folder.
It turns out that when I checked out the source from Subversion with:

svn co https://&#60;hostname&#62;:&#60;portnumber&#62;

It created a folder called &#60;hostname&#62;:&#60;portnumber&#62;
The colon in the path was confusing [...]]]></description>
			<content:encoded><![CDATA[<p>I just started work on an existing project.  Rake would not run and kept dying with &#8220;no such file to load &#8212; &#8221; exceptions in rubygems/custom_require.rb for files in a vendor/plugin/&lt;foo&gt;/lib folder.</p>
<p>It turns out that when I checked out the source from Subversion with:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">svn</span> <span style="color: #c20cb9; font-weight: bold;">co</span> https:<span style="color: #000000; font-weight: bold;">//&lt;</span><span style="color: #c20cb9; font-weight: bold;">hostname</span><span style="color: #000000; font-weight: bold;">&gt;</span>:<span style="color: #000000; font-weight: bold;">&lt;</span>portnumber<span style="color: #000000; font-weight: bold;">&gt;</span></pre></div></div>

<p>It created a folder called &lt;hostname&gt;:&lt;portnumber&gt;</p>
<p>The colon in the path was confusing custom_require or one of its ancestors.  After renaming the folder, rake started working.</p>
]]></content:encoded>
			<wfw:commentRss>http://sampierson.com/blog/software-development/colon-confuses-custom_require-well-an-ancestor-anyway/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
