I created
https://issues.jboss.org/browse/AS7-2169 for adding the
fallback to looking at System.getenv(name) for an expression value, but
DMR commented there he would rather see the expression prefixed with
"env.". I don't care, do others think that is the way to go?
On 10/18/11 4:22 PM, Brian Stansberry wrote:
> One issue I see is that we are only looking to
System.getProperty(name)
> for the value of an expression in the org.jboss.dmr.ExpressionValue
> class. The expressions I'm typically using need to be queried using
> System.getenv(name). Would it be ok to fallback to a System.getenv(name)
> if there is no System.getProperty(name) value found? This would require
> an update to the dmr project.
>
I'm fine with that.