[GitHub] cordova-windows pull request: don't copy resource-files at plugin ...

2016-02-15 Thread biasmv
Github user biasmv commented on the pull request: https://github.com/apache/cordova-windows/pull/139#issuecomment-184110837 That's fantastic! Thanks for merging. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If

[GitHub] cordova-windows pull request: don't copy resource-files at plugin ...

2016-02-10 Thread biasmv
Github user biasmv commented on the pull request: https://github.com/apache/cordova-windows/pull/139#issuecomment-182249434 Hi, just to follow up on this. I've changed the code to use relative paths. We have been using this version for a while for testing our plugin a

[GitHub] cordova-windows pull request: don't copy resource-files at plugin ...

2016-02-01 Thread biasmv
Github user biasmv commented on the pull request: https://github.com/apache/cordova-windows/pull/139#issuecomment-178005303 Thanks for taking a look! I agree that it would be better to use relative paths. At the moment, csproj files are also referenced using absolute paths, so one

[GitHub] cordova-windows pull request: don't copy resource-files at plugin ...

2016-01-27 Thread biasmv
Github user biasmv commented on the pull request: https://github.com/apache/cordova-windows/pull/139#issuecomment-175489700 Cool, thanks! --- 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

[GitHub] cordova-windows pull request: don't copy resource-files at plugin ...

2016-01-25 Thread biasmv
Github user biasmv commented on the pull request: https://github.com/apache/cordova-windows/pull/139#issuecomment-174499126 @sgrebnov: I've verified that it's still possible to have files in non-root folder locations. I've inserted the following into my project (which

[GitHub] cordova-windows pull request: don't copy resource-files at plugin ...

2016-01-23 Thread biasmv
Github user biasmv commented on the pull request: https://github.com/apache/cordova-windows/pull/139#issuecomment-174159467 Yeah, that was confusing to me as well. My plugin uses an unmanaged native dll that I'm referencing from C# code. As described in the links below, it&#

[GitHub] cordova-windows pull request: don't copy resource-files at plugin ...

2016-01-18 Thread biasmv
GitHub user biasmv opened a pull request: https://github.com/apache/cordova-windows/pull/139 don't copy resource-files at plugin install Instead, reference the file in the plugin directory. This allows to have multiple source files map to the same destination file insid