Re: Ant Contrib and question

2005-06-03 Thread Guru Balse
le setting of the property. If the property gets set then setting the > default will do nothing. > > HTH Bill > > -Original Message- > From: Peter Reilly [mailto:[EMAIL PROTECTED] > Sent: Thursday, June 02, 2005 9:40 AM > To: Ant Users List > Subject: Re: Ant Contrib

RE: Ant Contrib and question

2005-06-03 Thread Bill Rich
Peter Reilly [mailto:[EMAIL PROTECTED] Sent: Thursday, June 02, 2005 9:40 AM To: Ant Users List Subject: Re: Ant Contrib and question Your macro is incorrect as the line will cause the property "temp.checkIsSet" to be set always. I am not quite sure exactly what you want to do bu

RE: Ant Contrib and question

2005-06-03 Thread Bill Rich
Peter Reilly [mailto:[EMAIL PROTECTED] Sent: Thursday, June 02, 2005 9:40 AM To: Ant Users List Subject: Re: Ant Contrib and question Your macro is incorrect as the line will cause the property "temp.checkIsSet" to be set always. I am not quite sure exactly what you want to do bu

RE: Ant Contrib and question

2005-06-02 Thread Bill Rich
Peter Reilly [mailto:[EMAIL PROTECTED] Sent: Thursday, June 02, 2005 9:40 AM To: Ant Users List Subject: Re: Ant Contrib and question Your macro is incorrect as the line will cause the property "temp.checkIsSet" to be set always. I am not quite sure exactly what you want to do bu

Re: Ant Contrib and question

2005-06-02 Thread Peter Reilly
Your macro is incorrect as the line will cause the property "temp.checkIsSet" to be set always. I am not quite sure exactly what you want to do but the following macro should be it: testVar is