Initial problem solved, but leaves questions from this newbie.
I modified the code by adding the patternset:
<unzip dest="${APPLICATION_DIRECTORY}" overwrite="false">
<patternset>
<exclude name="config/*.properties"/>
</patternset>
<fileset dir="${TMP_DIR}">
<include name="*.zip"/>
</fileset>
</unzip>
This cleared up my problem, but leaves the question yet unanswered and
solicits another.
1) How is the overwrite attribute suppose to work if the original syntax is
correct?
2) If I need to include the patternset to exclude the files from being
deleted what use is even establishing the overwrite attribute?
--
View this message in context:
http://www.nabble.com/Ant-1.7%3A--unzip-with-overwrite-set-to-%27false%27-is-overwriting-files-tp24393106p24396002.html
Sent from the Ant - Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]