Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-12470] SDK build needs to include updated components from node-appc

GitHub Issuen/a
TypeBug
PriorityHigh
StatusClosed
ResolutionFixed
Resolution Date2013-01-29T19:28:25.000+0000
Affected Version/sRelease 3.0.2
Fix Version/sRelease 3.0.2, Release 3.1.0, 2013 Sprint 03 JS, 2013 Sprint 03
ComponentsCLI
Labelsqe-sdk3.0.2
ReporterEric Merriman
AssigneeChris Barber
Created2013-01-29T03:36:30.000+0000
Updated2014-06-19T12:43:34.000+0000

Description

While generating the instructions for the test team, I realized that one of the steps required editing the SDK node-appc folder. The current SDK contains the older version of the repo. Steps to reproduce: 1) Install SDK 3.0.2.v20130128174806 from the CI page 2) Check contents of 3.0.2.v20130128174806/node_modules/node-appc Result: Older content than current repo Expected: Contact matches current repo

Comments

  1. Chris Barber 2013-01-29

    Master pull request: https://github.com/appcelerator/titanium_mobile/pull/3815 3.0.X pull request: https://github.com/appcelerator/titanium_mobile/pull/3816
  2. Chris Barber 2013-01-29

    To test, run "scons", unzip the generated zip file, and notice that the dist/mobilesdk--osx/mobilesdk/osx//node_modules/node-appc/package.json is set to version 0.1.27 (the latest STABLE). Next run "scons node-appc-branch=master", unzip the generated zip file, and notice that the dist/mobilesdk--osx/mobilesdk/osx//node_modules/node-appc/package.json is set to version 0.1.28 (the latest UNSTABLE).
  3. Eric Merriman 2013-02-05

    Verified SDK 3.0.2.v20130201161712 contains "version": "0.1.28" in package.json. Closing.

JSON Source