On Mar 17, 10:35 am, sultan <[email protected]> wrote:
> I am on XP. This is the first time I am trying to freeze to a gem.
> This is what I get:
>
> rake rails:freeze:gems --trace
> (in C:/Documents and Settings/Sultan/My Documents/Aptana Studio/
> upload)
> ** Invoke rails:freeze:gems (first_time)
> ** Execute rails:freeze:gems
> Freezing to the gems for Rails 2.2.2
> rm -rf vendor/rails
> mkdir -p vendor/rails
> cd vendor/rails
> Unpacked gem: 'C:/Documents and Settings/Sultan/My Documents/Aptana
> Studio/upload/vendor/rails/activesupport-2.2.2'mv activesupport-2.2.2
> activesupport
>
> rm -rf vendor/rails
> rake aborted!
> Permission denied - activesupport-2.2.2 or activesupport

If you manually unpack the activesupport-2.2.2 gem, can you rename the
directory it creates? Try this at the command line:

gem unpack activesupport --version '= 2.2.2'
mv activesupport-2.2.2 activesupport

Also, for reference, what version of Rubygems are you running (do a
'gem --version')?

CC me directly for quicker replies.

--Matt Jones


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" 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-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to