Commit a841259b authored by Claus Nagel's avatar Claus Nagel
Browse files

No commit message

No commit message
parent 597b03c7
......@@ -74,7 +74,7 @@ public class ADE_XJC {
if (version) {
System.out.println("ade-xjc version \"0.1.0\"");
System.out.println("built for citygml4j version \"0.1.0\"");
System.out.println("JAXB xjc wrapper built for citygml4j version \"0.1.0\"");
System.exit(0);
}
......@@ -174,7 +174,7 @@ public class ADE_XJC {
throw new FileNotFoundException("Could not open folder " + schema_dir.getAbsolutePath());
if (!nonStrict) {
LOG.info("Running in strict mode. Checking sanity of subfolder \"schema\"");
LOG.info("Running in strict mode. Checking sanity of subfolder 'schema'");
BigInteger md5 = new BigInteger("0");
File[] children = schema_dir.listFiles();
......@@ -185,7 +185,7 @@ public class ADE_XJC {
md5 = Util.file2md5(file.getAbsolutePath(), md5);
if (!md5.toString(16).equals("b51bc6a36f36e2bac8c8674f1cb69042"))
throw new Exception("Contents of subfolder \"schema\" have been altered. Please restore its original state.");
throw new Exception("Contents of subfolder 'schema' have been altered. Please restore its original state.");
}
if (!adeSchemaFile.exists() || !adeSchemaFile.isFile() || !adeSchemaFile.canRead())
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment