<?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 on: Albacore v0.2.0 Preview 2 Is Available</title>
	<atom:link href="http://lostechies.com/derickbailey/2010/08/06/albacore-v0-2-0-preview-2-is-available/feed/" rel="self" type="application/rss+xml" />
	<link>http://lostechies.com/derickbailey/2010/08/06/albacore-v0-2-0-preview-2-is-available/</link>
	<description>Better Than Yesterday</description>
	<lastBuildDate>Wed, 19 Jun 2013 21:53:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
	<item>
		<title>By: derick.bailey</title>
		<link>http://lostechies.com/derickbailey/2010/08/06/albacore-v0-2-0-preview-2-is-available/#comment-1026</link>
		<dc:creator>derick.bailey</dc:creator>
		<pubDate>Tue, 14 Sep 2010 14:34:28 +0000</pubDate>
		<guid isPermaLink="false">/blogs/derickbailey/archive/2010/08/06/albacore-v0-2-0-preview-2-is-available.aspx#comment-1026</guid>
		<description>thanks, Rene! I&#039;ll get that fixed.</description>
		<content:encoded><![CDATA[<p>thanks, Rene! I&#8217;ll get that fixed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ren&#233;</title>
		<link>http://lostechies.com/derickbailey/2010/08/06/albacore-v0-2-0-preview-2-is-available/#comment-1025</link>
		<dc:creator>Ren&#233;</dc:creator>
		<pubDate>Tue, 14 Sep 2010 12:41:35 +0000</pubDate>
		<guid isPermaLink="false">/blogs/derickbailey/archive/2010/08/06/albacore-v0-2-0-preview-2-is-available.aspx#comment-1025</guid>
		<description>Thanks it got me a bit further. Must say I think these rake extensions for .NET is a good idea (I am quite tired of MSBuild and it verbose XML syntax)

Seems you are missing the following import in the docu.rb file (i am not a ruby expert, so I am guessing here:)):
require &#039;albacore/config/docuconfig&#039;

I added the above import and then things seems to work.

Untill i added the import I got the following error (full trace included):
PS C:\temp\ruby&gt; rake --trace
(in C:/temp/ruby)
rake aborted!
uninitialized constant Configuration::Docu
C:/IronRuby/lib/ironruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2503:in `const_missing&#039;
C:/IronRuby/lib/ironruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2503:in `const_missing&#039;
C:/IronRuby/lib/ironruby/gems/1.8/gems/albacore-0.2.0.preview2/lib/albacore/docu.rb:6
C:/IronRuby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:30:in `require&#039;
C:/IronRuby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:30:in `require&#039;
C:/IronRuby/lib/ironruby/gems/1.8/gems/albacore-0.2.0.preview2/lib/albacore.rb:8
C:/IronRuby/lib/ironruby/gems/1.8/gems/albacore-0.2.0.preview2/lib/albacore.rb:8:in `each&#039;
C:/IronRuby/lib/ironruby/gems/1.8/gems/albacore-0.2.0.preview2/lib/albacore.rb:8
C:/IronRuby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `require&#039;
C:/IronRuby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `require&#039;
C:/temp/ruby/rakefile.rb:3
C:/IronRuby/lib/ironruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2383:in `load&#039;
C:/IronRuby/lib/ironruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2383:in `raw_load_rakefile&#039;
C:/IronRuby/lib/ironruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2017:in `load_rakefile&#039;
C:/IronRuby/lib/ironruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2068:in `standard_exception_handling&#039;
C:/IronRuby/lib/ironruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2016:in `load_rakefile&#039;
C:/IronRuby/lib/ironruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2000:in `run&#039;
C:/IronRuby/lib/ironruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2068:in `standard_exception_handling&#039;
C:/IronRuby/lib/ironruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:1998:in `run&#039;
C:/IronRuby/lib/ironruby/gems/1.8/gems/rake-0.8.7/bin/rake:31
C:/IronRuby/bin/rake:19:in `load&#039;
C:/IronRuby/bin/rake:19</description>
		<content:encoded><![CDATA[<p>Thanks it got me a bit further. Must say I think these rake extensions for .NET is a good idea (I am quite tired of MSBuild and it verbose XML syntax)</p>
<p>Seems you are missing the following import in the docu.rb file (i am not a ruby expert, so I am guessing here:)):<br />
require &#8216;albacore/config/docuconfig&#8217;</p>
<p>I added the above import and then things seems to work.</p>
<p>Untill i added the import I got the following error (full trace included):<br />
PS C:\temp\ruby> rake &#8211;trace<br />
(in C:/temp/ruby)<br />
rake aborted!<br />
uninitialized constant Configuration::Docu<br />
C:/IronRuby/lib/ironruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2503:in `const_missing&#8217;<br />
C:/IronRuby/lib/ironruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2503:in `const_missing&#8217;<br />
C:/IronRuby/lib/ironruby/gems/1.8/gems/albacore-0.2.0.preview2/lib/albacore/docu.rb:6<br />
C:/IronRuby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:30:in `require&#8217;<br />
C:/IronRuby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:30:in `require&#8217;<br />
C:/IronRuby/lib/ironruby/gems/1.8/gems/albacore-0.2.0.preview2/lib/albacore.rb:8<br />
C:/IronRuby/lib/ironruby/gems/1.8/gems/albacore-0.2.0.preview2/lib/albacore.rb:8:in `each&#8217;<br />
C:/IronRuby/lib/ironruby/gems/1.8/gems/albacore-0.2.0.preview2/lib/albacore.rb:8<br />
C:/IronRuby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `require&#8217;<br />
C:/IronRuby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `require&#8217;<br />
C:/temp/ruby/rakefile.rb:3<br />
C:/IronRuby/lib/ironruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2383:in `load&#8217;<br />
C:/IronRuby/lib/ironruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2383:in `raw_load_rakefile&#8217;<br />
C:/IronRuby/lib/ironruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2017:in `load_rakefile&#8217;<br />
C:/IronRuby/lib/ironruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2068:in `standard_exception_handling&#8217;<br />
C:/IronRuby/lib/ironruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2016:in `load_rakefile&#8217;<br />
C:/IronRuby/lib/ironruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2000:in `run&#8217;<br />
C:/IronRuby/lib/ironruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2068:in `standard_exception_handling&#8217;<br />
C:/IronRuby/lib/ironruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:1998:in `run&#8217;<br />
C:/IronRuby/lib/ironruby/gems/1.8/gems/rake-0.8.7/bin/rake:31<br />
C:/IronRuby/bin/rake:19:in `load&#8217;<br />
C:/IronRuby/bin/rake:19</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: derick.bailey</title>
		<link>http://lostechies.com/derickbailey/2010/08/06/albacore-v0-2-0-preview-2-is-available/#comment-1024</link>
		<dc:creator>derick.bailey</dc:creator>
		<pubDate>Mon, 13 Sep 2010 13:30:31 +0000</pubDate>
		<guid isPermaLink="false">/blogs/derickbailey/archive/2010/08/06/albacore-v0-2-0-preview-2-is-available.aspx#comment-1024</guid>
		<description>Rene,

Oop! that was  my fault... remove the &quot;v&quot; in &quot;v0.2.0.preview2&quot;. it should say

gem &#039;albacore&#039;, &#039;=0.2.0.preview2&#039;

sorry about that - i&#039;ll fix the post.</description>
		<content:encoded><![CDATA[<p>Rene,</p>
<p>Oop! that was  my fault&#8230; remove the &#8220;v&#8221; in &#8220;v0.2.0.preview2&#8243;. it should say</p>
<p>gem &#8216;albacore&#8217;, &#8216;=0.2.0.preview2&#8242;</p>
<p>sorry about that &#8211; i&#8217;ll fix the post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ren&#233;</title>
		<link>http://lostechies.com/derickbailey/2010/08/06/albacore-v0-2-0-preview-2-is-available/#comment-1023</link>
		<dc:creator>Ren&#233;</dc:creator>
		<pubDate>Mon, 13 Sep 2010 05:50:14 +0000</pubDate>
		<guid isPermaLink="false">/blogs/derickbailey/archive/2010/08/06/albacore-v0-2-0-preview-2-is-available.aspx#comment-1023</guid>
		<description>Hi I have a problem using the preview2 release.
When inserting the following:

require &#039;rubygems&#039;
gem &#039;albacore&#039;, &#039;=v0.2.0.preview2&#039;
require &#039;albacore&#039;

I get the following error:
PS C:\temp\ruby&gt; rake
(in C:/temp/ruby)
rake aborted!
Illformed requirement [&quot;=v0.2.0.preview2&quot;]
C:/temp/ruby/rakefile.rb:2

Any suggestions? I am using IronRuby.
</description>
		<content:encoded><![CDATA[<p>Hi I have a problem using the preview2 release.<br />
When inserting the following:</p>
<p>require &#8216;rubygems&#8217;<br />
gem &#8216;albacore&#8217;, &#8216;=v0.2.0.preview2&#8242;<br />
require &#8216;albacore&#8217;</p>
<p>I get the following error:<br />
PS C:\temp\ruby> rake<br />
(in C:/temp/ruby)<br />
rake aborted!<br />
Illformed requirement ["=v0.2.0.preview2"]<br />
C:/temp/ruby/rakefile.rb:2</p>
<p>Any suggestions? I am using IronRuby.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
