Details
-
Type:
Improvement
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: JRuby 1.7.0.RC1
-
Component/s: Intro, Miscellaneous
-
Labels:None
-
Environment:Gentoo Linux
-
Number of attachments :
Description
Similarly to JFFI-2 issue, it would be nice to have a properties file to create at build time to set in information such as the home path, the lib path, the bin path and so on, so that it does not have to be given/calculated by the launcher script at runtime each time.
Marking as Intro, since this is a pretty easy one.
Most of the properties Diego mentions already work as plain old Java properties. In order to complete the circle, we would just need to add fallback logic to load a jruby.properties from classloader resources and use that for those properties.
Softball bug for anyone who wants it