jcoverage generated report seems to lose its style settings in all but root directory.
it seems that reference to stylesheet contains escape characters

example 
<link rel ="stylesheet" type="text/css" href="\.\./\.\./\.\./\.\./style.css" 
title="Style">

shoud be 
<link rel ="stylesheet" type="text/css" href="../../../../style.css" title="Style">

i get same behaviour on windows and linux under 1.0.1 and 1.0.2 plugins

any help would be appreciated

thanks
vlad


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to