Ticket #316 (closed defect: fixed)
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
Change History
Note: See
TracTickets for help on using
tickets.


