you´re welcome
re-checked?
Jan
-Ursprüngliche Nachricht-
Von: Markus Innerebner [mailto:[EMAIL PROTECTED]
Gesendet am: Mittwoch, 9. März 2005 17:32
An: Ant Users List
Betreff: Re: AW: how to read an environment var in a property file
Hi Jan
thanks for your quick answer
[EMAIL
ESSFUL
Jan
-Ursprüngliche Nachricht-
Von: Markus Innerebner [mailto:[EMAIL PROTECTED]
Gesendet am: Mittwoch, 9. März 2005 17:01
An: user@ant.apache.org
Betreff: how to read an environment var in a property file
Hello to all
is it possible to do following in a property file:
aProper
hricht-
Von: Markus Innerebner [mailto:[EMAIL PROTECTED]
Gesendet am: Mittwoch, 9. März 2005 17:01
An: user@ant.apache.org
Betreff: how to read an environment var in a property file
Hello to all
is it possible to do following in a property file:
aPropertyItem= ${ENV_VARIABLE}/var
whe
Hello to all
is it possible to do following in a property file:
aPropertyItem= ${ENV_VARIABLE}/var
when I am trying to use it later in a ant file, I am not able to see the
content of this property item.
I also tried to do it with:
aPropertyItem= ${env.ENV_VARIABLE}/var
thanks for helping