Gang, Half my build script is related to the fact that I find it highly annoying that reports are created "per project" instead of aggregated to one single point, i.e. the rootProject. And this goes (in my case at least) for all reports I am interested in, incl Javadoc which I also consider a kind of report.
I would like to get a little bit of feedback from others whether it makes sense to make this the default; * If built from rootProject --> only generate aggregated reports, and no reports in the sub-projects. * If built from childProject --> only generate a childProject-local report and don't mess with the top level one. * For projects with children (parentProjects?), I guess the report should be aggregated at that level. Which means that for "any build", reports are aggregated to the `pwd`/<reportsDir> only, which is predictable and flexible. WDYT? Cheers -- Niclas Hedhman, Software Developer http://www.qi4j.org - New Energy for Java I live here; http://tinyurl.com/3xugrbk I work here; http://tinyurl.com/24svnvk I relax here; http://tinyurl.com/2cgsug --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
