1 2 3 4 5 6 7 8 9 10 11
|
TODO for PMTI (in close-to priority order):
6. Look into moving from code-generated tracking numbers to XDoclet
generated tracking numbers. This will pose a bigger problem with
dependencies on the JUnit XML output format, but will allow for
tracking number XML to be generated independent of running tests.
3. Complete the XML Parser for the AutoDoc generated XML files using the
pmti.v1.itf.parser framework.
4. Complete the XML itf writer.
5. Integrate together the ITF and AutoDoc frameworks, to bond together
the Parsers and Writers in the ITF framework with the AutoDoc
framework. Should use the SPI stuff to reference the right writers.
|