Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: add randomized matrix #251

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

ci: add randomized matrix #251

wants to merge 2 commits into from

Conversation

vlsi
Copy link
Owner

@vlsi vlsi commented Jan 15, 2022

No description provided.

@@ -40,7 +40,6 @@ public InputSource resolveEntity(String publicId, String systemId)
}

String dtdFile = publicId.substring(KSAR_DTD_PREFIX.length() - 1);
dtdFile = dtdFile.toLowerCase();
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was misbehaving in tr_TR locale for CONFIG.XML input.

The error was

    java.lang.ExceptionInInitializerError
        at net.atomique.ksar.OSParser.init(OSParser.java:32)
        at net.atomique.ksar.parser.HpuxHeaderTest.test(HpuxHeaderTest.java:27)
        Caused by: java.lang.IllegalArgumentException: IO exception while parsing null (-//NET/ATOMIQUE/KSAR//Config.xml)
            at net.atomique.ksar.XMLConfig.loadConfig(XMLConfig.java:83)
            at net.atomique.ksar.XMLConfig.loadFromResources(XMLConfig.java:58)
            at net.atomique.ksar.GlobalOptions.<init>(GlobalOptions.java:56)
            at net.atomique.ksar.GlobalOptions.<clinit>(GlobalOptions.java:29)
            ... 2 more
            Caused by: java.io.FileNotFoundException: File -//NET/ATOMIQUE/KSAR/CONFIG.DTD is not found in kSar resources
                at net.atomique.ksar.XMLConfig.resolveEntity(XMLConfig.java:46)
                at
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant