Commit 38a8ee82 authored by Claus Nagel's avatar Claus Nagel
Browse files

No commit message

No commit message
parent 0a80e5eb
......@@ -99,15 +99,15 @@ public class ADE_XJC {
int status = 0;
try {
LOG.info("Checking build environment");
checkBuildEnvironment();
LOG.info("Setting up build environment");
if (clean)
Util.rmdir(outputFolder);
createBuildEnvironment();
LOG.info("Checking build environment");
checkBuildEnvironment();
if (packageName.startsWith("org.citygml4j")) {
LOG.error("The package " + packageName + " is not allowed for the ADE classes");
LOG.error("Choose a package which is not a subpackage of org.citygml4j. Aborting.");
......
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