|
View:
New views
3 Messages
—
Rating Filter:
Alert me
|
|
|
Rake tasks fetching failedI am using Mac OS X with Ruby 1.8.6 Rails 2.3.3 Netbeans 6.7.1 I am getting the following error when i try and build a new project Rake tasks fetching failed. Also even though i have rubygems 1.3 netbeans is detecting 1.0.1 or less and can not do scaffolding. PS: I am a newbies so my questions might be really stupid. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@... For additional commands, e-mail: users-help@... |
|
|
Re: Rake tasks fetching failedHello,
Seems similar as in http://www.netbeans.org/issues/show_bug.cgi?id=171338. It would be helpful if you could turn on detailed logging (http://wiki.netbeans.org/FaqRubyNBLogging67) and attach the log to the issue. Also, please check http://wiki.netbeans.org/FaqRubyRakeFetchingFailed for instructions on how to diagnose the problem further. As for the rubygems version issue, please check that Gem Tool is detected correctly in Tools -> Ruby Platforms. If it is not correct, the log might help in finding the culprit for this issue too. Thanks, Erno techbeast wrote: > I am using Mac OS X with Ruby 1.8.6 > > Rails 2.3.3 > > Netbeans 6.7.1 > > > > I am getting the following error when i try and build a new project > > > > Rake tasks fetching failed. > > > > Also even though i have rubygems 1.3 netbeans is detecting 1.0.1 or less and can not do scaffolding. > > > > PS: I am a newbies so my questions might be really stupid. > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@... > For additional commands, e-mail: users-help@... > > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@... For additional commands, e-mail: users-help@... |
|
|
Re: Rake tasks fetching failed1. When you right-click on the project and choose Properties, what is
the value for Ruby Platform? 2. When you click the Manage button to the right of Ruby Platform text box, what are the values for Gem Home, Gem Path, and Gem Tool? 3. What is the following line like in the environment.rb file # Specifies gem version of Rails to use when vendor/rails is not present RAILS_GEM_VERSION = '2.3.2' unless defined? RAILS_GEM_VERSION 4. Do you have the RAILS_GEM_VERSION environment variable defined? If so, what is it set to? techbeast wrote: > I am using Mac OS X with Ruby 1.8.6 > > Rails 2.3.3 > > Netbeans 6.7.1 > > > > I am getting the following error when i try and build a new project > > > > Rake tasks fetching failed. > > > > Also even though i have rubygems 1.3 netbeans is detecting 1.0.1 or less and can not do scaffolding. > > > > PS: I am a newbies so my questions might be really stupid. > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@... > For additional commands, e-mail: users-help@... > > -- Chris Kutler Sun Cloud Learning Services --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@... For additional commands, e-mail: users-help@... |
| Free embeddable forum powered by Nabble | Forum Help |