Skip to content

Conversation

@vlsi
Copy link
Owner

@vlsi vlsi commented Jan 15, 2022

No description provided.

}

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.

vlsi added 2 commits January 16, 2022 12:58
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
@vlsi vlsi force-pushed the ci_random_matrix branch from 0f1e41c to 92f940d Compare January 16, 2022 09:58
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.

2 participants