[
https://issues.apache.org/jira/browse/DL-182?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15817525#comment-15817525
]
Hudson commented on DL-182:
---------------------------
UNSTABLE: Integrated in Jenkins build distributedlog-nightly-build #185 (See
[https://builds.apache.org/job/distributedlog-nightly-build/185/])
DL-182: assembled package should include README.md (sijie: rev
bd13f74c5d2727b5cd3d591e8a0de9ab27553053)
* (edit) src/assemble/src.xml
> 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)