• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag
 

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Xcode hangs adding Rails project to Organizer
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

  • Prev by Date: Why DYLD_INSERT_LIBRARIES works differently on 10.4 and 10.5
  • Next by Date: DTrace List?
  • Previous by thread: Re: Why DYLD_INSERT_LIBRARIES works differently on 10.4 and 10.5
  • Next by thread: DTrace List?
  • Index(es):
    • Date
    • Thread