apache / cordova-plugman

Apache Cordova Plugman
https://cordova.apache.org/
Apache License 2.0
400 stars 151 forks source link

CB-8757 - Resolve any symlinks in order to avoid relative path issues #83

Closed mbektchiev closed 9 years ago

mbektchiev commented 9 years ago

Android projects residing in symlinked directories have problems similar to those listen in https://issues.apache.org/jira/browse/CB-8757 for iOS. I am proposing a better fix which is platform-agnostic and normalizes the paths as early as possible.

mbektchiev commented 9 years ago

You're right. I have opened a new PR which should be better.