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
You can set java_home at runtime in windows. If you're compiling multiple
projects with two version of java it is best not to set java_home as
environment variable.
There are multiple ways of achieving the same outcome...here are two ideas.
First, set java_home in a batch file to kick-off the
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
-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
[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 ...
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
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.??
Regards,
Irfan
-Original Message-
From: Knuplesch, Juergen [mailto:[EMAIL PROT