Re: Need help calling one build file from another
nheritall="whether you want your invoked build to inherit all > the declared properties at this point or not" > > > > > > > > > Search the ant manual for further information or more detailed information > abo
Need help calling one build file from another
Hello all, I'm having trouble calling one build file from another. I'm using Eclipse, and I have two projects: Foo Bar Each project has a build.xml file, and the Bar project depends on a jar file generated by the Foo project. The following is the build.xml file for project Foo: Build fil