Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Energy ADE
ADE Xjc
Commits
38a8ee82
Commit
38a8ee82
authored
Dec 10, 2008
by
Claus Nagel
Browse files
No commit message
No commit message
parent
0a80e5eb
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/org/citygml4j/ade_xjc/ADE_XJC.java
View file @
38a8ee82
...
...
@@ -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."
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment