[arquillian-issues] [JBoss JIRA] (ARQ-1675) Implement multiple file extensions for report type for reporter

Stefan Miklosovic (JIRA) issues at jboss.org
Wed Mar 5 05:22:33 EST 2014


Stefan Miklosovic created ARQ-1675:
--------------------------------------

             Summary: Implement multiple file extensions for report type for reporter
                 Key: ARQ-1675
                 URL: https://issues.jboss.org/browse/ARQ-1675
             Project: Arquillian
          Issue Type: Feature Request
      Security Level: Public (Everyone can see)
          Components: Extension - Recorder
    Affects Versions: recorder_1.0.0.Alpha1
            Reporter: Stefan Miklosovic


ReportType class (https://github.com/arquillian/arquillian-recorder/blob/master/arquillian-recorder-reporter/arquillian-recorder-reporter-api/src/main/java/org/arquillian/recorder/reporter/ReportType.java) returns an string of extension report type (which in fact it is the extension of the file). There are some output formats which accepts different extensions, for example valid AsciiDoc extensions are ad, adoc or asciidoc.

So it would be a good approach to adapt the interface to allow the definition of multiple extensions.

Of course this generates a problem with which exporter to use in case of conflicts:

For example one can define:

html, html5
and
html, html4

and asks for html exporter. I think that in this case the first match should be returned.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the arquillian-issues mailing list