You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bigtop.apache.org by "Johnny Zhang (Updated) (JIRA)" <ji...@apache.org> on 2012/04/14 01:39:17 UTC

[jira] [Updated] (BIGTOP-531) package metadata check error: when description is empty, the summary will append text "description" at the end of summary

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

Johnny Zhang updated BIGTOP-531:
--------------------------------

    Description: 
for example, the zookeeper-server's metadata is:
.....
<metadata>
      <summary>This runs the zookeeper server on startup.</summary>
      <description></description>
.....

when doing the matching, the code is looking for "This runs the zookeeper server on startup. description" as summary, hence get error message:
checking description on package zookeeper-server Expected: "This runs the zookeeper server on startup. description"      got: "This runs the zookeeper server on startup." 


  was:
for example, the zookeeper-server's metadata is:
.....
<metadata>
      <summary>This runs the zookeeper server on startup.</summary>
      <description></description>
.....

when doing the matching, the code is looking for "This runs the zookeeper server on startup. description" as summary, hence get error message:
{noformat}
checking description on package zookeeper-server Expected: "This runs the zookeeper server on startup. description"      got: "This runs the zookeeper server on startup." 
{noformat}

    
> package metadata check error: when description is empty, the summary will append text "description" at the end of summary
> -------------------------------------------------------------------------------------------------------------------------
>
>                 Key: BIGTOP-531
>                 URL: https://issues.apache.org/jira/browse/BIGTOP-531
>             Project: Bigtop
>          Issue Type: Bug
>            Reporter: Johnny Zhang
>
> for example, the zookeeper-server's metadata is:
> .....
> <metadata>
>       <summary>This runs the zookeeper server on startup.</summary>
>       <description></description>
> .....
> when doing the matching, the code is looking for "This runs the zookeeper server on startup. description" as summary, hence get error message:
> checking description on package zookeeper-server Expected: "This runs the zookeeper server on startup. description"      got: "This runs the zookeeper server on startup." 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira