Christophe Porteneuve ha scritto:
> Hey Alessandro,
>
> Alessandro Curci a écrit :
>   
>> rake aborted!
>> can't convert nil into String
>>     
>
> I'll bet you're using a package for rake instead of the updated Gem. 
> The Rakefile for Prototype requires the latest rake version.  So if 
> you're on Debian for instance, just go:
>
>       # aptitude purge rake
>       # gem install -y rake
>
> (or something like that)
>
> 'HTH
>
>   
Hi Christophe,

for the next -few- moments I'll be still using Win XP so tryed:

    E:\protoSVN\trunk> gem uninstall rake
    E:\protoSVN\trunk> gem install --remote rake

seems this went fine as with
    E:\protoSVN\trunk>rake --version
it says
    rake, version 0.7.3

Anyway with:
    E:\protoSVN\trunk>rake dist --trace
    (in E:/protoSVN/trunk)
    rake aborted!
    can't convert nil into String
    ./test/lib/jstest.rb:100:in `join'
    ./test/lib/jstest.rb:100
    c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in 
`gem_original_require'
    c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in 
`require' E:/protoSVN/trunk/rakefile:37
    c:/ruby/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1940:in `load'
    c:/ruby/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1940:in 
`raw_load_rakefile'
    c:/ruby/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1727:in 
`load_rakefile'
    c:/ruby/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1761:in 
`standard_exception_handling'
    c:/ruby/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1726:in 
`load_rakefile'
    c:/ruby/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1710:in `run'
    c:/ruby/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1761:in 
`standard_exception_handling'
    c:/ruby/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1708:in `run'
    c:/ruby/lib/ruby/gems/1.8/gems/rake-0.7.3/bin/rake:7
    c:/ruby/bin/rake.bat:20:in `load'
    c:/ruby/bin/rake.bat:20

if you have or not other clues about what's wrong with this, Thanks 
again Christophe!

Alessandro









gem install --remote rake


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Spinoffs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-spinoffs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to