Apache Ant Filter TaskThe filter tasks are token filters which are used by all tasks which uses copy task. This task uses @ as a token separator. Apache Ant Filter Task Attributes
Apache Ant Filter Task ExampleCopy all the files from the src.dir directory into the dest.dir directory by filtering all the occurrences of the string @year@ with 2009. // build.xml Read property file The below example will read all the properties from property file. Next TopicApache Ant Import Task |