-
When i add `xsd:annotation` block with ``, exception occurs:
```
Execution failed for task ':xjcGenerate'.
> A failure occurred while executing org.unbrokendome.gradle.plugins.xjc.work.xjc23.XjcGen…
-
To use enunciate with java 11, I had to use the old form of plugin activation, specifying some additional jars:
````
dependencies {
classpath "gradle.plugin.com.webcohesion.enunciate:enunci…
jskov updated
5 years ago
-
I'm facing configuration cache issues when applying your plugin.
```
- Task `:my-project:jaxbJavaGenV1311` of type `com.intershop.gradle.jaxb.task.SchemaToJavaTask`: invocation of 'Task.project' a…
-
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 have been having a issue with importing some XSDs into my project, that i'm converting from maven, where the xsd to java task just hangs. I was able to recreate the issue with the following sample …
-
${project.projectDir}/build.gradle
`buildscript {
dependencies {
classpath 'gradle.plugin.org.openrepose:gradle-jaxb-plugin:2.5.0'
}
}
plugins {
id 'org.openrepose.gradl…
-
Hello,
I just added this plugin, and executed: But got the following error:
> Task :app:kaptDebugKotlin FAILED
e: java.lang.NoClassDefFoundError: javax/xml/bind/JAXBException
So I googled i…
-
I'm trying to generate the Java classes from a zip file with a bunch of schemas files plus some binding files.
My gradle build file is as follows:
```
dependencies {
jaxb 'com.sun.xml.bind:jaxb-x…
-
**Describe the bug**
A clear and concise description of what the bug is.
Latest version 11.0.0 failing with
Caused by: org.owasp.dependencycheck.exception.ExceptionCollection: One or more e…
-
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,
…