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/26 00:08:50 UTC

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

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


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.


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

Posted by "Chris Douglas (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-2104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

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

    Priority: Trivial  (was: Major)

> 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
>            Priority: Trivial
>             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.


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

Posted by "Chris Douglas (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-2104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

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

    Status: Patch Available  (was: Open)

> 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
>            Priority: Trivial
>             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.


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

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-2104?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12544778 ] 

Hudson commented on HADOOP-2104:
--------------------------------

Integrated in Hadoop-Nightly #311 (See [http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Nightly/311/])

> 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
>            Assignee: Chris Douglas
>            Priority: Trivial
>             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.


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

Posted by "Chris Douglas (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-2104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

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

    Status: Patch Available  (was: Open)

Failed HADOOP-2112 ; trying again

> 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
>            Priority: Trivial
>             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.


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

Posted by "Devaraj Das (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-2104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Devaraj Das reassigned HADOOP-2104:
-----------------------------------

    Assignee: Chris Douglas

> 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
>            Assignee: Chris Douglas
>            Priority: Trivial
>             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.


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

Posted by "Hadoop QA (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-2104?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12540620 ] 

Hadoop QA commented on HADOOP-2104:
-----------------------------------

+1 overall.  Here are the results of testing the latest attachment 
http://issues.apache.org/jira/secure/attachment/12368551/2104-0.patch
against trunk revision r592551.

    @author +1.  The patch does not contain any @author tags.

    javadoc +1.  The javadoc tool did not generate any warning messages.

    javac +1.  The applied patch does not generate any new compiler warnings.

    findbugs +1.  The patch does not introduce any new Findbugs warnings.

    core tests +1.  The patch passed core unit tests.

    contrib tests +1.  The patch passed contrib unit tests.

Test results: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/1071/testReport/
Findbugs warnings: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/1071/artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html
Checkstyle results: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/1071/artifact/trunk/build/test/checkstyle-errors.html
Console output: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/1071/console

This message is automatically generated.

> 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
>            Priority: Trivial
>             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.


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

Posted by "Chris Douglas (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-2104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

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

    Status: Open  (was: Patch Available)

> 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
>            Priority: Trivial
>             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.


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

Posted by "Devaraj Das (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-2104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Devaraj Das updated HADOOP-2104:
--------------------------------

    Resolution: Fixed
        Status: Resolved  (was: Patch Available)

I just committed this. Thanks, Chris!

> 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
>            Assignee: Chris Douglas
>            Priority: Trivial
>             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.


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

Posted by "Chris Douglas (JIRA)" <ji...@apache.org>.
     [ 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.


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

Posted by "dhruba borthakur (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-2104?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12542526 ] 

dhruba borthakur commented on HADOOP-2104:
------------------------------------------

+1. Code changes look good.

> 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
>            Priority: Trivial
>             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.


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

Posted by "Hadoop QA (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-2104?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12538387 ] 

Hadoop QA commented on HADOOP-2104:
-----------------------------------

-1 overall.  Here are the results of testing the latest attachment 
http://issues.apache.org/jira/secure/attachment/12368551/2104-0.patch
against trunk revision r588778.

    @author +1.  The patch does not contain any @author tags.

    javadoc +1.  The javadoc tool did not generate any warning messages.

    javac +1.  The applied patch does not generate any new compiler warnings.

    findbugs +1.  The patch does not introduce any new Findbugs warnings.

    core tests -1.  The patch failed core unit tests.

    contrib tests +1.  The patch passed contrib unit tests.

Test results: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/1017/testReport/
Findbugs warnings: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/1017/artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html
Checkstyle results: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/1017/artifact/trunk/build/test/checkstyle-errors.html
Console output: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/1017/console

This message is automatically generated.

> 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
>            Priority: Trivial
>             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.