You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@distributedlog.apache.org by "Sijie Guo (JIRA)" <ji...@apache.org> on 2017/01/11 05:01:58 UTC

[jira] [Resolved] (DL-182) assembled source package doesn't include README.md

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

Sijie Guo resolved DL-182.
--------------------------
    Resolution: Fixed

Issue resolved by merging pull request 112
      [https://github.com/apache/incubator-distributedlog/pull/112]

      {noformat}
      commit bd13f74c5d2727b5cd3d591e8a0de9ab27553053
Author:     xieliang <xi...@gmail.com>
AuthorDate: Tue Jan 10 21:00:58 2017 -0800
Commit:     Sijie Guo <si...@apache.org>
CommitDate: Tue Jan 10 21:00:58 2017 -0800

    DL-182: assembled package should include README.md
    
    Author: xieliang <xi...@gmail.com>
    
    Reviewers: Sijie Guo <si...@apache.org>
    
    Closes #112 from xieliang/DL-182-assembled

      {noformat}
      

> assembled source package doesn't include README.md
> --------------------------------------------------
>
>                 Key: DL-182
>                 URL: https://issues.apache.org/jira/browse/DL-182
>             Project: DistributedLog
>          Issue Type: Task
>            Reporter: Sijie Guo
>            Assignee: Liang Xie
>             Fix For: 0.4.0
>
>
> the src/assemble/bin.xml and src/assemble/src.xml have inconsistent settings.
> the bin.xml is looking for README.md
> {code}
>     <file>
>       <source>../README.md</source>
>       <outputDirectory>/</outputDirectory>
>       <fileMode>644</fileMode>
>     </file>
> {code}
> however, the src.xml doesn't include README.md in the source package.
> {code}
>       <includes>
>         <include>**/README</include>
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)