You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by sg...@media-style.com on 2004/03/11 16:31:49 UTC

jcoverage depends on clover?

Hi, 

sorry can someone tell my why the jcoverage report plugin download clover?
Isn't clover an alternative to jcoverage?


site:
xdoc:register-reports:
maven-junit-report-plugin:register:

maven-jcoverage-plugin:register:


site:run-reports:
    [echo] Generating the Unit Tests...
Attempting to download clover-1.2.jar.
..................................................................................................................................................

Stefan

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


Re: jcoverage depends on clover?

Posted by Emmanuel Venisse <em...@venisse.net>.
Remove the dashboard report from your project.xml, it's the only plugin that
depends on Clover.

Emmanuel

----- Original Message ----- 
From: <sg...@sioux.media-style.com>
To: "Maven Users List" <us...@maven.apache.org>
Sent: Thursday, March 11, 2004 5:32 PM
Subject: Re: jcoverage depends on clover?


>
> > No, it doesn't depends on Clover. I think you have another plugin that
> > depends on it or a clover report declaration is present in your
> > project.xml.
> > Run maven jcoverage, and I'm sure that it doesn't download clover.
>
> Well what should i say: ;)
>
>
> jerry:/Applications/eclipse3M7/workspace/hmc.transaction joa$ maven
jcoverage:html-report
>  __  __
> |  \/  |__ _Apache__ ___
> | |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
> |_|  |_\__,_|\_/\___|_||_|  v. 1.0-rc1-SNAPSHOT
>
> Attempting to download clover-1.2.jar.
>
...............................................^Cjerry:/Applications/eclipse
3M7/workspace/hmc.transaction joa$
> jerry:/Applications/eclipse3M7/workspace/hmc.transaction joa$
>
> May be you try it by your own!
>
> Stefan
>
> P.S: Any news about the io bug? Is there a workaround?
>
> Thanks!!!
>
>
>
> ---------------------------------------------------------------------
> 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


Re: jcoverage depends on clover?

Posted by sg...@sioux.media-style.com.
> No, it doesn't depends on Clover. I think you have another plugin that
> depends on it or a clover report declaration is present in your
> project.xml.
> Run maven jcoverage, and I'm sure that it doesn't download clover.

Well what should i say: ;)


jerry:/Applications/eclipse3M7/workspace/hmc.transaction joa$ maven jcoverage:html-report
 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0-rc1-SNAPSHOT

Attempting to download clover-1.2.jar.
...............................................^Cjerry:/Applications/eclipse3M7/workspace/hmc.transaction joa$ 
jerry:/Applications/eclipse3M7/workspace/hmc.transaction joa$ 

May be you try it by your own! 

Stefan

P.S: Any news about the io bug? Is there a workaround?

Thanks!!!



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


Re: MAVEN depends on clover?

Posted by sg...@media-style.com.
AHH. 

Sorry your are right. Looks like maven in general depends on clover:
jerry:/Applications/eclipse3M7/workspace/hmc.transaction joa$ maven jar
 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0-rc1-SNAPSHOT

Attempting to download clover-1.2.jar.
.............^Cjerry:/Applications/eclipse3M7/workspace/hmc.transaction joa$ 

Strange that a ASF tool require a commercial tool. ;-o
Anyway i don't care but may be it is good to know for the maven developer.

Stefan



Zitiere Emmanuel Venisse <em...@venisse.net>:

> 
> ----- Original Message ----- 
> From: <sg...@media-style.com>
> To: "Maven Users List" <us...@maven.apache.org>
> Sent: Thursday, March 11, 2004 4:31 PM
> Subject: jcoverage depends on clover?
> 
> 
> > Hi,
> >
> > sorry can someone tell my why the jcoverage report plugin download
> clover?
> > Isn't clover an alternative to jcoverage?
> 
> No, it doesn't depends on Clover. I think you have another plugin that
> depends on it or a clover report declaration is present in your
> project.xml.
> Run maven jcoverage, and I'm sure that it doesn't download clover.
> 
> >
> >
> > site:
> > xdoc:register-reports:
> > maven-junit-report-plugin:register:
> >
> > maven-jcoverage-plugin:register:
> >
> >
> > site:run-reports:
> >     [echo] Generating the Unit Tests...
> > Attempting to download clover-1.2.jar.
> >
> ............................................................................
> ......................................................................
> >
> > Stefan
> >
> >
> ---------------------------------------------------------------------
> > 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
> 
> 
> 

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


Re: jcoverage depends on clover?

Posted by Emmanuel Venisse <em...@venisse.net>.
----- Original Message ----- 
From: <sg...@media-style.com>
To: "Maven Users List" <us...@maven.apache.org>
Sent: Thursday, March 11, 2004 4:31 PM
Subject: jcoverage depends on clover?


> Hi,
>
> sorry can someone tell my why the jcoverage report plugin download clover?
> Isn't clover an alternative to jcoverage?

No, it doesn't depends on Clover. I think you have another plugin that
depends on it or a clover report declaration is present in your project.xml.
Run maven jcoverage, and I'm sure that it doesn't download clover.

>
>
> site:
> xdoc:register-reports:
> maven-junit-report-plugin:register:
>
> maven-jcoverage-plugin:register:
>
>
> site:run-reports:
>     [echo] Generating the Unit Tests...
> Attempting to download clover-1.2.jar.
>
............................................................................
......................................................................
>
> Stefan
>
> ---------------------------------------------------------------------
> 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