Archi Forum

Archi => General Archi Discussion => Topic started by: Xiaoqi on July 11, 2022, 02:00:45 AM

Title: Error and Warning when commit Archi HTML Report to Remote Repository
Post by: Xiaoqi on July 11, 2022, 02:00:45 AM
Hello,

I've upgraded to 4.10.0 beta in Windows 11 now, the HTML report export is no problem.

I'm placing the HTML report in one Windows server with IIS, and using IntelliJ IDEA to push the report folder to remote repository. Didn't see this error / warning be 4.9.x, but today when I want to commit, it indicates (see attached picture) follow error and warning --

...\lib\bootstrap\fonts\glyphicons-halflings-regular.svg
    Error(2, 49) URI is not registered (Settings | Languages & Frameworks | Schemas and DTDs)
    Warning:(4, 1) XML tag has empty body
...\hints\business_collaboration.html
    Warning:(22, 148) Closing tag matches nothing

While I can force Commit and Push.

Just want to get your aware and see whether any configurations for these 2 files should be adjusted in the Beta version?

Thanks,
Xiaoqi
Title: Re: Error and Warning when commit Archi HTML Report to Remote Repository
Post by: Phil Beauvoir on July 11, 2022, 10:08:54 AM
Hi Xiaoqi,

it seems that IDEA is doing some strict checks of files before a commit.

Nothing has changed recently in these files, maybe there is a setting in IDEA's code analysis that has changed?

I can fix the "</br>" tag in business_collaboration.html but not the svg file. But I suspect that IDEA is being over-enthusiastic in its code analysis of files and you'll see these warnings on other files that are not strict html or xml.

Phil