Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-17515] Windows: Refactor windows detection code into windowslib

GitHub Issuen/a
TypeImprovement
PriorityHigh
StatusClosed
ResolutionFixed
Resolution Date2014-11-13T19:27:23.000+0000
Affected Version/sn/a
Fix Version/sRelease 4.1.0
ComponentsCLI, Windows
Labelsmerge-3.4.2
ReporterIngo Muschenetz
AssigneeChris Barber
Created2014-08-19T16:46:44.000+0000
Updated2017-03-14T21:19:08.000+0000

Description

windowslib is the communication library we use when interacting with Windows devices. In this case, it does not yet exist, but needs to be pulled from the existing Windows detection code done for the Windows Hybrid SDK. It needs to both the needs of the current Titanium CLI as well as the tiO2 project. https://github.com/appcelerator/windowslib This task involves both the initial refactoring, as well as integrating it back into https://github.com/appcelerator/tio2 and https://github.com/appcelerator/titanium.

Comments

  1. Chris Barber 2014-11-12

    Pull request: https://github.com/appcelerator/windowslib/pull/1
  2. Chris Barber 2014-11-12

    To test, run npm test. You will need a device to run all tests. The real test will be once windowslib is dropped into the Titanium SDK.
  3. Christopher Williams 2014-11-12

    Merged the PR to windowslib. Two caveats: - The user must change their ExecutionPolicy first by doing:
       Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
       
    - When the device tests are running, you need to ensure the connected device is not asleep/locked or connecting will fail.
  4. Lee Morris 2017-03-14

    Closing ticket as fixed.

JSON Source