Here is an example of a top level build.xml file with a target calling
another build.xml file:

- <target name="platform">
- <!--  Compile the java code from platform into ${build} 
  --> 
  <ant antfile="${qa.regression.src}/platform/build.xml"
dir="${qa.regression.src}/platform" target="compile" /> 
  </target>

-----Original Message-----
From: Edgar "S�nchez [mailto:[EMAIL PROTECTED]]
Sent: Monday, September 03, 2001 3:16 PM
To: [EMAIL PROTECTED]
Subject: Calling a build file within a build file!


  Maybe this question had been answered mails ago, but
i couldn't find those mails...

  could anyone say me, how do i could call another
build file whitin my main build??

  I believe is with antcall, if I'am right, how does
the sintaxis go?

 thanks in advance.
VES

=====

_________________________________________________________________

"Puedes sentirte desilusionado si fallas, pero est�s condenado si no lo
intentas."

"You can get disappointed if you fail down, but you are doomed if you do not
try it."

ICQ #  22338121


__________________________________________________
Do You Yahoo!?
Get email alerts & NEW webcam video instant messaging with Yahoo! Messenger
http://im.yahoo.com

Reply via email to