Improve XJC-binding (Issue 73) #74
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "73-improve-xjc-binding"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fixes #73
In daisy.xsd there are two datatypes, one is called STATUS and another one is called Status. Since Windows file system is case insensitive, file STATUS.java and Status.java are considered as same name. This makes build on Windows impossible.
Solution: in XJC binding file, rename Status.java to Status2.java (the Status2.java belongs to Examination is endpoint/resource which is not used by Scipro).
Other small improvments:
Deployed to https://scipro-73-improve-xjc-binding.branch.dsv.su.se
WIP: Improve XJC-binding (#73)to WIP: Improve XJC-binding (Issue #73)WIP: Improve XJC-binding (Issue #73)to Improve XJC-binding (Issue #73)Works perfectly on my Windows machine, no more locally modified files, nice job! 👍
However there are a few missed classes in the package name migration; the classes in the daisy-integration Maven module still have the camel-cased names.
Improve XJC-binding (Issue #73)to Improve XJC-binding (Issue 73)