Aaron Yong commented on Bug JENKINS-26082

My current solution is to have Parasoft CppTest saving the location details (ResultSession/Locations/Loc) into the output file (*.xml).
However, this location details are not saved into this output file by default.
To save out location details, the procedures are as follows:
1. Save this one line "report.location_details = true" into a file named "jenkinsci.settings".
2. When running Parasoft CppTest, use "-localsettings jenkinsci.settings" as one of the arguments.

IMO, the problem stems from the fact that when location details are not available,
the locFile attribute of StdViol/MetViol/FlowViol tag is used as the absolute path to the source file.
When location details become available, this problem may appear again for those that have Parasoft Cpptest running on slave machines.
Correct me if I am wrong.

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

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to