You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Nico Kruber (JIRA)" <ji...@apache.org> on 2017/02/16 08:38:42 UTC

[jira] [Created] (FLINK-5814) flink-dist creates wrong symlink when not used with cleaned before

Nico Kruber created FLINK-5814:
----------------------------------

             Summary: flink-dist creates wrong symlink when not used with cleaned before
                 Key: FLINK-5814
                 URL: https://issues.apache.org/jira/browse/FLINK-5814
             Project: Flink
          Issue Type: Bug
          Components: Build System
    Affects Versions: 1.2.0
            Reporter: Nico Kruber
            Assignee: Nico Kruber
            Priority: Minor


If {{<flink-dir>/build-target}} already exists, 'mvn package' for flink-dist  will create a symbolic link *inside* {{<flink-dir>/build-target}} instead of replacing that symlink. This is due to the behaviour of {{ln \-sf}} for target links that point to directories and may be solved by adding the {{--no-dereference}} parameter.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)