Hi,

I was using this:
maven.clover.history.dir=file:////myserver/someshare/

and that did not work. I'm now using:
maven.clover.history.dir=\\myserver\someshare

and this works perfectly.

regards,

Wim

-----Original Message-----
From: Vincent Massol [mailto:[EMAIL PROTECTED]
Sent: dinsdag 8 maart 2005 19:19
To: 'Maven Users List'
Subject: RE: [ANN] Maven Clover Plugin 1.8 released


Hi Wim,

> -----Original Message-----
> From: Deblauwe, Wim [mailto:[EMAIL PROTECTED]
> Sent: mardi 8 mars 2005 18:10
> To: 'Maven Users List'
> Subject: RE: [ANN] Maven Clover Plugin 1.8 released
> 
> Is it possible to set the "maven.clover.history.dir" property as an
> absolute
> directory?
> 
> I would like it to point to a directory on the server, so I can keep my
> history points, but it seems to resolve relatively to the ${basedir}.

Definitely. The plugin does not do any manipulation WRT to it. The fact that
you're getting something relative to basedir is very strange.

Thanks
-Vincent

> 
> regards,
> 
> Wim
> 
> 
> On Fri, 4 Mar 2005 22:02:54 +0100, Vincent Massol <[EMAIL PROTECTED]>
> wrote:
> > The maven team is pleased to announce the Maven Clover Plugin 1.8
> release!
> >
> > http://maven.apache.org/reference/plugins/clover/
> >
> > The Clover plugin allows measuring test coverage using Clover
> > (http://www.cenqua.com/clover).
> >
> > Changes in this version include:
> >
> >   New Features:
> >
> > o Added support for historical reports by adding a new
> >   clover:save-historygoal that saves a Clover history point. The history
> >   points are then used by clover:reportto generate history reports
> (including
> >   a link on the Maven-generated website).
> > o Add support for method, statement and block context filtering through
> the
> >   following properties: maven.clover.context.block.names,
> >   maven.clover.context.method.names,
> maven.clover.context.method.regexps,
> >   maven.clover.context.statement.namesand
> >   maven.clover.context.statement.regexps.
> > o Added new clover:checkgoal that verifies if the test coverage if above
> a
> >   threshold defined by the properties maven.clover.check.target,
> >   maven.clover.check.packagesand maven.clover.check.targets. It fails
> the
> >   build if it's below.
> >
> >   Changes:
> >
> > o Updated to Clover 1.3.5 and applied new license that supports
> generating
> >   history report (the previous one didn't support it).
> > o Changed the location of the default license. It is now bundled in the
> >   plugin and the plugin no longer downloads it from your remote
> repository.
> >   As before if you wish to use your own license use the
> >   maven.clover.license.pathproperty.
> >
> > To automatically install the plugin, type the following on a single
> line:
> >
> > maven plugin:download
> >   -DgroupId=maven
> >   -DartifactId=maven-clover-plugin
> >   -Dversion=1.8
> >
> > For a manual installation, you can download the plugin here:
> >
> http://www.apache.org/dyn/closer.cgi/java-repository/maven/plugins/maven-
> clo
> ver-plugin-1.8.jar
> >
> > Have fun!
> > -The maven team
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> - - - - - - - DISCLAIMER- - - - - - - -
> Unless indicated otherwise, the information contained in this message is
> privileged and confidential, and is intended only for the use of the
> addressee(s) named above and others who have been specifically authorized
> to
> receive it. If you are not the intended recipient, you are hereby notified
> that any dissemination, distribution or copying of this message and/or
> attachments is strictly prohibited. The company accepts no liability for
> any
> damage caused by any virus transmitted by this email. Furthermore, the
> company does not warrant a proper and complete transmission of this
> information, nor does it accept liablility for any delays. If you have
> received this message in error, please contact the sender and delete the
> message. Thank you.



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

- - - - - - - DISCLAIMER- - - - - - - -
Unless indicated otherwise, the information contained in this message is
privileged and confidential, and is intended only for the use of the
addressee(s) named above and others who have been specifically authorized to
receive it. If you are not the intended recipient, you are hereby notified
that any dissemination, distribution or copying of this message and/or
attachments is strictly prohibited. The company accepts no liability for any
damage caused by any virus transmitted by this email. Furthermore, the
company does not warrant a proper and complete transmission of this
information, nor does it accept liablility for any delays. If you have
received this message in error, please contact the sender and delete the
message. Thank you.

Reply via email to