Submit and vote on feature ideas.

Welcome to the new Parasoft forums! We hope you will enjoy the site and try out some of the new features, like sharing an idea you may have for one of our products or following a category.

svn revisions in xml report, JTest 9.6.0

Options
pfenoga
pfenoga Posts: 1

I need to have svn revisions and commit messages for found violations in XML report after static code analysis using JTest 9.6.0.20151130

I did manage to get this when starting the analysis from within JTest IDE manually.

But when I do the same using command line tool jtestcli.exe svn related information is not present in the report. Only author is there.
I have exported Parasoft settings and Test configuration and use them in the command line. Also, the workspace is the same for command line and IDE run.

Any suggestions to resolve this would be much appreciated.

Part of exported settings file with report related parameters:
report.active_rules=true
report.archive=false
report.associations=false
report.authors_details=true
report.contexts_details=true
report.custom.extension=html
report.developer_errors=true
report.developer_reports=true
report.failed_tests_only=false
report.format=html
report.generate_htmls=true
report.graph.cs_start_date=10/31/17
report.location_details=true
report.metrics_details=true
report.setup.problems=bottom
report.suppressed_msgs=false
report.tcdetails=false
report.test_suites_only=true
scontrol.rep1.svn.login=
scontrol.rep1.svn.password=
scontrol.rep1.svn.url=http://svn.server
scontrol.rep1.type=svn
scontrol.svn.exec=svn
scope.author=false
scope.local=false
scope.sourcecontrol=true
scope.xmlmap=false

Thank you

Comments

  • maciekg
    maciekg Posts: 19 ✭✭
    Options

    Hi
    To control including of these details - you are using Parasoft / Preferences / Quality Tasks / [ ] Include source control and Concerto details in tasks during analysis option.
    Same effect in command line mode: jtestcli.exe you can use by settings:
    tasks.source.control.details=true