Task #11823 (closed)
Opened 6 years ago
Closed 6 years ago
Bug: xsd-fu package/namespace options
| Reported by: | rleigh | Owned by: | rleigh |
|---|---|---|---|
| Priority: | minor | Milestone: | 5.1.0 |
| Component: | Bio-Formats | Version: | 5.0.0-beta2-RC3 |
| Keywords: | n.a. | Cc: | |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | n.a. |
| Sprint: | n.a. |
Description
xsd-fu has a "-p" option to specify the package/namespace of the current package being build. However, we generate code in multiple namespaces which uses code generated in other namespaces. This means while it's possible to set the namespace for e.g. ome-xml when building the model code, it's not possible to override it from the default while building the metadata code. We should be able to set each namespace individually for all targets, or else the options are useless in practice since working code will only be generated if using the defaults.
Currently the ant and maven builds explicitly set the packages in use. However, this could be removed given that the defaults are correct.
Change History (2)
comment:1 Changed 6 years ago by rleigh
comment:2 Changed 6 years ago by rleigh
- Resolution set to fixed
- Status changed from new to closed
Fixed in https://github.com/openmicroscopy/bioformats/pull/826 (435de51).