You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by "Mikael Petterson (KI/EAB)" <mi...@ericsson.com> on 2005/10/17 10:37:41 UTC

make properites of data in file

Hi,

I have the following properties in my build.xml:

<property name="target" value="xxx"/>
<property name="productnumber" value="yyy"/>
<property name="productrevision" value="zzz"/>

In a file called product.attribues I have the following information:

TARGET:PRODUCT_NUMBER:PRODUCT_REVISION
jvm:CXC1327714/22:R1A01

Is it possible to assign ant properties with the values in
my files? 

cheers,

//mikael


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
For additional commands, e-mail: user-help@ant.apache.org