You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Chris Douglas (JIRA)" <ji...@apache.org> on 2007/10/28 02:34:50 UTC

[jira] Updated: (HADOOP-2104) clover description attribute suppresses all other targets in -projecthelp

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

Chris Douglas updated HADOOP-2104:
----------------------------------

    Attachment: 2104-0.patch

Added descriptions for a subset of tasks (typically copying comments in build.xml)

> clover description attribute suppresses all other targets in -projecthelp
> -------------------------------------------------------------------------
>
>                 Key: HADOOP-2104
>                 URL: https://issues.apache.org/jira/browse/HADOOP-2104
>             Project: Hadoop
>          Issue Type: Bug
>          Components: build
>            Reporter: Chris Douglas
>             Fix For: 0.16.0
>
>         Attachments: 2104-0.patch
>
>
> Running "ant -projecthelp" should print a list of available targets; instead it outputs:
> {noformat}
> Buildfile: build.xml
> Main targets:
>  clover  Instrument the Unit tests using Clover.  Requires a Clover license and clover.jar in the ANT classpath.  To use, specify -Drun.clover=true on the command line.
> Default target: compile
> {noformat}
> When ant has "main" targets- i.e. targets with descriptions- by default it only outputs those targets when run with -projecthelp. Since clover is the only target in build.xml with a description, it's the only target reported to the user. The description should either be removed or descriptions should be added to some subset of targets.

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