Daniel Modin schrieb:
> Hi!
> I want to read a property based on another property.
[...]
there's also a hack via task from antcontrib, see =
http://marc.info/?l=ant-user&m=121318477419672&w=2
Regards, Gilbert
-
To unsubscribe
OK, thanks Jan - i think i will follow your suggestion.
2009-03-13 14:26
Sänd svar till
"Ant Users List"
Till
Kopia
Ärende
AW: Read property based on another property
>In file "deploy.properties" i would like to have properties for deploy
>dire
>In file "deploy.properties" i would like to have properties for deploy
>directories for different test environments:
>deploy.dir.ft = ft/stage/2
>deploy.dir.st =st/stage/2
>deploy.dir.pt =st/stage/2
>deploy.dir.pr=pr/stage/1
>
>Then i want to read the deploy directory for the current
>testenviro
Hi!
I want to read a property based on another property.
FOR EXAMPLE:
In file "deploy.properties" i would like to have properties for deploy
directories for different test environments:
deploy.dir.ft = ft/stage/2
deploy.dir.st =st/stage/2
deploy.dir.pt =st/stage/2
deploy.dir.pr=pr/stage/1
Then