<?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"
	>
<channel>
	<title>Comments on: Deploying OpenLaszlo Applications with Rake</title>
	<atom:link href="http://weblog.openlaszlo.org/archives/2006/01/deploying-openlaszlo-applications-with-rake/feed/" rel="self" type="application/rss+xml" />
	<link>http://weblog.openlaszlo.org/archives/2006/01/deploying-openlaszlo-applications-with-rake/</link>
	<description>asynchronous javascript since before it was cool</description>
	<pubDate>Tue, 14 Oct 2008 13:12:23 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Rich</title>
		<link>http://weblog.openlaszlo.org/archives/2006/01/deploying-openlaszlo-applications-with-rake/#comment-65510</link>
		<dc:creator>Rich</dc:creator>
		<pubDate>Tue, 30 Oct 2007 20:36:18 +0000</pubDate>
		<guid isPermaLink="false">http://weblog.openlaszlo.org/?p=79#comment-65510</guid>
		<description>Many people seem to be having the same problem that I have.  First of all, set OPENLASZLO_HOME as follows:

export OPENLASZLO_HOME=/Applications/OpenLaszlo\ Server\ 4.0.2										# location of the OpenLaszlo SDK on the file system

The problem seems to be in OPENLASZLO_URL.  CONTRARY TO THE DOCS, you need to set it as follows:

export OPENLASZLO_HOME=/Applications/OpenLaszlo\ Server\ 4.0.2/Server/lps-4.0.2		# location of the OpenLaszlo SDK on the file system

Notice the addition of '/Server/lps-4.0.2'.  This will prevent the 404 errors that you might be getting on compliation.

