Uploaded image for project: 'OFBiz'
  1. OFBiz
  2. OFBIZ-11315

Add “--graph” option

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Patch Available
    • Minor
    • Resolution: Unresolved
    • Trunk, Upcoming Branch
    • None
    • framework
    • None

    Description

      In order to inspect what components are loaded by OFBiz and their dependency
      relationship, it is convenient to have a visual graph representation.

      gradlew "ofbiz --graph"
      

      will output a ofbiz.dot file that can be processed with Graphviz:

      cat ofbiz.dot | dot -T png -o ofbiz.png
      

      Currently there is no dependency relationship specified by components but to check the kind of graph is produced it is possible to revert commit aae1c8a8f5fed7de717290c938297be62c0460fa

      Attachments

        1. 0001-Implemented-Add-graph-option.patch
          7 kB
          Mathieu Lirzin
        2. ofbiz.dot
          1 kB
          Jacques Le Roux
        3. OFBIZ-11315_standard-no-prefix-format_0001-Implemented-Add-graph-option.patch
          7 kB
          Mathieu Lirzin
        4. OFBIZ-11315-complete.patch
          48 kB
          Jacques Le Roux

        Issue Links

          Activity

            People

              Unassigned Unassigned
              mthl Mathieu Lirzin (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated: