Do I need some other lib as a dependency?

I tried adding that and doing gradle dependencyReport and I get this:

Cause: startup failed, build_gradle_cda515a5647d6f9851f6cc5dcaa4990a: 20: 
unable to resolve class GraphvizReportRenderer 

Roger

On Dec 2, 2009, at 11:54 PM, Adam Murdoch wrote:

> 
> 
> Tomek Kaczanowski wrote:
>> Hi all,
>> 
>> how can I create a dependency report using graphviz format ? I see
>> there is a DependencyReportTask and GraphvizReportRenderer but I don't
>> know how to use them.
>> 
>>  
> 
> You can do this:
> 
> dependencyReport {
>   renderer = new GraphvizReportRenderer()
> }
> 
> 
> -- 
> Adam Murdoch
> Gradle Developer
> http://www.gradle.org
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe from this list, please visit:
> 
>   http://xircles.codehaus.org/manage_email
> 
> 


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

    http://xircles.codehaus.org/manage_email


Reply via email to