Re: Read property based on another property

2009-03-13 Thread Gilbert Rebhan
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

Ang. AW: Read property based on another property

2009-03-13 Thread Daniel Modin
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

AW: Read property based on another property

2009-03-13 Thread Jan.Materne
>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

Read property based on another property

2009-03-13 Thread Daniel Modin
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