mething,
> otherwise in the simple case(where Iam not invoking one build from other)
> how come ant was able to understand multiple dynamic targets, whereas the
> same its not able to understand in the case of invoking one build from
> another
>
> thanks
> Swayam
>
> On Th
build from other)
how come ant was able to understand multiple dynamic targets, whereas the
same its not able to understand in the case of invoking one build from
another
thanks
Swayam
On Thu, Mar 1, 2012 at 9:56 PM, Swayam Prakash Vemuri <
vemuriswa...@gmail.com> wrote:
> Thanks much
of
> this target as a property on the cmd line and use that property in a single
> target attribute.
>
>
>
>
>
> target="${BUILD_TARGET}" />
>
>
>
>
> target="${BUILD_TARGET}" />
>
>
Hi All,
In my topmost build.xml Iam doing below
Now I am invoking ant as below
ant -Dproduct=abcd javabuild deploy
It is executing build_abcd.xml but it onl