<?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: Creating Zip and Tar packages with Rake on Windows</title>
	<atom:link href="http://labnotes.org/2005/11/03/creating-zip-and-tar-packages-with-rake-on-windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://labnotes.org/2005/11/03/creating-zip-and-tar-packages-with-rake-on-windows/</link>
	<description></description>
	<lastBuildDate>Sun, 15 Jan 2012 21:29:54 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: cnruby</title>
		<link>http://labnotes.org/2005/11/03/creating-zip-and-tar-packages-with-rake-on-windows/comment-page-1/#comment-137814</link>
		<dc:creator>cnruby</dc:creator>
		<pubDate>Mon, 09 Apr 2007 18:28:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.labnotes.org/2005/11/03/creating-zip-and-tar-packages-with-rake-on-windows/#comment-137814</guid>
		<description>Tar for Windows
http://gnuwin32.sourceforge.net/packages/tar.htm</description>
		<content:encoded><![CDATA[<p>Tar for Windows<br />
<a href="http://gnuwin32.sourceforge.net/packages/tar.htm" rel="nofollow">http://gnuwin32.sourceforge.net/packages/tar.htm</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: todd</title>
		<link>http://labnotes.org/2005/11/03/creating-zip-and-tar-packages-with-rake-on-windows/comment-page-1/#comment-137805</link>
		<dc:creator>todd</dc:creator>
		<pubDate>Tue, 03 Apr 2007 21:57:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.labnotes.org/2005/11/03/creating-zip-and-tar-packages-with-rake-on-windows/#comment-137805</guid>
		<description>Just had the same problem on rake-0.7.2

Patch \lib\rake\packagetask.rb: line 126

              flag = &quot;&quot; if RUBY_PLATFORM =~ /mswin32/


Such that:
            chdir(package_dir) do
              flag = &quot;&quot; if RUBY_PLATFORM =~ /mswin32/
              sh %{#{@tar_command} #{flag}cvf #{file} #{package_name}}
            end</description>
		<content:encoded><![CDATA[<p>Just had the same problem on rake-0.7.2</p>
<p>Patch \lib\rake\packagetask.rb: line 126</p>
<p>              flag = &#8220;&#8221; if RUBY_PLATFORM =~ /mswin32/</p>
<p>Such that:<br />
            chdir(package_dir) do<br />
              flag = &#8220;&#8221; if RUBY_PLATFORM =~ /mswin32/<br />
              sh %{#{@tar_command} #{flag}cvf #{file} #{package_name}}<br />
            end</p>
]]></content:encoded>
	</item>
</channel>
</rss>

