在Shoes4中打包应用程序

时间:2014-07-25 05:29:34

标签: ruby shoes

我使用Shoes4为我的ruby应用程序制作GUI。现在我打包这个应用程序,但有些不对劲。

我按照https://github.com/shoes/shoes4进行打包。 'rake gem'给了我:

rake aborted!
No Rakefile found (looking for: rakefile, Rakefile, rakefile.rb, Rakefile.rb)
org/jruby/RubyKernel.java:1081:in `load'
org/jruby/RubyKernel.java:1101:in `eval'
/Users/xxxxxxx/.rvm/gems/jruby-1.7.13/bin/jruby_executable_hooks:15:in `(root)'
(See full trace by running task with --trace)

'gem install pkg / shoes-4.0.0.pre1.gem'给了我:

ERROR:  Could not find a valid gem 'pkg/shoes-4.0.0.pre1.gem' (>= 0) in any repository

'bin / shoes -p swt:app path / to / directory-of / your-shoes-app.rb'仍然打包我的应用程序(我在Mac上编码)。但是,该应用程序将无法在Mac上运行,并且表示“意外退出”。有趣的是,该应用程序在Windows 7中运行良好。

我做错了吗?我怎么能让应用程序在Mac上运行?

提前致谢。

1 个答案:

答案 0 :(得分:0)

包装仍然是一个婴儿,可悲地打破了一些时间。

我们在过去几个月修复了几个包装错误(尤其是Mac的包装错误)。我欢迎你再次尝试shoes的主人。

如果问题仍然存在,请open an issue over at Shoes4,以便我们妥善解决问题:)