You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Gary Gregory <gg...@seagullsw.com> on 2004/04/20 01:59:23 UTC

[all] Current version of Clover in Maven repos?

Hello,

How can we get the current release of Clover in the Maven repository? 

When I run the Codec build, I see:

[clover-report] Clover Version 1.2, built on June 10 2003

The current version is 1.2.4 according to
http://www.thecortex.net/clover

Thank you,
Gary 



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


RE: [all] Current version of Clover in Maven repos?

Posted by Vincent Massol <vm...@pivolis.com>.
Already asked yesterday.

Thanks
-Vincent

> -----Original Message-----
> From: Ben Walding [mailto:ben@walding.com]
> Sent: 21 April 2004 09:08
> To: Maven Users List
> Subject: Re: [all] Current version of Clover in Maven repos?
> 
> I normally just email their support address asking for the jar for the
> maven repo.  They usually respond fairly quickly.
> 
> Mark R. Diggory wrote:
> 
> > I'll push this onto the Maven list.
> >
> > Maven Folks, do we have some sort of agreement with Clover for its
> > usage within Maven? were looking to upgrade to 1.2.4. Is this
painless?
> >
> > http://www.ibiblio.org/maven/clover/jars/
> >
> > -Mark
> >
> >
> > Gary Gregory wrote:
> >
> >> Hello,
> >>
> >> How can we get the current release of Clover in the Maven
repository?
> >> When I run the Codec build, I see:
> >>
> >> [clover-report] Clover Version 1.2, built on June 10 2003
> >>
> >> The current version is 1.2.4 according to
> >> http://www.thecortex.net/clover
> >>
> >> Thank you,
> >> Gary
> >>
> >>
> >>
---------------------------------------------------------------------
> >> To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
> >> For additional commands, e-mail:
commons-dev-help@jakarta.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



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


Re: [all] Current version of Clover in Maven repos?

Posted by Ben Walding <be...@walding.com>.
I normally just email their support address asking for the jar for the 
maven repo.  They usually respond fairly quickly.

Mark R. Diggory wrote:

> I'll push this onto the Maven list.
>
> Maven Folks, do we have some sort of agreement with Clover for its 
> usage within Maven? were looking to upgrade to 1.2.4. Is this painless?
>
> http://www.ibiblio.org/maven/clover/jars/
>
> -Mark
>
>
> Gary Gregory wrote:
>
>> Hello,
>>
>> How can we get the current release of Clover in the Maven repository?
>> When I run the Codec build, I see:
>>
>> [clover-report] Clover Version 1.2, built on June 10 2003
>>
>> The current version is 1.2.4 according to
>> http://www.thecortex.net/clover
>>
>> Thank you,
>> Gary
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
>> For additional commands, e-mail: commons-dev-help@jakarta.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


Custom javadoc goal for unit tests not working

Posted by Ian Black <ib...@pacemetrics.com>.
Hi,

Excuse me if this is a stupid question. I'm not that offay with Maven
really.

I've been having trouble getting Maven to javadoc my unit tests.
I've trawled the net trying to find a solution to it to no avail.

So, I've endeavoured to write my own maven.xml goal.

  <goal name="javadoc:unittest">
  <echo>${maven.javadoc.destdir}</echo>
  <javadoc
  sourcepath="${maven.test.src}"
  packagenames="${pom.package}.*"
  destdir="${maven.javadoc.destdir}"
  version="${maven.javadoc.version}"
  classpath="${ui.classpath}"
  stylesheetfile="${maven.javadoc.stylesheet}"/>
  </goal>

It can't seem to find the packages referred to in the src files!!???
Now I await the flood of answers telling me why I can't do that or pointing
out something really obvious :)

Thanks.

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.654 / Virus Database: 419 - Release Date: 06/04/2004


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


RE: [all] Current version of Clover in Maven repos?

Posted by Henri Yandell <ba...@generationjava.com>.
I'd also asked Cortex for an Apache wide licence for Clover and they'd
been happy with that but I then dropped the ball at talking to
Infrastructure about exactly how we would manage that. Keep meaning to
pick it up again, but the usual busy/lack-of-itch excuses.

