-
Bug
-
Resolution: Done
-
Major
-
None
WINDUPRULE-60 says that application can depend on modules using the MANIFEST.MF file. That's correct, but application can also depend on modules using the jboss-deployment-structure.xml file – see https://docs.jboss.org/author/display/AS7/Class+Loading+in+AS7
This should be added to the rule(s).
Also, I think we shouldn't warn when the files aren't used for adding dependencies.
- MANIFEST.MF only adds dependencies when it has a Dependencies: ... line
- jboss-deployment-structure.xml only adds dependencies when it has a <dependencies>...</dependencies> XML element
Can we test for that?