I think I figured out how to get clover to work by making the following adjustments:
In project.xml, make sure the following properties are set: maven.jar.override=on maven.jar.clover=1.3.2 maven.clover.license=clover.license Copy the clover.license file from the committers svn repository to the base directory. Also copy the clover.license file from the commiters svn repository to .maven/repository/clover/licenses/clover-1.3.2.license (apparently the 1.3.2comes from the maven.jar.clover setting) I'm not sure I understand why I don't need to copy over clover.jar from committers svn, but I apparently don't need it. On 4/17/05, Henri Yandell <[EMAIL PROTECTED]> wrote: > > Ack, I forgot about that. > > The standard Maven licence expired. I'm using the apache Clover > licence, (available in the committers svn repository), but it needs a > later Clover jar and I've noticed that the way I was making Maven use > this later jar no longer works in the latest Maven. So I was using an > older Maven version. > > Hen > > On 4/17/05, Steven Caswell <[EMAIL PROTECTED]> wrote: > > Can someone remind me how to handle the clover license? It's been a > while > > since I tried a site build with lang, and I get the message "This > license > > has `expired", which looks like it is coming from clover. > > > > TIA > > > > > > On 4/17/05, Henri Yandell <[EMAIL PROTECTED]> wrote: > > > Unsure. I thought I was committed, so things like the overview were > > > probably missed. > > > > > > I need to take the car in on Monday, so am spending a lot of the > > > weekend getting next weeks work done in advance :) > > > > > > Maybe Steve would like to knock out an RC2? > > > > > > The only thing that's peculiar to my setup is that I have the JDiff > > > stuff setup with scripts instead of trying to do it through Maven. > > > Legacy mainly. > > > > > > Important to get the JDK 1.2 vs 1.4 stuff right. Namely run Maven > > > under 1.4 and Ant under 1.2. Use the binaries from Ant and get the > > > rest (src, site) from Maven. > > > > > > Hen > > > > > > On 4/17/05, Gary Gregory < [EMAIL PROTECTED]> wrote: > > > > Hello Hen: > > > > > > > > Do you have "2.0" changed to "2.1" as local changes not in CVS? For > > > > example in > > /lang/src/java/org/apache/commons/lang/overview.html > > > > > > > > Also, how about an "RC-2" to cover the last batch of commits? > > > > > > > > Thanks, > > > > Gary > > > > > > > > -----Original Message----- > > > > From: Steven Caswell [mailto: [EMAIL PROTECTED] > > > > Sent: Thursday, April 14, 2005 2:44 PM > > > > To: Jakarta Commons Developers List; Henri Yandell > > > > Subject: Re: [lang] VOTE 2.1 release > > > > > > > > Looks good. +1 > > > > > > > > I'd be glad to do the release if someone wouldn't mind walking me > > > > through it > > > > since I've never done one. > > > > > > > > On 4/10/05, Henri Yandell <[EMAIL PROTECTED] > wrote: > > > > > > > > > > Proposing a vote to go ahead and release Commons Lang 2.1. > > > > > > > > > > The release will pretty much match the release-candidate that is > in: > > > > > http://www.apache.org/~bayard/commons-lang-2.1/ > > > > > > > > > > Stephen's recent defaultIfEmpty method will be included in the > > > > release. > > > > > > > > > > If the vote is successful, I'll target spending next weekend > > > > > performing the release (unless anyone wants to volunteer). > > > > > > > > > > [ ] +1 > > > > > [ ] -1 > > > > > > > > > > Hen > > > > > > > > > > > > --------------------------------------------------------------------- > > > > > To unsubscribe, e-mail: > > [EMAIL PROTECTED] > > > > > For additional commands, e-mail: > > [EMAIL PROTECTED] > > > > > > > > > > > > > > > > > > -- > > > > Steven Caswell > > > > [EMAIL PROTECTED] > > > > > > > > Take back the web - http://www.mozilla.org > > > > > > > > > > > > > > > -- > > > > Steven Caswell > > [EMAIL PROTECTED] > > > > Take back the web - http://www.mozilla.org > -- Steven Caswell [EMAIL PROTECTED] Take back the web - http://www.mozilla.org