Hen

On Wed, 21 Apr 2004, Vincent Massol wrote:

> Good timing. I've asked TheCortex yesterday for a maven-specific clover
> 1.2.4 version to put on ibiblio.
>
> Thanks
> -Vincent
>
> > -----Original Message-----
> > From: Mark R. Diggory [mailto:mdiggory@latte.harvard.edu]
> > Sent: 20 April 2004 23:54
> > To: Jakarta Commons Developers List; Maven Users List
> > Subject: Re: [all] Current version of Clover in Maven repos?
> >
> > I'll push this onto the Maven list.
> >
> > Maven Folks, do we have some sort of agreement with Clover for its
> usage
> > within Maven? were looking to upgrade to 1.2.4. Is this painless?
> >
> > http://www.ibiblio.org/maven/clover/jars/
> >
> > -Mark
> >
> >
> > Gary Gregory wrote:
> >
> > >Hello,
> > >
> > >How can we get the current release of Clover in the Maven repository?
> > >
> > >When I run the Codec build, I see:
> > >
> > >[clover-report] Clover Version 1.2, built on June 10 2003
> > >
> > >The current version is 1.2.4 according to
> > >http://www.thecortex.net/clover
> > >
> > >Thank you,
> > >Gary
> > >
> > >
> > >
> > >---------------------------------------------------------------------
> > >To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
> > >For additional commands, e-mail: commons-dev-help@jakarta.apache.org
> > >
> > >
> > >
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
> > For additional commands, e-mail: commons-dev-help@jakarta.apache.org
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: commons-dev-help@jakarta.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


RE: [all] Current version of Clover in Maven repos?

Posted by Henri Yandell <ba...@generationjava.com>.
I'd also asked Cortex for an Apache wide licence for Clover and they'd
been happy with that but I then dropped the ball at talking to
Infrastructure about exactly how we would manage that. Keep meaning to
pick it up again, but the usual busy/lack-of-itch excuses.

Hen

On Wed, 21 Apr 2004, Vincent Massol wrote:

> Good timing. I've asked TheCortex yesterday for a maven-specific clover
> 1.2.4 version to put on ibiblio.
>
> Thanks
> -Vincent
>
> > -----Original Message-----
> > From: Mark R. Diggory [mailto:mdiggory@latte.harvard.edu]
> > Sent: 20 April 2004 23:54
> > To: Jakarta Commons Developers List; Maven Users List
> > Subject: Re: [all] Current version of Clover in Maven repos?
> >
> > I'll push this onto the Maven list.
> >
> > Maven Folks, do we have some sort of agreement with Clover for its
> usage
> > within Maven? were looking to upgrade to 1.2.4. Is this painless?
> >
> > http://www.ibiblio.org/maven/clover/jars/
> >
> > -Mark
> >
> >
> > Gary Gregory wrote:
> >
> > >Hello,
> > >
> > >How can we get the current release of Clover in the Maven repository?
> > >
> > >When I run the Codec build, I see:
> > >
> > >[clover-report] Clover Version 1.2, built on June 10 2003
> > >
> > >The current version is 1.2.4 according to
> > >http://www.thecortex.net/clover
> > >
> > >Thank you,
> > >Gary
> > >
> > >
> > >
> > >---------------------------------------------------------------------
> > >To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
> > >For additional commands, e-mail: commons-dev-help@jakarta.apache.org
> > >
> > >
> > >
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
> > For additional commands, e-mail: commons-dev-help@jakarta.apache.org
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: commons-dev-help@jakarta.apache.org
>


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


RE: [all] Current version of Clover in Maven repos?

Posted by Vincent Massol <vm...@pivolis.com>.
Good timing. I've asked TheCortex yesterday for a maven-specific clover
1.2.4 version to put on ibiblio.

Thanks
-Vincent

