Darryl Miles
Darryl Miles
What is the reason you are still using 1.4.0 ? The latest 1.4.x is 1.4.3 ? Why did you not automatically perform this task before opening this report ? However...
Thank you for this report. There is a patch incoming https://github.com/unbroken-dome/gradle-xjc-plugin/commit/5cddaf602e05a09d7d2f3a2e5b17096ac18ee61f to address this. Gradle 9 still looks a long way out (not even scheduled for anytime in 2024) based...
Would we be ok to have this as a System.property ? `-Pspinal.core.SpinalConfig.bitVectorWidthMax=4096` I have a new RTD page in the queue `Java Environment Variables and Properties` to help document such...
I use both but understand if you don't use properties much at the moment, the introduction of the first would seem out of place and alien to the project. A...
Please read this section: https://docs.readthedocs.io/en/stable/guides/adding-custom-css.html#how-to-add-custom-css-or-javascript-to-sphinx-documentation Please check your project for anything that looks like this: ``` html_context = { 'css_files': [ '_static/my_custom_file.css' ] ## DO NOT DO THIS, RTDs! }...
In looking at this request. In 2.0.x the output directory is based on the SourceSet name, by default this would be 'main' but if you were to create a custom...
All the matters reported here should be addressed in PR https://github.com/unbroken-dome/gradle-xjc-plugin/pull/47 with commit https://github.com/unbroken-dome/gradle-xjc-plugin/pull/47/commits/4dfdeb7f84d78cf6d86f01d2f5b013652dcb9215
At this time (version 2.0.0), I can generate and compile JAXB for newer versions with: ``` dependencies { xjcTool 'com.sun.xml.bind:jaxb-xjc:3.0.2' xjcTool 'com.sun.xml.bind:jaxb-impl:3.0.2' // documentation isn't so clear on needing this...
At this time (version 2.0.0), I can generate and compile JAXB for newer versions with: ``` dependencies { xjcTool 'com.sun.xml.bind:jaxb-xjc:3.0.2' xjcTool 'com.sun.xml.bind:jaxb-impl:3.0.2' // documentation isn't so clear on needing this...
All the matters reported here should be addressed in PR #47 (XJC tool version compatibility with 3.x and 4.x in the jarkarta era)