<!-- Call the remotedeploy for component files -->
<ant
antfile="${component.path}/${client.name.root}/@{componentname}/build/build.xml"
target="RemoteDeploy" inheritAll="true" >
</ant>

>>> [EMAIL PROTECTED] 08/06/2007 12:12 >>>
 

Hi,

-----Original Message-----
From: arijit [mailto:[EMAIL PROTECTED] 
Sent: Friday, June 08, 2007 1:05 PM
To: user@ant.apache.org 
Subject: call other build files


/*

1. Is it possible to call Build2 file from Build1 which is executed
using
ANT ? 
2. Is it possible to execute a particular task in Build2, by calling
it
from
Build1 ?
*/

1. yes
2. yes

see =

http://ant.apache.org/manual/CoreTasks/ant.html 


Regards, Gilbert

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED] 
For additional commands, e-mail: [EMAIL PROTECTED] 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to