Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [buckminster-dev] Property Expansion for Environment Variables

I guess we could do it similar to how ant does it. I.e. ${env:someEnv} or perhaps even better, as Eclipse 'variables', ${env_var:someEnv}. The class where everything happens is name ExpandingProperties.

Regards,
- thomas


On 11/03/2010 10:51 PM, Johannes Utzig wrote:
Hi,

I'm currently working on fixing
http://issues.hudson-ci.org/browse/HUDSON-7978 for the Hudson plugin.
I want to avoid to write ALL environment variables as JVM properties in
the command line because that would get huge. However, all necessary
values are set as environment variables of the buckminster process.
Is there currently a way to have properties replaced by environment
variables?
If not, what's your opinion in including envVars into the property
expansion?

Best regards,
Johannes



Back to the top