Parent projects have an implicit dependency on child projects for all recursive tasks (e.g. clean, build, package, ...).
For other tasks, there should not be any such parent-child dependencies unless you wire them yourself. If you provide a more detailed example of what you're doing / trying to do, we can probably help you further. alex On Fri, Mar 19, 2010 at 4:58 PM, Peter Donald <[email protected]>wrote: > Hi, > > So I have a projects structure that goes something like > > define 'A' do > ... > define 'B' do > ... > end > > define 'C' do > ... > end > end > > When I run any task in the base project it runs "package" for all the > subprojects. This seems somewhat unintuitive when I am doing "buildr > clean" or some other task that is just meant to inspect the state of > project or even get help (i.e. "buildr help" does the same). It is > particularly annoying when you have 18 subprojects ;P I want to keep > the subproject structure as all the subprojects share settings with > the parent project. > > So what am I doing wrong? How do I disable this recursing into child > projects? > > -- > Cheers, > > Peter Donald >
