Closed GoogleCodeExporter closed 9 years ago
Have you tried using the -sd or -spf command line options to include the source
directory?
Original comment by ring....@gmail.com
on 11 Jan 2012 at 7:52
Yes, I tried the -sd and -spf but the problem still occurs. The command line
used by me is similar to:
CodeCoverage -m my_project_test.map -e my_project_test.exe -od report\coverage
-uf units-to-coverage.txt -sd source
Note that I use the "-sd source"
Clayton
Original comment by bone...@esss.com.br
on 11 Jan 2012 at 11:31
Other information about the problem:
The error does NOT occur in Firefox 8
The error occurs with 16 Chrome, IE 9 and Safari 5.1
Thank you
Original comment by clayton....@gmail.com
on 14 Jan 2012 at 7:52
I discovered the following about the problem that occurs in Chrome or IE, for
the path. When the URL is:
http://localhost:9090/job/CoverageBuilder/lastBuild/emma/UBaseUnitsToBuilder/sou
rce/UBaseUnitsToBuilder.pas
The problem appears, but if I replaced the "source\" by 'source%5c', the
problem does not occur in Chrome or IE. For example:
http://localhost:9090/job/CoverageBuilder/lastBuild/emma/UBaseUnitsToBuilder/sou
rce%5cUBaseUnitsToBuilder.pas
Thank you
Original comment by vanessad...@msn.com
on 15 Jan 2012 at 11:57
Does the '%5c' also work for FireFox 8?
What happens if you use '/'? Does it work for all browsers?
Original comment by ring....@gmail.com
on 20 Jan 2012 at 7:35
Original comment by ring....@gmail.com
on 13 Feb 2012 at 12:14
Original issue reported on code.google.com by
bone...@esss.com.br
on 9 Jan 2012 at 11:34