GitHub user StephanEwen opened a pull request: https://github.com/apache/flink/pull/333
[FLINK-1330] [build] Build creates a link in the root directory to the build target directory The sym link allows you to find the target directory of the build fast. It looks like this ``` lrwxrwxrwx 1 user group 84 Jan 24 12:13 build-target -> /data/repositories/flink/flink-dist/target/flink-0.9-SNAPSHOT-bin/flink-0.9-SNAPSHOT/ drwxrwxr-x 9 user group 4096 Jan 24 11:25 docs/ drwxrwxr-x 12 user group 4096 Jan 24 11:55 flink-addons/ drwxrwxr-x 5 user group 4096 Jan 24 11:54 flink-clients/ drwxrwxr-x 5 user group 4096 Jan 24 11:54 flink-compiler/ ... ``` You can merge this pull request into a Git repository by running: $ git pull https://github.com/StephanEwen/incubator-flink sym_link Alternatively you can review and apply these changes as the patch at: https://github.com/apache/flink/pull/333.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #333 ---- commit dd321379e77895c439bd83d22fcb8025dd654247 Author: Stephan Ewen <se...@apache.org> Date: 2015-01-24T20:19:38Z [FLINK-1330] [build] Build creates a link in the root directory to the build target directory ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---