开发者

How can I access environment variables from ant on OSX?

开发者 https://www.devze.com 2023-03-23 16:42 出处:网络
The <prope开发者_如何学Gorty environment=\"env\"/> call seems not to work. Is there any other way to do it?<sysproperty key=\"variable-name-in-ant\" value=\"${environment.variable}\"/>

The <prope开发者_如何学Gorty environment="env"/> call seems not to work. Is there any other way to do it?


<sysproperty key="variable-name-in-ant" value="${environment.variable}"/>

0

精彩评论

暂无评论...
验证码 换一张
取 消