> -----Original Message-----
> From: Mark R. Diggory [mailto:mdiggory@latte.harvard.edu]
> Sent: 20 April 2004 23:54
> To: Jakarta Commons Developers List; Maven Users List
> Subject: Re: [all] Current version of Clover in Maven repos?
> 
> I'll push this onto the Maven list.
> 
> Maven Folks, do we have some sort of agreement with Clover for its
usage
> within Maven? were looking to upgrade to 1.2.4. Is this painless?
> 
> http://www.ibiblio.org/maven/clover/jars/
> 
> -Mark
> 
> 
> Gary Gregory wrote:
> 
> >Hello,
> >
> >How can we get the current release of Clover in the Maven repository?
> >
> >When I run the Codec build, I see:
> >
> >[clover-report] Clover Version 1.2, built on June 10 2003
> >
> >The current version is 1.2.4 according to
> >http://www.thecortex.net/clover
> >
> >Thank you,
> >Gary
> >
> >
> >
> >---------------------------------------------------------------------
> >To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
> >For additional commands, e-mail: commons-dev-help@jakarta.apache.org
> >
> >
> >
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: commons-dev-help@jakarta.apache.org



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


RE: [all] Current version of Clover in Maven repos?

Posted by Vincent Massol <vm...@pivolis.com>.
Good timing. I've asked TheCortex yesterday for a maven-specific clover
1.2.4 version to put on ibiblio.

Thanks
-Vincent

> -----Original Message-----
> From: Mark R. Diggory [mailto:mdiggory@latte.harvard.edu]
> Sent: 20 April 2004 23:54
> To: Jakarta Commons Developers List; Maven Users List
> Subject: Re: [all] Current version of Clover in Maven repos?
> 
> I'll push this onto the Maven list.
> 
> Maven Folks, do we have some sort of agreement with Clover for its
usage
> within Maven? were looking to upgrade to 1.2.4. Is this painless?
> 
> http://www.ibiblio.org/maven/clover/jars/
> 
> -Mark
> 
> 
> Gary Gregory wrote:
> 
> >Hello,
> >
> >How can we get the current release of Clover in the Maven repository?
> >
> >When I run the Codec build, I see:
> >
> >[clover-report] Clover Version 1.2, built on June 10 2003
> >
> >The current version is 1.2.4 according to
> >http://www.thecortex.net/clover
> >
> >Thank you,
> >Gary
> >
> >
> >
> >---------------------------------------------------------------------
> >To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
> >For additional commands, e-mail: commons-dev-help@jakarta.apache.org
> >
> >
> >
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: commons-dev-help@jakarta.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


Re: [all] Current version of Clover in Maven repos?

Posted by "Mark R. Diggory" <md...@latte.harvard.edu>.
I'll push this onto the Maven list.

Maven Folks, do we have some sort of agreement with Clover for its usage 
within Maven? were looking to upgrade to 1.2.4. Is this painless?

http://www.ibiblio.org/maven/clover/jars/

-Mark


Gary Gregory wrote:

>Hello,
>
>How can we get the current release of Clover in the Maven repository? 
>
>When I run the Codec build, I see:
>
>[clover-report] Clover Version 1.2, built on June 10 2003
>
>The current version is 1.2.4 according to
>http://www.thecortex.net/clover
>
>Thank you,
>Gary 
>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
>For additional commands, e-mail: commons-dev-help@jakarta.apache.org
>
>  
>


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


Re: [all] Current version of Clover in Maven repos?

Posted by "Mark R. Diggory" <md...@latte.harvard.edu>.
I'll push this onto the Maven list.

Maven Folks, do we have some sort of agreement with Clover for its usage 
within Maven? were looking to upgrade to 1.2.4. Is this painless?

http://www.ibiblio.org/maven/clover/jars/

-Mark


Gary Gregory wrote:

>Hello,
>
>How can we get the current release of Clover in the Maven repository? 
>
>When I run the Codec build, I see:
>
>[clover-report] Clover Version 1.2, built on June 10 2003
>
>The current version is 1.2.4 according to
>http://www.thecortex.net/clover
>
>Thank you,
>Gary 
>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
>For additional commands, e-mail: commons-dev-help@jakarta.apache.org
>
>  
>


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