Hi,

It can be done like this:

Define the xml to an entity:

<!DOCTYPE project SYSTEM "file://project.dtd" [
  <!ENTITY incstd SYSTEM "file://std.xml">
]>

And then you can insert the content with:

  <!-- Include standard settings -->
  &incstd;

This is done because we have a DTD defining the standard build.xml stuff.

Regards

Anders Holmbech Nielsen



                                                                                       
                          
                    Barry Jia                                                          
                          
                    <bjia@brights        Til:    "'[EMAIL PROTECTED]'" 
<[EMAIL PROTECTED]>   
                    park.com>            cc:                                           
                          
                                         Vedr.:  how to call another build.xml in one 
build                      
                    25-09-01                                                           
                          
                    15:24                                                              
                          
                    Besvar                                                             
                          
                    venligst til                                                       
                          
                    ant-user                                                           
                          
                                                                                       
                          
                                                                                       
                          




Hi, Anybody know to to call another build.xml  file within one build.xml ?
just line include in the makefile ?
Thanks
Barry Jia







Reply via email to