Task #7281 (closed)
Add Ant target to generate OME-XML files
| Reported by: | mlinkert | Owned by: | mlinkert |
|---|---|---|---|
| Priority: | major | Milestone: | OMERO-4.4 |
| Component: | Bio-Formats | Version: | n.a. |
| Keywords: | n.a. | Cc: | jamoore |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | 0.0d |
| Sprint: | n.a. |
Description
It would be nice to have a target similar to 'test-config' in components/test-suite, which generates a single MetadataOnly? OME-XML file for each dataset in a directory.
Change History (4)
comment:1 Changed 8 years ago by mlinkert
- Component changed from General to Bio-Formats
- Milestone changed from Unscheduled to OMERO-Beta4.4
- Owner set to mlinkert-x
- Priority changed from minor to major
comment:2 Changed 8 years ago by Melissa Linkert <melissa@…>
- Remaining Time set to 0
- Resolution set to fixed
- Status changed from new to closed
comment:3 Changed 8 years ago by Melissa Linkert <melissa@…>
(In [ee5b1909cfc80aa3edfec1a671bc4ed257e05668/bioformats.git]) Add test that generates OME-XML files
'ant -Dtestng.directory=/path/to/directory test-config-xml' will now
generate a single OME-XML file for each dataset in the named directory.
This is in preparation for adding more thorough tests based upon the
generated OME-XML.
Closes #7281.
comment:4 Changed 8 years ago by jmoore
- Cc jmoore added
(In [ee5b1909cfc80aa3edfec1a671bc4ed257e05668/bioformats.git]) Add test that generates OME-XML files
'ant -Dtestng.directory=/path/to/directory test-config-xml' will now
generate a single OME-XML file for each dataset in the named directory.
This is in preparation for adding more thorough tests based upon the
generated OME-XML.
Closes #7281.