Projects

Ticket #316 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

Constant missing exception when running macrake deploy in a hotcocoa project

Reported by: isaackearse@… Owned by: lsansonetti@…
Priority: minor Milestone: MacRuby 0.5
Component: MacRuby Keywords:
Cc:

Description

To reproduce this issue create a boiler plate hotcocoa project and cd into it and run "macrake deploy"

Attached is a patch that fixes the issue for me.

Below is the output from the terminal when running "macrake deploy --trace"

isaac:~/src/hotcocoa isaac$ macrake deploy --trace

** Invoke deploy (first_time)
** Invoke clean (first_time)
** Execute clean
** Execute deploy

rake aborted!
uninitialized constant HotCocoa::ApplicationBuilder::NSFileManager
0:in `rake_original_const_missing:'
0:in `const_missing:'
0:in `current_macruby_version'
0:in `current_macruby_path'
0:in `copy_framework'
0:in `deploy'
0:in `build'
0:in `build:'
0:in `each'
0:in `execute:'
0:in `synchronize'
0:in `invoke_with_call_chain:'
0:in `invoke'
0:in `invoke_task:'
0:in `each'
0:in `standard_exception_handling'
0:in `top_level'
0:in `standard_exception_handling'
0:in `run'

Attachments

macrake_deploy.diff Download (0.6 KB) - added by isaackearse@… 2 years ago.

Change History

Changed 2 years ago by isaackearse@…

Changed 2 years ago by isaackearse@…

This ticket has been resolved for me with changeset:2367

Thanks Rich

Changed 2 years ago by lsansonetti@…

  • status changed from new to closed
  • resolution set to fixed

Thanks, closing!

Note: See TracTickets for help on using tickets.