You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by schmitt <31...@gmx.net> on 2000/10/17 16:13:28 UTC

Building a hierarcical build-file tree?

Hello

I will use Ant to build my Java program. My program is built out of
several components. I will have a build.xml file for every component and
a control.xml file for the whole program. Is this possible and if, how?

The tree would look like this

                        control.xml
                    /           |               \
                   /            |                 \
      build1.xml     build2.xml     build3.xml

Yours
Stefan S.