Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add an XSLT pre-analyse step #1080

Closed
guwirth opened this issue Mar 9, 2017 · 1 comment · Fixed by #1096
Closed

Add an XSLT pre-analyse step #1080

guwirth opened this issue Mar 9, 2017 · 1 comment · Fixed by #1096

Comments

@guwirth
Copy link
Collaborator

guwirth commented Mar 9, 2017

Hi,

would be useful to have an build-in XSLT transformation converting XML files to the format needed by our plugin.

  • the XSLT transformation should be executed prior to any other steps
  • should support more then one transformation for the case different inputs should be supported
  • should support source and output with placeholder in the name

Sample:

sonar.cxx.xslt.1.stylesheet=MyStylesheets1.xslt
sonar.cxx.xslt.1.source=tool1/reports/xxx-*.xml
sonar.cxx.xslt.1.output=reports/other-tool1-*.xml

sonar.cxx.xslt.2.stylesheet=MyStylesheets2.xslt
sonar.cxx.xslt.2.source=tool2/reports/xxx-*.xml
sonar.cxx.xslt.2.output=reports/other-tool2-*.xml

What are you thinking?

Regards,

@jmecosta
Copy link
Member

jmecosta commented Mar 9, 2017

this applies to the external sensor right? @stefanweiser please look at @guwirth suggestion. i think its good approach

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging a pull request may close this issue.

2 participants