Xcode hangs adding Rails project to Organizer
Xcode hangs adding Rails project to Organizer
- Subject: Xcode hangs adding Rails project to Organizer
- From: "Umbright, Guy" <email@hidden>
- Date: Thu, 02 Apr 2009 11:44:51 -0500
- Thread-topic: Xcode hangs adding Rails project to Organizer
Title: Xcode hangs adding Rails project to Organizer
Xcode 3.1.2
Rails 2.3.2
I am trying to add a just generated Rails project folder to the organizer and it hangs when I do. I have tracked it down to the “Rakefile” file.
<snip>
# Add your own tasks in files placed in lib/tasks ending in .rake,
# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake.
require(File.join(File.dirname(__FILE__), 'config', 'boot'))
require 'rake'
require 'rake/testtask'
require 'rake/rdoctask'
require 'tasks/rails'
</snip>
The problem is that last line, the “require ‘tasks/rails’”. If I comment it out, I can add the project. “tasks/rails” exists in the project and is an empty directory. Any one have a clue why this would upset Xcode so?
Guy
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden