You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by bo...@apache.org on 2005/05/02 16:33:30 UTC

cvs commit: gump/project clover.xml

bodewig     2005/05/02 07:33:30

  Modified:    profile  gump.xml
  Added:       project  clover.xml
  Log:
  Add clover
  
  Revision  Changes    Path
  1.554     +2 -0      gump/profile/gump.xml
  
  Index: gump.xml
  ===================================================================
  RCS file: /home/cvs/gump/profile/gump.xml,v
  retrieving revision 1.553
  retrieving revision 1.554
  diff -u -r1.553 -r1.554
  --- gump.xml	28 Apr 2005 09:54:30 -0000	1.553
  +++ gump.xml	2 May 2005 14:33:30 -0000	1.554
  @@ -279,6 +279,7 @@
     <module href="project/bsf.xml"/>
     <module href="project/castor.xml"/>
     <module href="project/caucho-libs.xml"/>
  +  <module href="project/clover.xml"/>
     <module href="project/commonj.xml"/>
     <module href="project/cryptix.xml"/>
     <module href="project/domts.xml"/>
  @@ -388,6 +389,7 @@
     <!--project name="beaver"           package="beaver-0.9.3.4"/-->
     <project name="bsf"              package="bsf-2_2"/>
     <project name="classworlds"      package="classworlds-1.0"/>
  +  <project name="clover"           package="clover"/>
     <project name="commonj"          package="commonj"/>
     <project name="concurrent"       package="dougLea"/>
     <project name="cos"              package="cos-05Nov2002"/>
  
  
  
  1.1                  gump/project/clover.xml
  
  Index: clover.xml
  ===================================================================
  <?xml version="1.0" ?>
  <!--
    Copyright 2005 The Apache Software Foundation
  
    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.
    You may obtain a copy of the License at
  
         http://www.apache.org/licenses/LICENSE-2.0
  
    Unless required by applicable law or agreed to in writing, software
    distributed under the License is distributed on an "AS IS" BASIS,
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.
  -->
  <module name="clover">
  
    <url  href="http://www.cenqua.com/clover/">
    <description>
      code coverage tool
    </description>
  
    <project name="clover">
      <jar name="clover.jar"/>
    </project>
  
  </module>
  
  
  

Re: cvs commit: gump/project clover.xml

Posted by Stefan Bodewig <bo...@apache.org>.
On 2 May 2005, <bo...@apache.org> wrote:

>   Add clover

I've installed the ASF-wide license file on brutus, or at least I
think I did since I followed the instructions from the committers
module.

And then I also manually installed the clover Maven plugin
(monkey-typing a command line provided by Vincent Massol).

This is what I received:

,----
| BUILD FAILED
| File...... /home/gump/.maven/cache/maven-plugin-plugin-1.5.2/plugin.jelly
| Element... ant:copy
| Line...... 195
| Column.... 67
| Failed to copy /home/gump/.maven/repository/maven/plugins/maven-clover-plugin-1.8.jar to /opt/maven/plugins/maven-clover-plugin-1.8.jar due to /opt/maven/plugins/maven-clover-plugin-1.8.jar (Permission denied)
`----

Which is fine since I didn't intend to install it globally anyway, so
I copied the jar to .maven/plugins.

Hope this is going to work in the Gump setup ...

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@gump.apache.org
For additional commands, e-mail: general-help@gump.apache.org