<?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: Vlad 2.0 Not Finding Tasks in deploy.rb</title>
	<atom:link href="http://www.ur-ban.com/blog/2009/09/15/vlad-2-0-not-finding-tasks-in-deploy-rb/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ur-ban.com/blog/2009/09/15/vlad-2-0-not-finding-tasks-in-deploy-rb/</link>
	<description>Programming &#38; Life - ur-ban.com</description>
	<lastBuildDate>Mon, 23 Aug 2010 08:44:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: Vlad 2.0 dies when you try to use :scm =&#62; :git &#124; humandoing software</title>
		<link>http://www.ur-ban.com/blog/2009/09/15/vlad-2-0-not-finding-tasks-in-deploy-rb/comment-page-1/#comment-1056</link>
		<dc:creator>Vlad 2.0 dies when you try to use :scm =&#62; :git &#124; humandoing software</dc:creator>
		<pubDate>Sun, 27 Sep 2009 04:58:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.ur-ban.com/blog/?p=1142#comment-1056</guid>
		<description>[...] to Richard Hart, through whom I found the solution.   Like it? Share [...]</description>
		<content:encoded><![CDATA[<p>[...] to Richard Hart, through whom I found the solution.   Like it? Share [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vidar</title>
		<link>http://www.ur-ban.com/blog/2009/09/15/vlad-2-0-not-finding-tasks-in-deploy-rb/comment-page-1/#comment-1029</link>
		<dc:creator>Vidar</dc:creator>
		<pubDate>Wed, 16 Sep 2009 17:19:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.ur-ban.com/blog/?p=1142#comment-1029</guid>
		<description>When migrating from vlad 1.4 to 2.0 I got a similar problem but a different message than you:

$ rake vlad:deploy
rake aborted!
Don&#039;t know how to build task &#039;vlad:deploy&#039;

To make it work, I had to uninstall the 1.4 gem, change the Vlad.load :app =&gt; nil, :scm =&gt; :git to Vlad.load :scm =&gt; :git

Since Passenger is default in 2.0 and I removed the :app =&gt; nil above, I got to remove the redefining task
remote_task :start_app, :roles =&gt; :app do
  run &quot;touch #{current_release}/tmp/restart.txt&quot;
end

since passenger is restarted automatically making the deploy file a bit cleaner :) Thanks for letting me onto the solution!</description>
		<content:encoded><![CDATA[<p>When migrating from vlad 1.4 to 2.0 I got a similar problem but a different message than you:</p>
<p>$ rake vlad:deploy<br />
rake aborted!<br />
Don&#8217;t know how to build task &#8216;vlad:deploy&#8217;</p>
<p>To make it work, I had to uninstall the 1.4 gem, change the Vlad.load :app =&gt; nil, :scm =&gt; :git to Vlad.load :scm =&gt; :git</p>
<p>Since Passenger is default in 2.0 and I removed the :app =&gt; nil above, I got to remove the redefining task<br />
remote_task :start_app, :roles =&gt; :app do<br />
  run &#8220;touch #{current_release}/tmp/restart.txt&#8221;<br />
end</p>
<p>since passenger is restarted automatically making the deploy file a bit cleaner :) Thanks for letting me onto the solution!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
