[
https://issues.apache.org/jira/browse/TAMAYA-314?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16192117#comment-16192117
]
ASF subversion and git services commented on TAMAYA-314:
--------------------------------------------------------
Commit 642f6b3247f45300cce04149075a43cea4d96457 in incubator-tamaya's branch
refs/heads/master from [~hugo.hirsch]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-tamaya.git;h=642f6b3 ]
TAMAYA-314: Fix build warning while building assembly
Do not use SLASH but project basedirectory.
> Assembly of distribution is not platform-safe / build warning
> -------------------------------------------------------------
>
> Key: TAMAYA-314
> URL: https://issues.apache.org/jira/browse/TAMAYA-314
> Project: Tamaya
> Issue Type: Bug
> Components: Infrastructure
> Affects Versions: 0.3-incubating
> Reporter: Philipp Ottlinger
> Assignee: Philipp Ottlinger
> Fix For: 0.4-incubating
>
>
> Building locally with Java8 yields the following warning(s):
> {code}
> [INFO] --- maven-assembly-plugin:3.0.0:single (attach-distribution-src) @
> tamaya-distribution ---
> [INFO] Reading assembly descriptor: src/main/assembly/distribution-src.xml
> [WARNING] The assembly descriptor contains a filesystem-root relative
> reference, which is not cross platform compatible /
> [INFO] Copying files to
> /home/me/workspace2016/incubator-tamaya/distribution/target/apache-tamaya-distribution-0.4-incubating-SNAPSHOT-src
> [WARNING] Assembly file:
> /home/me/workspace2016/incubator-tamaya/distribution/target/apache-tamaya-distribution-0.4-incubating-SNAPSHOT-src
> is not a regular file (it may be a directory). It cannot be attached to the
> project build for installation or deployment.
> [WARNING] The assembly descriptor contains a filesystem-root relative
> reference, which is not cross platform compatible /
> [INFO] Building zip:
> /home/me/workspace2016/incubator-tamaya/distribution/target/apache-tamaya-distribution-0.4-incubating-SNAPSHOT-src.zip
> [WARNING] The assembly descriptor contains a filesystem-root relative
> reference, which is not cross platform compatible /
> [INFO] Building tar:
> /home/me/workspace2016/incubator-tamaya/distribution/target/apache-tamaya-distribution-0.4-incubating-SNAPSHOT-src.tar.gz
> [WARNING] Entry:
> apache-tamaya-distribution-0.4-incubating-SNAPSHOT-src/code/api/src/main/java/org/apache/tamaya/spi/
> longer than 100 characters.
> [WARNING] Resulting tar file can only be processed successfully by GNU
> compatible tar commands
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)