Simple tool which generates .dot file from ATG repository (GSA) xml file.
- Reporitory schemas are reversed from ATG9.2 dynamosystemresource:/atg/dtds/gsa/gsa_1.0.dtd
- Requeres graphviz to gnerate human friendly format
- black - internal one-one reference
- orange - internal one-many reference
- blue - external repository reference
- green - subtype inherittance
- In Configuration.groovy Set which repository xml to vizualize
- Run Launcher.groovy - a list of .dot file will appear as output
- Run graphviz for final transformation (see gen-pdf.cmd or gen-svg.cmd)
dot -Tpdf ProfileAdapterRepository.dot -o ProfileAdapterRepository.pdf
- See what a mess happened ;)