You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by VLADIMIR TERZIC <VT...@intgas.com> on 2003/12/18 21:33:41 UTC

JCoverage Plugin Report problem

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: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: JCoverage Plugin Report problem

Posted by Emmanuel Venisse <em...@venisse.net>.
It's very curious. You have some strange problems on your machine.

It works fine for me and for other users.
My link is
<link rel ="stylesheet" type="text/css" href="../../../../style.css"
title="Style">

Could you check your oro jar file?

Emmanuel

----- Original Message ----- 
From: "VLADIMIR TERZIC" <VT...@intgas.com>
To: <us...@maven.apache.org>
Sent: Thursday, December 18, 2003 9:33 PM
Subject: JCoverage Plugin Report problem


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: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org