Glad I could help.  I guess indir is just obsolete, odd that is won't
take a constant.  You might try running the unit tests that come with
your ruby install (unless the Debian maintainer stripped them out),
just to make sure your building your house upon the rocks and not the
sand.

Rob

On 7/1/07, Larry Gilbert <[EMAIL PROTECTED]> wrote:
It worked.

I had tried indir with parentheses and cd without parentheses, but I had not
tried cd with parentheses.  Doing both seems to have done the trick.
Thanks, Rob.

On 7/1/07, Rob Kaufman <[EMAIL PROTECTED]> wrote:
>
> file 'example.html' => ['example.html.erb', 'example.js'] do |t|
>    puts GOOGLE_DIR
>    cd(GOOGLE_DIR) { general_erb_filetask(t) }
> end
>
>

--

Larry Gilbert
San Diego, CA, USA
_______________________________________________
Sdruby mailing list
[email protected]
http://lists.sdruby.com/mailman/listinfo/sdruby


_______________________________________________
Sdruby mailing list
[email protected]
http://lists.sdruby.com/mailman/listinfo/sdruby

Reply via email to