I finally got the commenting of zip files working the way I want but am still
having to add a file to the zip to get the comment added. I create the list of
zip files as a property file:
,${__zFileToAdd}
easier way to do this, but I have something workable.
Thank you,
Chuck Holzwarth
(804) 403-3478 (home)
(540) 335-3171 (cell)
- Original Message
From: David Weintraub <[EMAIL PROTECTED]>
To: Ant Users List
Sent: Tuesday, November 27, 2007 8:00:02 PM
Subject: Re: Variables and zi
You cannot reset the value of a property. They are not variables because
they don't vary. Once you set the value of a property, you cannot change it.
There are a couple of ways to handle what you want:
* Use or . These allow you to pass parameters that will
set properties inside the calls. See the
The builds I do are differential builds. I use svn diff to gather the diffs.
The system is composed of several modules. Each module goes into its own zip
file. When code is released, the zip files require a comment that contains,
among other things, the names of all of the zip files that are par