-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version 1.3.6 not in plugin repository #45
Comments
try running the examples folder in this project. It uses the 1.3.6 version. I ran that on a new machine a few weeks ago and didn't have any problems. hopefully that works and if not we can go from there. |
Examples use the buildscript notation. I'm talking this one:
|
ah i see. Everything is linked in bintray properly. Both jcenter and the gradle plugins portal show that https://bintray.com/gradle/gradle-plugins?filterByPkgName=gradle-jaxb-plugin after some correspondence with the gradle guys during the
this all worked for |
I have the same problem here. I can't use version 1.3.6 and I get the same error as @MichaelKunze. |
Same problem here. 1.3.5 works, 1.3.6 is not found. Error:
|
When you specify the script block for the plugin in your build, you can use the JCenter approach to use version 1.3.6 like this:
If you are happy with version 1.3.5 then use the gradle plugin like this instead:
Both approaches work fine for me, although I agree it would be nice if the plugin would work with release 1.3.6 |
If I follow your 1.3.6 approach I get the error message: |
If you are are trying to use JAXB 2.2.11, you might want to try different JARs (I know it took me a while to figure this out myself):
A full working example is on my Github repo https://github.com/warrengsmith/Blog-Examples/tree/master/JAXB_Gradle_Jacobono_XJC which uses 2.2.10 |
(thanks @warrengsmith that was just what I needed) |
The OpenRepose.org updated version of this plugin is now available in the Gradle Plugins repository and is compatible with JSE7. |
If i use the recomended method to include the plugin in my build script i get the following error:
https://plugins.gradle.org/plugin/com.github.jacobono.jaxb
1.3.5 seems to be the latest there.
The text was updated successfully, but these errors were encountered: