[GitHub] cordova-android pull request #326: CB-11771 Deep symlink directories to targ...

2016-10-13 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/cordova-android/pull/326


---
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.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



[GitHub] cordova-android pull request #326: CB-11771 Deep symlink directories to targ...

2016-08-26 Thread mbektchiev
GitHub user mbektchiev opened a pull request:

https://github.com/apache/cordova-android/pull/326

CB-11771 Deep symlink directories to target project instead of linking the 
directory itself

When installing a plugin with custom library using the --link option the 
whole directory is symlinked and temporary
files leak into the original plugin directory on build. This leads to 
broken builds if the same plugin is linked in
2 projects targeting different Cordova versions.

fixes [CB-11771 Installing plugin with symlink option pollutes original 
directory with intermediate 
files](https://issues.apache.org/jira/browse/CB-11771)

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/Icenium/cordova-android bektchiev/deep-symlink

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/cordova-android/pull/326.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 #326


commit 817fc3ae70443e06ea9e6e6af298e7d839b0ff2a
Author: Martin Bektchiev 
Date:   2016-08-26T15:21:23Z

CB-11771 Deep symlink directories to target project instead of linking the 
directory itself

When installing a plugin with custom library using the --link option the 
whole directory is symlinked and temporary
files leak into the original plugin directory on build. This leads to 
broken builds if the same plugin is linked in
2 projects targeting different Cordova versions.




---
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.
---

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org