-
The code generation works when I use api v2.2.12 and bind v2.2.10. When updating to the latest versions the task fails as below. This is with plugin v2.4.1.
The dependencies in the jaxb task are,
…
-
Running jaxb-xjc bombs out because there's no dependency declared on jaxb-core
More info here:
[https://github.com/jacobono/gradle-jaxb-plugin/issues/15](https://github.com/jacobono/gradle-jaxb-plugi…
-
I just cloned the repo and tried to build the example but my gradle can't find the gradle-jaxb-plugin. Is there something missing on README?
-
I'd like to keep my code free from gradle deprecation warnings, but there are some warnings that seem to come from the gradle-jaxb-plugin, that I cannot fix in my code, I think:
![image](https://us…
-
The plugin is unable to cope with import tags without a schemaLocation attribute. e.g.
```xml
```
If it encounters such tag, then the build will fail with a rather undescriptive error message:
…
-
I am trying to include the plugin 1.3.6 version using buildscript {} notation just as given in the readme (executing gradle script from IDEA). At project refreshing I get: "Error: Connection refused: …
tinca updated
8 years ago
-
The example showed gradle as build tool, how would you use it with maven?
dibog updated
4 weeks ago
-
We are having difficulty using this plugin to generate Java code when working with schema files that declare namespaces that end with a '#'.
I am using the following version of gradle:
+++++++++++++…
-
Java 8, r144 on macOS, x64, 16gb ram, 8gb heap.
I've succesfully used the following gradle config before to build java classes (with other XSD files):
```
buildscript {
repositories {
…
-
Hi.
I am using Java 17 and Jakarta Xml Binding 3.0 for code generation from XML Schema.
**The jaxb task results with the following error:**
Working Directory: D:\DEV\git\s2r-cloud\utilities\xml-u…