DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10276>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10276

[PATCH] added <import> declaration in project to include other projects





------- Additional Comments From [EMAIL PROTECTED]  2002-07-02 23:20 -------
Latest patch correctly handles the following diamond and cycle:
A imports B and C
B imports D
C imports D
D imports A

And also demonstrates the relative path resolution since called from a 
different directory than the one where the build{2|3|4}.xml files reside.

Note that the patch was made against the 1.5 branch. --DD

P:\org_apache\antx>ant -buildfile import\build.xml -Dbuildtwo=.
Buildfile: import\build.xml
Imported file P:\org_apache\antx\import\build.xml skipped... Already imported!
Imported file P:\org_apache\antx\import\build4.xml skipped... Already imported!

mb4:
     [echo] Sub4 build called :-)

mb2:
     [echo] Sub2 build called :-)

mb3:
     [echo] Sub3 build called :-)

mb:
     [echo] Main build called.

BUILD SUCCESSFUL
Total time: 0 seconds

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

Reply via email to