5 Replies Latest reply on Jul 25, 2013 11:41 AM by jesper.pedersen

    Nested archive analysis at component level

    twogee

      I work on a project where we needed to analyze nested archives on a jar level (and even try to divide WEB-INF/classes in separate "bundles").

      This helped to uncover errors in build rules and componentize WEB-INF/classes (by showing circular dependencies).

      Would that be of general interest? I can describe the implementation in more detail, then.