Hi all, I can't seem to work out how to produce a combined dependency report. I have applied the 'project-report' plugin to my subprojects:
apply plugin: 'project-report' This results in a dependency report being produced for each subproject, which is useful, but painful to work with since you have to look at each individually. What I want is a combined report in the root project with the dependency reports from all subprojects combined into an uber-report. Also it is fairly hard to work out what rendering options are available since the javadoc and groovydoc links are broken: http://gradle.org/current/docs/javadoc/org/gradle/api/tasks/diagnostics/DependencyReportTask.html How do I know what the subclasses of org.gradle.api.tasks.diagnostics.internal.DependencyReportRenderer are? Thanks -- Graeme Rocher Grails Project Lead SpringSource - A Division of VMware http://www.springsource.com --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
