Posted By:
suresh
Posted On:
Wednesday, October 31, 2012 08:20 AM
I am modifying my exiting ant script to support differential builds. For that I have used modified selector in fileset for finding only modified files. But the problem is when I am doing full build I need to bypass modified filter based on some property or param. As shown below. Is there anyway to do that. <project name = "test" default = "dt" basedir = "." > <target name = "dt1" > <copy todir = "ant_temp2" > <fileset dir = "ant_temp1" >
More>>