Details
-
Work Item
-
Resolution: Unresolved
-
Minor
-
None
-
None
-
All
-
GreenHopper Ranking:0|i2wknn:
-
9223372036854775807
-
Small
Description
The error message when icon are missing is requesting PNG, should request SVG
Shouldn't it request SVG as we can automatically create png if needed
15:22:20 14:22:19 [main] [ERROR] - Missing icon(s) in resources.15:22:20 14:22:19 [main] [ERROR] - No icon: 'icons/dark/datastore-connector_icon32.png' found, did you create - or generated with svg2png in resources?
- To test this, just delete one of the icon and start the validation of your connector with a "mvn clean process-classes"
Expected :
" No icon: icons\xxxxxxxxxxx.svg found. "
Because now we do not need PNG anymore. ( So the check on PNG can be removed)
We only use PNG as backup if SVG is missing,