<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Reid Thompson schreef:
<blockquote cite="mid:1196944326.9850.1.camel@raker.ateb.com"
type="cite">
<pre wrap="">On Thu, 2007-12-06 at 15:14 +0800, Arne Brasseur wrote:
</pre>
<blockquote type="cite">
<pre wrap="">Try this:
RUBYOPT="-rubygems -I$NITRO_HOME" ruby app.rb
</pre>
</blockquote>
<pre wrap=""><!---->rthompso@raker ~/src/repo.nitroproject.org/nitro/demo/blog $ RUBYOPT="-rubygems -I$NITRO_HOME" ruby app.rb
REPO_ROOT is /home/rthompso/src/repo.nitroproject.org/script/lib/../..
/usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require': no such file to load -- part/admin (LoadError)
from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require'
from app.rb:11
</pre>
</blockquote>
<br>
Oops, that should've been:<br>
<br>
RUBYOPT="-rubygems -I$NITRO_HOME/part/lib" ruby app.rb<br>
<br>
which might or might not get things rolling. I get a similar error over
here that it can't find tmail. It's getting late over here but I'll get
back to you tomorrow on this with more detail. Running these examples
should be a fault-free one-liner before 0.50 is released. I'll look
into it.<br>
<br>
You mentioned before you were willing to review and test-drive
documentation, does that still hold?<br>
<br>
Thank you,<br>
(ab)<br>
<br>
<blockquote cite="mid:1196944326.9850.1.camel@raker.ateb.com"
type="cite">
<pre wrap="">
rthompso@raker ~/src/repo.nitroproject.org/nitro/demo/blog $ echo $NITRO_HOME
/home/rthompso/src/repo.nitroproject.org
rthompso@raker ~/src/repo.nitroproject.org $ pwd
/home/rthompso/src/repo.nitroproject.org
rthompso@raker ~/src/repo.nitroproject.org $ ls -lrt
total 8
drwxr-xr-x 7 rthompso staff 216 Dec 5 12:11 _darcs
drwxr-xr-x 2 rthompso staff 240 Dec 5 12:11 rake_tasks
-rw-r--r-- 1 rthompso staff 46 Dec 5 12:11 Rakefile
drwxr-xr-x 3 rthompso staff 96 Dec 5 12:11 script
drwxr-xr-x 8 rthompso staff 280 Dec 5 12:11 raw
drwxr-xr-x 4 rthompso staff 120 Dec 5 12:11 part
drwxr-xr-x 9 rthompso staff 304 Dec 5 12:11 og
drwxr-xr-x 9 rthompso staff 304 Dec 5 12:11 nitro
drwxr-xr-x 8 rthompso staff 304 Dec 5 12:11 glue
-rw-r--r-- 1 rthompso staff 23 Dec 5 12:11 README
_______________________________________________
Nitro-general mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Nitro-general@rubyforge.org">Nitro-general@rubyforge.org</a>
<a class="moz-txt-link-freetext" href="http://rubyforge.org/mailman/listinfo/nitro-general">http://rubyforge.org/mailman/listinfo/nitro-general</a>
</pre>
</blockquote>
<br>
<br>
<pre class="moz-signature" cols="72">--
Arne Brasseur
<a class="moz-txt-link-freetext" href="http://www.arnebrasseur.net">http://www.arnebrasseur.net</a>
<a class="moz-txt-link-freetext" href="http://www.zhongwiki.com">http://www.zhongwiki.com</a>
<a class="moz-txt-link-freetext" href="http://www.bankske.org">http://www.bankske.org</a>
<a class="moz-txt-link-abbreviated" href="mailto:arne@arnebrasseur.net">arne@arnebrasseur.net</a>
</pre>
</body>
</html>