Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何检查属性${foo}是否已设置?
${foo}
奖励问题:如何转义 $登录<echo>以便我可以输出${foo}字符串(不是foo变量替换)?
$
<echo>
foo
PS:尝试谷歌并阅读文档,但找不到答案。我很可能错过了什么
您需要在isset元素内放置一个if元素。
isset
if
<if> <isset property="foo" />
该手册可在此处获得。
如果您只需要在定义或未定义属性的情况下使构建失败,请查看fail任务:
fail
http://www.phing.info/docs/guide/stable/FailTask.html