试试这个:
<defaultexcludes echo="true"/>
http://ant.apache.org/manual/Tasks/defaultexcludes.html
请注意,这将在所有使用文件集的Ant作业中使用,而不仅仅是zip任务。

试试这个:
<defaultexcludes echo="true"/>
http://ant.apache.org/manual/Tasks/defaultexcludes.html
请注意,这将在所有使用文件集的Ant作业中使用,而不仅仅是zip任务。