Can zip task to create a zip archive with password?

2008-04-16 Thread CheeYang Chau
Hi, I have read everything about zip task but find no way to create password protected zip archive. Is there possible to do so with zip task? -- Best regards, Chau Chee Yang E Stream Software Sdn Bhd URL: www.sql.com.my SQL Financial Accounting

Re: Having problem using property to in macrodef if invoke for more than one time

2008-03-27 Thread CheeYang Chau
[echo] testme = bar_first first = bar_first second = bar_second > > Note that the value of the property testme changed between the two > calls to . > > > > On Thu, Mar 27, 2008 at 1:51 AM, CheeYang Chau <[EMAIL PROTECTED]> wrote: > > Hi, > > > >

Re: Having problem using property to in macrodef if invoke for more than one time

2008-03-27 Thread CheeYang Chau
> > > > > > > > > > > > > > > > > inside macro: ${myvalue} > > > > > > > outside macro: ${myvalue} > > outside macro: ${myvalue} > > > > $ a

Re: Having problem using property to in macrodef if invoke for more than one time

2008-03-27 Thread CheeYang Chau
> A common, if not so nice solution, is to use an attribute value as > a property name. > > For example: > > > > > >[EMAIL PROTECTED] > > I am aware of this solution. I read some old

Re: Having problem using property to in macrodef if invoke for more than one time

2008-03-26 Thread CheeYang Chau
gt; > > > BR, > Olivier > > > Original Message > Subject: Having problem using property to in macrodef if invoke for more > than one time > > > From: CheeYang Chau <[EMAIL PROTECTED]> > To: user@ant.apache.org > Date: 27/03/2008 1

Having problem using property to in macrodef if invoke for more than one time

2008-03-26 Thread CheeYang Chau
Hi, I love the macrodef task. However, it has a weakness. We must be very careful if using property within the macrodef. I face problem with a macrodef that is more complicated than the following example. I have to use dirname and condition in my macrodef, but it cause problem if I invoke macro