Ocra

Hi All,

Is it possible to package the sourcecode in to an .exe file with
IronRuby?
If not, will there be a tool in the near future for IronRuby to support
this method?

With the MRI version I can use OCRA or Rubyscript2exe (obsolete in 1.9)
It would be awesome if there where such a thing for IronRuby

Cheers,

iLias.

iLias, have you checked out rifraf’s IronRubyEmbeddedApps:

http://github.com/rifraf/IronRubyEmbeddedApps

This is a very interesting project, and might be exactly what you need.
:slight_smile:

Excerpted from the readme: “You can package up Ruby applications as
ordinary
.Net executables without having to ship a
collection of plain-text Ruby source files. No-one need ever know…”

Best Regards,
Kevin R.

Hi Kevin,

This is pretty much what i was looking for! :slight_smile:

Thanks man!!

Regards,

iLias.

Kevin R. wrote:

iLias, have you checked out rifraf’s IronRubyEmbeddedApps:
GitHub - rifraf/IronRubyEmbeddedApps: This repository shows how to create 'standalone' .Net applications written in Ruby.
http://github.com/rifraf/IronRubyEmbeddedApps

This is a very interesting project, and might be exactly what you need.
:slight_smile:

Excerpted from the readme: “You can package up Ruby applications as
ordinary
.Net executables without having to ship a
collection of plain-text Ruby source files. No-one need ever know…”

Best Regards,
Kevin R.