Allow jrubyfx-jarify to AOT compile Ruby source as an option (or maybe as default)
This is opened as a feature request in reponse to #26. I wrote it up as a feature request. When we run jrubyfx-jarify we should allow AOT compilation for partial obfuscation. It is not a ton of obfuscation but it is enough to discourage casual cheating. People will keep asking for this as well, so we might as well do it.
hello? :) it has been some time...
yes I definitely need this, can a work around be suggested please
@enebo how does require work? can I simply run jrubyc over it and require will work or do we need to do more work?
right , hopefully not need to add java_require s
We should look at how warbler does this since I believe they have an AOT option as well. It would be nice to just lift some code than write any...
they do have said feature i.e. "warble compiled" , however warble will try to compile all your ruby source within the current directory including any gems for example packaged in by bundler, not to mention that it makes assumptions about your code layout and entry point, so it seems that the key is to do "warble config" which generates a config file and tweak accordingly, I will try to check this out today
any news, after 7 years? :)