cjohansen/jstdutil

Cannot run jstestdriver on latest OS X install with fresh dev-tools

Closed this issue · 2 comments

After setting up a new machine with Snow Leopard and latest XCode from App Store, I get the following when running

jstestdriver --port 4224

NOTE: Gem::Specification#default_executable= is deprecated with no replacement. It will be removed on or after 2011-10-01.
Gem::Specification#default_executable= called from /Library/Ruby/Gems/1.8/specifications/rubygems-update-1.8.2.gemspec:11.

However, jsautotest works fine when I start JSTD myself - even though it shows the same message.

-Max

That's strange. What's your RubyGems version?

ruby 1.8.7 (2009-06-12 patchlevel 174) [universal-darwin10.0]
and
gem 1.8.2

However, it's a bit random. After trying for a couple of times, it now prints the same message but works again.
Really strange.

If you don't have any ideas, feel free to close the issue. I get the feeling this has nothing to do with your implementation.