RE: how to change the property value at run time

2008-05-15 Thread Irfan.Sayed
Thanks to all. I got the concept now. Regards, Irfan -Original Message- From: David Weintraub [mailto:[EMAIL PROTECTED] Sent: Thursday, May 15, 2008 7:10 AM To: Ant Users List Subject: Re: how to change the property value at run time Once an Ant property is set, you can't chan

RE: how to change the property value at run time

2008-05-14 Thread Lenhof,Danny
l i.e. Hope this helps. -Original Message- From: Knuplesch, Juergen [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 14, 2008 9:35 AM To: Ant Users List Subject: AW: how to change the property value at run time Thats just the special thing about ANT-properties: You can not change them, for

Re: how to change the property value at run time

2008-05-14 Thread David Weintraub
Once an Ant property is set, you can't change it. However, there are a few ways to get around this: 1). In an antcall, you set and these parameters are inherited as properties in the called target: 2). You can do something similar with macrode

Re: how to change the property value at run time

2008-05-14 Thread Vijay Aravamudhan
-t -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 14, 2008 12:07 PM To: user@ant.apache.org Subject: RE: how to change the property value at run time Thanks a lot. I know that JAVA_HOME is not the ANT - property. I just wanted to check whethe

Re: how to change the property value at run time

2008-05-14 Thread Gilbert Rebhan
[EMAIL PROTECTED] schrieb: Thanks a lot. I know that JAVA_HOME is not the ANT - property. I just wanted to check whether can we change the property value at run time. Can we have detail list of different properties that ANT supports.?? Some stuff that might be helpful to get you started ...

RE: how to change the property value at run time

2008-05-14 Thread Taj, Abdul
n the build xml file. -t -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 14, 2008 12:07 PM To: user@ant.apache.org Subject: RE: how to change the property value at run time Thanks a lot. I know that JAVA_HOME is not the ANT - property. I just w

RE: how to change the property value at run time

2008-05-14 Thread Irfan.Sayed
PROTECTED] Sent: Wednesday, May 14, 2008 7:05 PM To: Ant Users List Subject: AW: how to change the property value at run time Thats just the special thing about ANT-properties: You can not change them, for good reasons. But JAVA_HOME does not look like an Ant-property. What do you want to do

AW: how to change the property value at run time

2008-05-14 Thread Knuplesch, Juergen
@ant.apache.org Betreff: how to change the property value at run time Hi All, I need to change the value of a specific property at run time. Can somebody please let me know how I can do that. Let's say the property name is "JAVA_HOME" and suppose I want to change the value of t

how to change the property value at run time

2008-05-14 Thread Irfan.Sayed
Hi All, I need to change the value of a specific property at run time. Can somebody please let me know how I can do that. Let's say the property name is "JAVA_HOME" and suppose I want to change the value of that property to "d:\install" Please help. Regards, Irfan