All,

I am still looking for the answers to resolve the dependencies between two
subdirectories. Please advice.

top/build.xml
        A/build.xml
        B/build.xml

Top/build.xml calling A and B by using <ant dir="./A"/>

Questions 1) Am I using the right method to compile subdirectories? Please
keep in mind that developers should be able to go into directory A and build
just A directory. Thats why there is A/build.xml.

Question 1) How can B depends on A? Meaning, if A is not built, then when
building B, B/build.xml will check A and build A if necessary for B.

Thanks

B.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to