Problem updating to v0.6.7

Hi,
Im updating my radiant gem to the newest 0.6.7…firstly i cannot
locate the RADIANT_GEM_VERSION constant in config/environment.rb. So
when I try to rake:update it, i get an error saying “don’t know how to
build task rake:update”.

Here is the trace. Im sure the problem is pretty basic…SOS

C:\InstantRails\radiant>rake radiant:update --trace
(in C:/InstantRails/radiant)
rake aborted!
Don’t know how to build task ‘radiant:update’
C:/InstantRails/ruby/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:1634:in
[]' C:/InstantRails/ruby/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:1930:ininvo
ke_task’
C:/InstantRails/ruby/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:1909:in
top_ level' C:/InstantRails/ruby/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:1909:ineach

C:/InstantRails/ruby/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:1909:in
top_ level' C:/InstantRails/ruby/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:1948:instan
dard_exception_handling’
C:/InstantRails/ruby/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:1903:in
top_ level' C:/InstantRails/ruby/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:1881:inrun’

C:/InstantRails/ruby/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:1948:in
stan dard_exception_handling' C:/InstantRails/ruby/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:1878:inrun’

C:/InstantRails/ruby/lib/ruby/gems/1.8/gems/rake-0.8.1/bin/rake:31
C:/InstantRails/ruby/bin/rake:19:in `load’
C:/InstantRails/ruby/bin/rake:19

Thanks,
Sandip

Sandip,

What does the ‘radiant -v’ command say when your run it from command
line? Also, can you create a new project and run it?

Sean

Sean C. wrote:

Sandip,

What does the ‘radiant -v’ command say when your run it from command
line? Also, can you create a new project and run it?

Sean

Hi Sean,
I managed to get it working…thanks for your reply.

Regards,
Sandip

On Jun 2, 2008, at 9:28 AM, Sandip Gangakhedkar wrote:

I managed to get it working…thanks for your reply.

What was it that you did that made it work? It’s always helpful a
solution if you figure something out that you posted about to people
searching the mailing list archives in the future.


John L.
http://wiseheartdesign.com

John W. Long wrote:

On Jun 2, 2008, at 9:28 AM, Sandip Gangakhedkar wrote:

I managed to get it working…thanks for your reply.

What was it that you did that made it work? It’s always helpful a
solution if you figure something out that you posted about to people
searching the mailing list archives in the future.


John L.
http://wiseheartdesign.com

I’m running InstantRails on Windows XP: When i updated the radiant gem
v0.6.4 using the ‘gem update radiant’ command, Rails 2.0 automatically
seemed to have done the housekeeping tasks and I just went ahead and
created my first radiant app smoothly. Also the command: radiant -v
yielded 0.6.7 which is testimony to the fact that the older version was
overwritten (though not deleted)

Sandip