I`m sorry, I meant property duplicate with value "preserve".
Narco wrote: > > Hello! > I`m using different filesets for building one war package. These filesets > may contain different files with the same same depending on configuration. > The goal is to ignore file in fileset if it was already added to archive > in previous fileset. The Ant war task has property preserve which allowed > me to accomplish this. How to do the same on gradle war plugin? I > understand that I can make exploded war with copy tasks and then archive > it but that will be unneeded write operations so I would like to avoid > that. > -- View this message in context: http://www.nabble.com/does-Ant-war-switch-%22preserve%22-exists--tp25878703p25878723.html Sent from the gradle-user mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
