According to the documentation, if you are using the <ant> task against a second build file, the default is that properties will be inherited. Don't know about inheriting targets, but I suppose the second build file could recursively invoke the <ant> task against the first. I would be careful with this kind of recursion however.
-Matt --- Michael Remijan <[EMAIL PROTECTED]> wrote: > hi, > > I basically want to create a parent-child > relationship between one "parent" build.xml file and > a number of different "children" build.xml files. > what is the syntax that I would use in the > "children" build.xml files to basically include the > targets and properties of the "parent" build.xml? > > Thanks, > <mike/> > > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > __________________________________________________ Do You Yahoo!? HotJobs - Search Thousands of New Jobs http://www.hotjobs.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
