📜  Apache Ant过滤器任务

📅  最后修改于: 2020-12-26 13:56:53             🧑  作者: Mango

Apache Ant过滤器任务

筛选器任务是令牌筛选器,所有使用复制任务的任务都使用它们。此任务使用@作为令牌分隔符。

Apache Ant过滤器任务属性

Attribute Description Required
token Set a token string without the separator chars @. Yes
value the string that should be put to replace the token when the file is copied.
filtersfile The file from which the filters must be read.

Apache Ant过滤器任务示例

通过使用2009过滤所有出现的字符串@ year @,将所有文件从src.dir目录复制到dest.dir目录。

// build.xml


    
        
        
              
        
    

读取属性文件

下面的示例将从属性文件中读取所有属性。