-- Jeffrey E. Care (carej@(protected)) WebSphere Build SWAT Team Lead WebSphere Build Tooling Lead (Project Mantis) https://w3.opensource.ibm.com/projects/mantis
"Santoshi, Vishal" <Vishal_Santoshi@(protected)> wrote on 06/20/2005 05:56:05 PM:
> Is it possible to call a target from within another target and pass in > arguments to the called target ? > > Or > > Is this possible? > > <target A> > <!-- depends on args x and y --> > </target> > > <target B> > <!-- calls target A with two arguments that are intercepted by > target A as x and y--> > </target>