lambodar / bullshtml

Automatically exported from code.google.com/p/bullshtml
1 stars 0 forks source link

Wrong path separator in URLs #8

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Run bullshtml on Windows

What is the expected output? What do you see instead?
URLs to source files contains backslashes.
Actual: <a href='C__my_path\MyFile_cpp.html'>C:\My\Path\MyFile.cpp</a>
Expected: <a href='C__my_path/MyFile_cpp.html'>C:\My\Path\MyFile.cpp</a>

What version of the product are you using? On what operating system?
1.0.3 (binary dist) on WinXP and Win Server 2003

Please provide any additional information below.
I patched a copy by using '/' instead of File.separator in SrcFile.java:66 (rev 
73), and that seems to work.

Original issue reported on code.google.com by frode.in...@gmail.com on 17 Feb 2011 at 2:42

GoogleCodeExporter commented 9 years ago
Thanks... I'll fix it in next 1.0.4 version

Original comment by junoy...@gmail.com on 8 Mar 2011 at 5:15

GoogleCodeExporter commented 9 years ago

Original comment by junoy...@gmail.com on 8 Mar 2011 at 5:15

GoogleCodeExporter commented 9 years ago

Original comment by junoy...@gmail.com on 8 Mar 2011 at 5:15

GoogleCodeExporter commented 9 years ago
Both MS iexplorer and Google Chrome fixes the problem on-the-fly. (Even if the 
URL tecnically is wrong - they will display it correctly - converting the \ to 
/ on the fly).

Firefox doesn't.

Basically that means that bullshtml currently isn't compliant with Firexfox 
when the clover html report is generated on a Windows OS.

Original comment by was.l...@kruse.bz on 14 Mar 2011 at 3:33

GoogleCodeExporter commented 9 years ago
Resolve 1.0.4

Original comment by junoy...@gmail.com on 16 Mar 2011 at 4:03

GoogleCodeExporter commented 9 years ago

Original comment by junoy...@gmail.com on 16 Mar 2011 at 4:04