Re: Ant 1.7: unzip with overwrite set to 'false' is overwriting files

2009-07-09 Thread rdblaha1
Success! David Weintraub wrote: > > Would using the task help? Before unzipping, you can "touch" > all the properties files that you don't want to overwrite, giving them > a newer timestamp than the files inside the zipfile. > > Of course, you'll destroy the previous dates, but it will help p

Re: Ant 1.7: unzip with overwrite set to 'false' is overwriting files

2009-07-08 Thread rdblaha1
Thank you David for pointing out the OLDER vs. NEWER timestamp. The timestamp of the existing files is always OLDER in my testing. My problem isn't solved with the patternset as I previously thought. If my config properties files don't exist in the dest directory in the first place I DO want th

Re: Ant 1.7: unzip with overwrite set to 'false' is overwriting files

2009-07-08 Thread rdblaha1
Initial problem solved, but leaves questions from this newbie. I modified the code by adding the patternset: This cleared up my problem, but leaves the questio

Ant 1.7: unzip with overwrite set to 'false' is overwriting files

2009-07-08 Thread rdblaha1
I have the following code in my xml Ant file: Yet in my output I see that three files existing in my config directory are overwritten when the unzip occurs. [unzip] expanding config/setup1.properties to c:\applicat