-
Hi JAXB-Team!
I've spent quite a bit of time looking around, but haven't found an answer to
this question.
I'm trying to create some usable classes out of the Google KML Schema found here:
[http://s…
-
current is jaxb-runtime-2.3.3.jar
-
Our project has a lot of intertwined dependencies that all use XSDs from each other. We're currently migrating from https://github.com/highsource/jaxb-tools/ to this plugin as we need JAXB 3.0 compati…
-
```
jaxb2 {
xjc {
'request-classes' {
basePackage = 'com.any.app.model.request'
schema = 'src/main/xsd/request.xsd'
}
}
}
```
I tried to make this work using kotlin d…
-
I finally got everything setup, and to the "Run" section of your BuildGuide.
But, when I get to this point, the "mvn clean install" routine throws a lot of errors.
I am sending a copy of the err…
-
CC-XCJ will not work for the new "jakarta" namespaces of jaxb/activation-api.
In my fork I did a couple of changes to modernize the dependencies and also support the jakarta namespace (see Boris-de…
-
Explicit specifying argument _map="true"_ or _map="1"_ for _typesafeEnumClass_ element causes xjc error.
Without this argument xjc works fine - as expected (default value for _map_ argument is _true_)…
-
Would be awesome if there were an actual mapping of artifacts from Java EE -> Jakarta EE.
E.g. after hours of looking I am unable to determine how to convert a build that works perfectly well with …
-
The code of [`org.jabref.logic.importer.fileformat.CitaviXmlImporter`](https://github.com/JabRef/jabref/blob/2db30cb26d1140af307042126fe2a3f0ba121f06/src/main/java/org/jabref/logic/importer/fileformat…
-
If _xjcVersion.set("2.3.3")_ (or 3.0.0) is omitted when using _groups_ to define multiple schema generations, the gradle build fails mysteriously with:
```
java.lang.StackOverflowError
a…
egaga updated
2 years ago