【Ant】How to print all the system properties in Ant build file

在Ant里可以使用echoproperties task来达到目的

<target name="run">
   <echoproperties />
</target> 

 

posted @ 2014-01-18 14:48  卜海清  阅读(145)  评论(0编辑  收藏  举报