<!-- Call the remotedeploy for component files -->
<ant
antfile="${component.path}/${client.name.root}/@{componentname}/build/build.xml"
target="RemoteDeploy" inheritAll="true" >
</ant>
>>> Gilbert.Rebhan@huk-coburg.de 08/06/2007 12:12 >>>
Hi,
-----Original Message-----
From: arijit [mailto:ghosh.arijit@wipro.com]
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: user-unsubscribe@ant.apache.org
For additional commands, e-mail: user-help@ant.apache.org
---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
For additional commands, e-mail: user-help@ant.apache.org
|