Re: Variables and zip file comments

2007-12-04 Thread Chuck Holzwarth
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}

Re: Variables and zip file comments

2007-11-28 Thread Chuck Holzwarth
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

Re: Variables and zip file comments

2007-11-27 Thread David Weintraub
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

Variables and zip file comments

2007-11-27 Thread Chuck Holzwarth
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