matthiasblaesing commented on issue #6534: URL: https://github.com/apache/netbeans/issues/6534#issuecomment-1823188008
@roberto-cisternino as said I had a look at the module at the result is in #6736. My gut feeling is, that it is as hard learning to use the wizard correctly, as it is to learn manually binding XSDs, but I started from the manual path. The PR updates the version of the used module in general, adds separation/detection of Java XML Binding vs. Jakarta XML Binding and thus should at least leave a skeleton in the pom, that can then be further customized. A test build is available from the check page of the PR for the next 4 days: - Checks Page: https://github.com/apache/netbeans/actions/runs/6949568104 - Direct Link: https://github.com/apache/netbeans/suites/18391749729/artifacts/1065501838 It would be good if you could give it a spin. In general: maven is perfectly capable of generating both variants (javax and jakarta), there is no need for an external batch/shell file. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
