On 7/30/05, Frank W. Zammetti <[EMAIL PROTECTED]> wrote: ... > Executing build.xml results in the test2 target being executed after > test1 is. The project name has to be different, although what you get > looks more like a warning than an error to me, but that's the reason it > is different above. > > Is that what you meant? > > Frank ...
ok, there's build.xml and build2.xml, both in the same directory. What I want is for build.xml to do it's thing and then "call" build2.xml and when build2.xml completes its task, return to where build.xml left off. build.xml itself wouldn't really be doing anything at all, but calling build2.xml, build3.xml, etc. All the work is being done in build[n].xml, so to speak. Can that be done with antcall, or is something else required? thanks, Thufir --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
