Hi,

Configuring a CI server to know about the reports for a multi-project build is a pain, as you generally have to add a pattern per sub-project. It is also brittle, in that when the set of sub-projects change, so do the set of patterns. To me, the sub-projects of a build are an internal detail that the CI server should not have to know about.

A solution to this problem is to change the default location for a project's reports from ${buildDir}/reports to ${rootProject.buildDir}/reports/${project.path}.

Should we try this with Gradle's build for a while and see how it goes?

A similar problem exists with documentation generated by a project, eg javadoc.


Adam


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

   http://xircles.codehaus.org/manage_email


Reply via email to