Re: Depending on varying target using param inside antcall

2006-09-06 Thread Daniel Blaukopf
Hi Holger, This features was added in 1.6.3 (I'm using 1.6.5) Regards, Daniel Holger Rauch wrote: > Hi Daniel, > > first of all, thanks for your reply. Which version of Ant are you using? I'm > using 1.6.2 and it doesn't work as shown by this error message: > > antcall-param-test.xml:15: T

Re: Depending on varying target using param inside antcall

2006-09-06 Thread Holger Rauch
Hi, I solved this problem like this (excerpt from my build file "do-actual-test.xml"): 1. The necessary macros (I'm using Ant 1.6.2)

Re: Depending on varying target using param inside antcall

2006-09-06 Thread Holger Rauch
Hi Daniel, first of all, thanks for your reply. Which version of Ant are you using? I'm using 1.6.2 and it doesn't work as shown by this error message: antcall-param-test.xml:15: The type doesn't support the nested "target" element. Kind regards, Holger signature.asc Description: D

Re: Depending on varying target using param inside antcall

2006-09-05 Thread Daniel Blaukopf
Hi Holger, How about ? You are then running the configuration target and text in the same project. Daniel Holger Rauch wrote: > Hi, > > I would like to have a target depend on another target whose name is > specified as the value of a param used inside an . Is this > pos