Re: making dependency-graphs

2011-01-04 Thread Felix Drueke
report on bar would give you foo and transitively give you your third module. --- Shawn Castrianni -Original Message- From: Felix Drueke [mailto:fdru...@orga-systems.com] Sent: Thursday, December 30, 2010 4:46 AM To: ivy-user@ant.apache.org; Shawn Castrianni Subject: Re: making depend

RE: making dependency-graphs

2010-12-30 Thread Shawn Castrianni
transitively give you your third module. --- Shawn Castrianni -Original Message- From: Felix Drueke [mailto:fdru...@orga-systems.com] Sent: Thursday, December 30, 2010 4:46 AM To: ivy-user@ant.apache.org; Shawn Castrianni Subject: Re: making dependency-graphs Can you send me your

Re: making dependency-graphs

2010-12-30 Thread Felix Drueke
both should show up in the report and the generated png image. I didn't have to do anything special to make that happen. --- Shawn Castrianni -Original Message- From: Felix Drueke [mailto:fdru...@orga-systems.com] Sent: Thursday, December 16, 2010 7:26 AM To: ivy-user@ant.apache.org Sub

Re: making dependency-graphs

2010-12-17 Thread Felix Drueke
e report and the generated png image. I didn't have to do anything special to make that happen. --- Shawn Castrianni -Original Message- From: Felix Drueke [mailto:fdru...@orga-systems.com] Sent: Thursday, December 16, 2010 7:26 AM To: ivy-user@ant.apache.org Subject: Re: making depende

RE: making dependency-graphs

2010-12-16 Thread Shawn Castrianni
--- Shawn Castrianni -Original Message- From: Felix Drueke [mailto:fdru...@orga-systems.com] Sent: Thursday, December 16, 2010 7:26 AM To: ivy-user@ant.apache.org Subject: Re: making dependency-graphs Thanks Shawn. That looks good. I have another (probably stupid) question. In my graph

Re: making dependency-graphs

2010-12-16 Thread Felix Drueke
Thanks Shawn. That looks good. I have another (probably stupid) question. In my graph I always just have 1 level of dependencies. Dependencies of a dependent module are not shown. What has to be done to show those too? Is it perhaps that I have to generate pom.xmls for all modules and store them

RE: making dependency-graphs

2010-12-16 Thread Shawn Castrianni
First, I use ivy to produce the dependency report in various formats. Then, I use dot to convert the dot formatted output to a png image with the following ant target. I don't remember exactly where I got dot.exe from on the internet, but the dotExecutable is an ANT variable since it is differ