P.S. I tried to use the command-line based compiler, but it died every time I tried to use the 'runtime' parameter...Weird.</description>
		<content:encoded><![CDATA[<p>Many people seem to be having the same problem that I have.  First of all, set OPENLASZLO_HOME as follows:</p>
<p>export OPENLASZLO_HOME=/Applications/OpenLaszlo\ Server\ 4.0.2										# location of the OpenLaszlo SDK on the file system</p>
<p>The problem seems to be in OPENLASZLO_URL.  CONTRARY TO THE DOCS, you need to set it as follows:</p>
<p>export OPENLASZLO_HOME=/Applications/OpenLaszlo\ Server\ 4.0.2/Server/lps-4.0.2		# location of the OpenLaszlo SDK on the file system</p>
<p>Notice the addition of &#8216;/Server/lps-4.0.2&#8242;.  This will prevent the 404 errors that you might be getting on compliation.</p>
<p>P.S. I tried to use the command-line based compiler, but it died every time I tried to use the &#8216;runtime&#8217; parameter&#8230;Weird.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rich</title>
		<link>http://weblog.openlaszlo.org/archives/2006/01/deploying-openlaszlo-applications-with-rake/#comment-65501</link>
		<dc:creator>Rich</dc:creator>
		<pubDate>Tue, 30 Oct 2007 17:37:02 +0000</pubDate>
		<guid isPermaLink="false">http://weblog.openlaszlo.org/?p=79#comment-65501</guid>
		<description>In the rakefile, the require lines don't work for me.  This works:

require 'rubygems'
require 'ropenlaszlo'</description>
		<content:encoded><![CDATA[<p>In the rakefile, the require lines don&#8217;t work for me.  This works:</p>
<p>require &#8216;rubygems&#8217;<br />
require &#8216;ropenlaszlo&#8217;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://weblog.openlaszlo.org/archives/2006/01/deploying-openlaszlo-applications-with-rake/#comment-117</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Fri, 17 Feb 2006 18:38:36 +0000</pubDate>
		<guid isPermaLink="false">http://weblog.openlaszlo.org/?p=79#comment-117</guid>
		<description>I've just started trying to automate my laszlo projects build using ruby. The trouble I am having is that when OPENLASZLO_URL is set nothing happens! It works fine with just OPENLASZLO_HOME set but not otherwise.

Platform:
OSX 10.4.5</description>
		<content:encoded><![CDATA[<p>I&#8217;ve just started trying to automate my laszlo projects build using ruby. The trouble I am having is that when OPENLASZLO_URL is set nothing happens! It works fine with just OPENLASZLO_HOME set but not otherwise.</p>
<p>Platform:<br />
OSX 10.4.5</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Languages of the real and artificial &#183; OpenLaszlo Ruby library</title>
		<link>http://weblog.openlaszlo.org/archives/2006/01/deploying-openlaszlo-applications-with-rake/#comment-106</link>
		<dc:creator>Languages of the real and artificial &#183; OpenLaszlo Ruby library</dc:creator>
		<pubDate>Tue, 31 Jan 2006 20:41:40 +0000</pubDate>
		<guid isPermaLink="false">http://weblog.openlaszlo.org/?p=79#comment-106</guid>
		<description>[...] openlaszlo.rb is a Ruby library for compiling OpenLaszlo programs. I use it to build this, this, and the toolbar here. This article describes how to use it with Rake. [...]</description>
		<content:encoded><![CDATA[<p>[...] openlaszlo.rb is a Ruby library for compiling OpenLaszlo programs. I use it to build this, this, and the toolbar here. This article describes how to use it with Rake. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mushtaq</title>
		<link>http://weblog.openlaszlo.org/archives/2006/01/deploying-openlaszlo-applications-with-rake/#comment-91</link>
		<dc:creator>Mushtaq</dc:creator>
		<pubDate>Thu, 19 Jan 2006 05:39:08 +0000</pubDate>
		<guid isPermaLink="false">http://weblog.openlaszlo.org/?p=79#comment-91</guid>
		<description>What should be the OPENLASZLO_HOME if I have installed "Development Kit for Any OS" (the .war file without tomcat)?</description>
		<content:encoded><![CDATA[<p>What should be the OPENLASZLO_HOME if I have installed &#8220;Development Kit for Any OS&#8221; (the .war file without tomcat)?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: OpenLaszlo Project Blog &#187; ROpenLaszlo is available as a Ruby Gem</title>
		<link>http://weblog.openlaszlo.org/archives/2006/01/deploying-openlaszlo-applications-with-rake/#comment-80</link>
		<dc:creator>OpenLaszlo Project Blog &#187; ROpenLaszlo is available as a Ruby Gem</dc:creator>
		<pubDate>Wed, 11 Jan 2006 23:44:04 +0000</pubDate>
		<guid isPermaLink="false">http://weblog.openlaszlo.org/?p=79#comment-80</guid>
		<description>[...] The &#8220;OpenLaszlo&#8221; module that was announced &#8220;a few days ago&#8221;:http://weblog.openlaszlo.org/archives/2006/01/deploying-openlaszlo-applications-with-rake/ is now available as a Ruby gem. This means that installing it on your system is as simple as typing &#8220;ruby gem install ropenlaszlo&#8221; &#8212; assuming you&#8217;ve already got Ruby and Rubygems. [...]</description>
		<content:encoded><![CDATA[<p>[...] The &#8220;OpenLaszlo&#8221; module that was announced &#8220;a few days ago&#8221;:http://weblog.openlaszlo.org/archives/2006/01/deploying-openlaszlo-applications-with-rake/ is now available as a Ruby gem. This means that installing it on your system is as simple as typing &#8220;ruby gem install ropenlaszlo&#8221; &mdash; assuming you&#8217;ve already got Ruby and Rubygems. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oliver</title>
		<link>http://weblog.openlaszlo.org/archives/2006/01/deploying-openlaszlo-applications-with-rake/#comment-78</link>
		<dc:creator>Oliver</dc:creator>
		<pubDate>Fri, 06 Jan 2006 12:28:25 +0000</pubDate>
		<guid isPermaLink="false">http://weblog.openlaszlo.org/?p=79#comment-78</guid>
		<description>Oops!  The link works now.  Hope you enjoyed my 404 :-)</description>
		<content:encoded><![CDATA[<p>Oops!  The link works now.  Hope you enjoyed my 404 <img src='http://weblog.openlaszlo.org/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: togawa manabu</title>
		<link>http://weblog.openlaszlo.org/archives/2006/01/deploying-openlaszlo-applications-with-rake/#comment-77</link>
		<dc:creator>togawa manabu</dc:creator>
		<pubDate>Fri, 06 Jan 2006 11:48:03 +0000</pubDate>
		<guid isPermaLink="false">http://weblog.openlaszlo.org/?p=79#comment-77</guid>
		<description>very cool!!
I'd like to try this but looks a openlaszlo.rb file is 404 not found on here.
where can I get this file?</description>
		<content:encoded><![CDATA[<p>very cool!!<br />
I&#8217;d like to try this but looks a openlaszlo.rb file is 404 not found on here.<br />
where can I get this file?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
