This works for me:
<target name="..." depends="a.b.c,
d.e.f" >
-- Rich Wagner
Jon Jagger wrote:
> Suppose I have a target naming two or more dependent targets.
>
> <target name="..." depends="a.b.c,d.e.f" > ...
>
> is there any way to name the dependent target names other than in a
> comma separate list? I'd prefer it if I could somehow name them one
> per line.
>
> Thanks
> Jon Jagger
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
> For additional commands, e-mail: user-help@ant.apache.org
>
|