Re: Passing multiple targets from one build.xml to another build.xml

2012-03-02 Thread Swayam Prakash Vemuri
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

Re: Passing multiple targets from one build.xml to another build.xml

2012-03-01 Thread Swayam Prakash Vemuri
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

Re: Passing multiple targets from one build.xml to another build.xml

2012-03-01 Thread Swayam Prakash Vemuri
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}" /> > >

Passing multiple targets from one build.xml to another build.xml

2012-03-01 Thread Swayam Prakash Vemuri
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