I generated a .dot file (well, dependencies.txt.. but it is in .dot format).

Anything I make from this.... a .ps, .png etc.. I mean.. it isn't "useful"
per se at all.  It is always the "left-side" of the image.. exact same stuff
etc...

Any thoughts?

I could happily email you my build.gradle, and my output .dot file (and
generated .ps) .. just don't want to put that stuff on the mailing list of
course.. large files etc etc

Roger


Adam Murdoch-2 wrote:
> 
> 
> 
> Roger Studner wrote:
>> 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 
>>
>>   
> 
> You need to import the class:
> 
> import org.gradle.api.tasks.diagnostics.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
>>
>>
>>   
> 
> -- 
> Adam Murdoch
> Gradle Developer
> http://www.gradle.org
> 
> 
> 

-- 
View this message in context: 
http://old.nabble.com/dependencies-report---graphviz-tp26608065p26968772.html
Sent from the gradle-user mailing list archive at Nabble.com.


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

    http://xircles.codehaus.org/manage_email


Reply via email to