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
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)
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
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
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
possible? If not, can this functionality be achieved in another way? If so,
which one? Below is an example that (hopefully) clarifies what I'm trying to
do. It consis