Hi,
   I have to create a directory structure for a project in which one dir has 
many sub dirs.
now how to call build.xml of subdirectories from top level build.xml.
 
I am using following code segment in top level build.xml to call subsystem 
build.xml.
 
 
<target name="template" depends="gcc">
        <!-- order matters: -->
        <ant target="${target}" dir="subsystem1"/>
        <ant target="${target}" dir="subsystem2"/>        <ant 
target="${target}" dir="subsystem3"/>        


but it is not parsing build.xmls of subsystems.
each subsystem has its own build.xml
 
any suggestions??
 
thanks,
hiren patel
 
 
 
 
 
 
 
 
 

                
---------------------------------
 Start your day with Yahoo! - make it your home page 

Reply via email to