A. J. David Bosschaert created SLING-9900:
---------------------------------------------
Summary: Warning and Error count reported by Feature Model Analyser
Key: SLING-9900
URL: https://issues.apache.org/jira/browse/SLING-9900
Project: Sling
Issue Type: Improvement
Components: Feature Model Analyser
Affects Versions: Feature Model Analyser 1.3.10
Reporter: A. J. David Bosschaert
Assignee: A. J. David Bosschaert
Fix For: Feature Model Analyser 1.3.12
The total number of errors and warnings reported by the feature model analyser
is wrong:
{code:java}
[INFO] - Executing Bundle Resources Check [bundle-resources]...
[INFO] Analyzing feature
'com.mysite:test4.analyse:slingosgifeature:aggregated:1.0.0-SNAPSHOT' finished
: 010 warnings, 000 errors.
[WARNING] com.mysite:test4.core:1.0.0-SNAPSHOT: Found bundle resources :
[/libs/sling/explorer!/resources/explorer]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
{code}
In this case there is clearly just 1 warning, not 10.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)