Separate dot_writer from antanalyzer
Reported by Chris Johnston | February 7th, 2009 @ 04:42 AM | in Release 0.1
Separate dot_writer from antanalyzer so dot-writer does not need to know anything about targets, dependencies or builds. The information should be fed into dot_writer instead of dot_writer trying to get the information it needs. This will allow dot_writer to be broken out into its own gem later on.
Comments and changes to this ticket
-

Chris Johnston February 7th, 2009 @ 04:43 AM
- State changed from new to open
-

Chris Johnston February 11th, 2009 @ 08:26 AM
(from [76274a2d8ab4f31c3d95a74b9844a6fdcb612e02]) added more tests and the ability to add multiple nodes and edges [#4] http://github.com/fuzzylizard/an...
-

Chris Johnston February 12th, 2009 @ 08:24 AM
(from [417f41b8a7032bb0b42f82c12b9bb1b3b7fc75e8]) dot_writer now has the ability to add multiple nodes and edges and can create a simple DOT file successfully [#4], wired the application back together as well so it can now also read and parse a single build.xml file and create a dot file http://github.com/fuzzylizard/an...
-

Chris Johnston February 12th, 2009 @ 08:42 AM
- State changed from open to resolved
Done enough that dot_writer no longer contains any kind of dependency on AntAnalyzer and can be extracted as a separate project (but that is a separate feature).
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Ruby script for analyzing and outputting Ant build file target dependencies to a DOT file to be used with GraphViz
People watching this ticket
Tags
Referenced by
-
4
Separate dot_writer from antanalyzer
(from [76274a2d8ab4f31c3d95a74b9844a6fdcb612e02]) added m...
-
4
Separate dot_writer from antanalyzer
(from [417f41b8a7032bb0b42f82c12b9bb1b3b7fc75e8]) dot_wri...