[jira] Updated: (ZOOKEEPER-56) Add clover support to build.xml

2008-08-13 Thread Mahadev konar (JIRA)

 [ 
https://issues.apache.org/jira/browse/ZOOKEEPER-56?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mahadev konar updated ZOOKEEPER-56:
---

  Resolution: Fixed
Hadoop Flags: [Reviewed]
  Status: Resolved  (was: Patch Available)

I just committed this. Thanks Patrick.

> Add clover support to build.xml
> ---
>
> Key: ZOOKEEPER-56
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-56
> Project: Zookeeper
>  Issue Type: Improvement
>  Components: build
>Reporter: Patrick Hunt
>Assignee: Patrick Hunt
> Fix For: 3.0.0
>
> Attachments: ZOOKEEPER-56.patch, ZOOKEEPER-56.patch
>
>
> Clover is what ASF uses for code coverage. We currently have cobertura, but 
> need to add support for clover (keep the existing cobertura support for 
> individual developers to use). Clover is run automatically by ASF Hudson.
> Hadoop has support for clover in their build.xml, port their clover related 
> targets into zookeeper build.xml

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (ZOOKEEPER-56) Add clover support to build.xml

2008-08-11 Thread Patrick Hunt (JIRA)

 [ 
https://issues.apache.org/jira/browse/ZOOKEEPER-56?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Patrick Hunt updated ZOOKEEPER-56:
--

Attachment: ZOOKEEPER-56.patch

Made forkmode a configurable option (and a couple more junit options as well)

> Add clover support to build.xml
> ---
>
> Key: ZOOKEEPER-56
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-56
> Project: Zookeeper
>  Issue Type: Improvement
>  Components: build
>Reporter: Patrick Hunt
>Assignee: Patrick Hunt
> Fix For: 3.0.0
>
> Attachments: ZOOKEEPER-56.patch, ZOOKEEPER-56.patch
>
>
> Clover is what ASF uses for code coverage. We currently have cobertura, but 
> need to add support for clover (keep the existing cobertura support for 
> individual developers to use). Clover is run automatically by ASF Hudson.
> Hadoop has support for clover in their build.xml, port their clover related 
> targets into zookeeper build.xml

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (ZOOKEEPER-56) Add clover support to build.xml

2008-08-08 Thread Patrick Hunt (JIRA)

 [ 
https://issues.apache.org/jira/browse/ZOOKEEPER-56?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Patrick Hunt updated ZOOKEEPER-56:
--

Status: Patch Available  (was: Open)

> Add clover support to build.xml
> ---
>
> Key: ZOOKEEPER-56
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-56
> Project: Zookeeper
>  Issue Type: Improvement
>  Components: build
>Reporter: Patrick Hunt
>Assignee: Patrick Hunt
> Fix For: 3.0.0
>
> Attachments: ZOOKEEPER-56.patch
>
>
> Clover is what ASF uses for code coverage. We currently have cobertura, but 
> need to add support for clover (keep the existing cobertura support for 
> individual developers to use). Clover is run automatically by ASF Hudson.
> Hadoop has support for clover in their build.xml, port their clover related 
> targets into zookeeper build.xml

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (ZOOKEEPER-56) Add clover support to build.xml

2008-08-08 Thread Patrick Hunt (JIRA)

 [ 
https://issues.apache.org/jira/browse/ZOOKEEPER-56?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Patrick Hunt updated ZOOKEEPER-56:
--

Attachment: ZOOKEEPER-56.patch

adds clover 2 support to build (clover1 didn't work as we use java5 features)

1) CLOVER_HOME must be set to home of licensed clover-ant version 2+
2) -Drun.clover=true must be set

CLOVER_HOME=/path/to/clover ant -Drun.clover=true test

run generate-clover-reports to generate reports

> Add clover support to build.xml
> ---
>
> Key: ZOOKEEPER-56
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-56
> Project: Zookeeper
>  Issue Type: Improvement
>  Components: build
>Reporter: Patrick Hunt
>Assignee: Andrew Kornev
> Fix For: 3.0.0
>
> Attachments: ZOOKEEPER-56.patch
>
>
> Clover is what ASF uses for code coverage. We currently have cobertura, but 
> need to add support for clover (keep the existing cobertura support for 
> individual developers to use). Clover is run automatically by ASF Hudson.
> Hadoop has support for clover in their build.xml, port their clover related 
> targets into zookeeper build.xml

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.