Skip to content

Warning when the xml.catalogs path cannot be found #217

@arkceajin

Description

@arkceajin

When setting an unexisting path in xml.catalogs.

"xml.catalogs": ["c:\\AUTOSAR\\asdasdAUTOSAR_00048.xml"] <- wrong 
"xml.catalogs": ["c:\\AUTOSAR\\AUTOSAR_00048.xml"] <- right

XML:

<?xml version="1.0" encoding="UTF-8"?>
<AUTOSAR xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://autosar.org/schema/r4.0" xsi:schemaLocation="http://autosar.org/schema/r4.0 AUTOSAR_00048.xsd">
</AUTOSAR>

Now gives these
image
image
Suggest gives the speicfic warning that schema document cannot find is caused by the wrong path of catalog.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions