[kepler-dev] [Bug 4152] - Modules should be able to add environment variables to the runtime

bugzilla-daemon at ecoinformatics.org bugzilla-daemon at ecoinformatics.org
Fri Jun 12 13:59:39 PDT 2009


http://bugzilla.ecoinformatics.org/show_bug.cgi?id=4152


berkley at nceas.ucsb.edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED




------- Comment #5 from berkley at nceas.ucsb.edu  2009-06-12 13:59 -------
Added the ability to the build system to parse a
$module/module-info/environment.txt file.  This file lists the environment
variables that should be loaded by the java runtime at startup.  Variables can
be loaded either independently of the OS or they can depend on a specific OS.

The syntax is as follows:

<env_name>:[<env_os>]=<value>

An example:
R_HOME:Mac OS X=/Library/Frameworks/R.framework/Resources

or 

MY_PATH=/x/y/z


More information about the Kepler-dev mailing list