[MacRuby] #181: hotcocoa command with Macruby 0.3, patches attached
#181: hotcocoa command with Macruby 0.3, patches attached ----------------------------------------+----------------------------------- Reporter: sandor.szuecs@… | Owner: lsansonetti@… Type: defect | Status: new Priority: critical | Milestone: MacRuby 0.3 Component: MacRuby | Keywords: ----------------------------------------+----------------------------------- Hi, the hotcocoa commandline program doesn't work as expected. I get the following: {{{ $ hotcocoa test /Library/Frameworks/MacRuby.framework/Versions/0.3/usr/lib/ruby/1.9.0/hotcocoa/template.rb:14:in `initialize:': No such file or directory - test/Rakefile (Errno::ENOENT) from /Library/Frameworks/MacRuby.framework/Versions/0.3/usr/lib/ruby/1.9.0/hotcocoa/template.rb:14:in `open' from /Library/Frameworks/MacRuby.framework/Versions/0.3/usr/lib/ruby/1.9.0/hotcocoa/template.rb:14:in `block in copy_to' from /Library/Frameworks/MacRuby.framework/Versions/0.3/usr/lib/ruby/1.9.0/hotcocoa/template.rb:9:in `each' from /Library/Frameworks/MacRuby.framework/Versions/0.3/usr/lib/ruby/1.9.0/hotcocoa/template.rb:9:in `copy_to' from /usr/local/bin/hotcocoa:23:in `<main>' zsh: exit 1 hotcocoa test }}} Fix is attached. regards sandor -- P.S. maybe the default priority souldn't be "blocker" -- Ticket URL: <http://www.macruby.org/trac/ticket/181> MacRuby <http://macruby.org/>
#181: hotcocoa command with Macruby 0.3, patches attached ----------------------------------------+----------------------------------- Reporter: sandor.szuecs@… | Owner: lsansonetti@… Type: defect | Status: new Priority: critical | Milestone: MacRuby 0.3 Component: MacRuby | Keywords: ----------------------------------------+----------------------------------- Comment(by sandor.szuecs@…): The same issue appeares in MacRuby-Trunk (0.4). template.patch will fix it. I can not change the ticket's milestone to 0.4. Should I open a new ticket for this or do you will fix it like that? -- Ticket URL: <http://www.macruby.org/trac/ticket/181#comment:1> MacRuby <http://macruby.org/>
#181: hotcocoa command with Macruby 0.3, patches attached ----------------------------------------+----------------------------------- Reporter: sandor.szuecs@… | Owner: lsansonetti@… Type: defect | Status: closed Priority: critical | Milestone: MacRuby 0.4 Component: MacRuby | Resolution: fixed Keywords: | ----------------------------------------+----------------------------------- Changes (by lsansonetti@…): * status: new => closed * resolution: => fixed * milestone: MacRuby 0.3 => MacRuby 0.4 Comment: Thanks for the report. I merged the first changeset of your patch but not the second because it doesn't produce the same result (I tried to generate a hotcocoa project with it but the config/build.yml file wasn't copied). Change revision is r824. -- Ticket URL: <http://www.macruby.org/trac/ticket/181#comment:2> MacRuby <http://macruby.org/>
participants (1)
-
MacRuby