You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cordova.apache.org by sgrebnov <gi...@git.apache.org> on 2015/09/08 14:03:54 UTC

[GitHub] cordova-lib pull request: CB-8615, CB-9588 Better Cordova plugin s...

GitHub user sgrebnov opened a pull request:

    https://github.com/apache/cordova-lib/pull/301

    CB-8615, CB-9588 Better Cordova plugin support for Windows 10 assemblies

    * `target-dir` support for `<framework>` elements  so that plugin devs can specify different subdirs for platform specific libs and avoid naming conflict(CB-8615)
    * `<resource-file>` support(CB-9588)
    * missing Windows10 project tests
    * tests to cover CB-9588 and CB-8615
    
    Some of unit tests might fail as we added tests for Windows10 project and there is the following fix which is required for correct semver work (CB-9601): https://github.com/apache/cordova-lib/pull/300


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

    $ git pull https://github.com/MSOpenTech/cordova-lib CB-8615

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

    https://github.com/apache/cordova-lib/pull/301.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 #301
    
----
commit dbf054d7bec372de01f418590f3d51e652dc0c5e
Author: sgrebnov <v-...@microsoft.com>
Date:   2015-09-03T16:19:28Z

    CB-8615 (Windows) .winmd files with the same names are not added properly when using framework tag with target attribute

commit 06e7285b5941510a6073a0456189f092207ebc3e
Author: sgrebnov <v-...@microsoft.com>
Date:   2015-09-04T18:12:43Z

    CB-8615 Improves plugman tests for Windows
    
    * Adds Windows10 project to tests
    * Verifies <framework> copy dir
    * Verifies <framework> reference string
    * Adds tests for target-dir and versions attributes

commit a0546b747413674341084f09849adf85f043aff5
Author: sgrebnov <v-...@microsoft.com>
Date:   2015-09-07T16:23:27Z

    CB-9588 Plugman. Add support for <resource-file> on Windows
    
    * Also includes corresponding unit tests

----


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] cordova-lib pull request: CB-8615, CB-9588 Better Cordova plugin s...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/cordova-lib/pull/301


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] cordova-lib pull request: CB-8615, CB-9588 Better Cordova plugin s...

Posted by vladimir-kotikov <gi...@git.apache.org>.
Github user vladimir-kotikov commented on the pull request:

    https://github.com/apache/cordova-lib/pull/301#issuecomment-140721560
  
    @sgrebnov, please update apache/cordova-docs with new attributes description.


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] cordova-lib pull request: CB-8615, CB-9588 Better Cordova plugin s...

Posted by sgrebnov <gi...@git.apache.org>.
Github user sgrebnov commented on the pull request:

    https://github.com/apache/cordova-lib/pull/301#issuecomment-138849439
  
    Tests fail as we added corresponding unit tests including tests for windows 10 proj which has semver related issue(CB-9601): https://github.com/apache/cordova-lib/pull/300 . If I apply that patch, then all tests pass.
    PS. Do you  want me to combine two PRs into a single one so that we have all changes, tests and required patches in one place?


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] cordova-lib pull request: CB-8615, CB-9588 Better Cordova plugin s...

Posted by nikhilkh <gi...@git.apache.org>.
Github user nikhilkh commented on the pull request:

    https://github.com/apache/cordova-lib/pull/301#issuecomment-138603370
  
    @robpaveza to have a close look


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] cordova-lib pull request: CB-8615, CB-9588 Better Cordova plugin s...

Posted by sgrebnov <gi...@git.apache.org>.
Github user sgrebnov commented on the pull request:

    https://github.com/apache/cordova-lib/pull/301#issuecomment-138896325
  
    Tests pass now


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] cordova-lib pull request: CB-8615, CB-9588 Better Cordova plugin s...

Posted by sgrebnov <gi...@git.apache.org>.
Github user sgrebnov commented on the pull request:

    https://github.com/apache/cordova-lib/pull/301#issuecomment-138880965
  
    Rebased on top of master which now includes #300


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] cordova-lib pull request: CB-8615, CB-9588 Better Cordova plugin s...

Posted by vladimir-kotikov <gi...@git.apache.org>.
Github user vladimir-kotikov commented on the pull request:

    https://github.com/apache/cordova-lib/pull/301#issuecomment-140721339
  
    Tested, looks good.


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] cordova-lib pull request: CB-8615, CB-9588 Better Cordova plugin s...

Posted by nikhilkh <gi...@git.apache.org>.
Github user nikhilkh commented on the pull request:

    https://github.com/apache/cordova-lib/pull/301#issuecomment-138603331
  
    Looks like there are some CI test failures


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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