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
933e0afc
Commit
933e0afc
authored
Nov 13, 2018
by
Claus Nagel
Browse files
fixed loading of JAXB plugins
parent
04f813c4
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/org/citygml4j/ade_xjc/ADESchemaCompiler.java
View file @
933e0afc
...
...
@@ -186,6 +186,8 @@ public class ADESchemaCompiler {
if
((
'-'
+
plugin
.
getOptionName
()).
equals
(
pluginArgs
[
i
]))
{
log
(
LogLevel
.
INFO
,
"Found JAXB plugin for option '-"
+
plugin
.
getOptionName
()
+
"'"
);
options
.
activePlugins
.
add
(
plugin
);
options
.
pluginURIs
.
addAll
(
plugin
.
getCustomizationURIs
());
options
.
getAllPlugins
().
add
(
plugin
);
plugin
.
onActivated
(
options
);
}
...
...
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