Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-18074] CLI: Build command errors as missing build/build_<platform>.log file

GitHub Issuen/a
TypeBug
PriorityHigh
StatusClosed
ResolutionFixed
Resolution Date2014-11-24T18:25:12.000+0000
Affected Version/sRelease 3.5.0
Fix Version/sRelease 3.5.0
ComponentsCLI
Labelsmodule_CLI, qe-manualtest
ReporterFeon Sua Xin Miao
AssigneeChris Barber
Created2014-11-24T02:29:20.000+0000
Updated2014-11-27T08:27:29.000+0000

Description

// run this under a project dir
ti build -p android

// error out this
events.js:72
        throw er; // Unhandled 'error' event
              ^
Error: ENOENT, open '/Users/feonsua/work/testapps/tester/build/build_android.log'
same for iOS build.

Comments

  1. Chris Barber 2014-11-24

    Thanks [~fmiao]! I fixed this issue in my local repo and now I just have to create the PR. :)
  2. Chris Barber 2014-11-24

    Master pull request: https://github.com/appcelerator/titanium_mobile/pull/6379
  3. Tim Poulsen 2014-11-24

    PR approved and merged. To test, before building a project, delete its build directory. Then, ti build -p <platform_name>
  4. Khushbu Agrawal 2014-11-27

    Closing ticket as fixed. Verified by running below commands from CLI for each platform. ti build -p android ti clean ti build -p android ti build -p iOS ti clean ti build -p iOS Tested on: 1. Mac OSX Yosemite 10.10 2. Appcelerator Studio, build: 3.4.1.201410281743 3. Titanium SDK, build: 3.5.0.v20141125154115 4. Titanium CLI, build: 3.4.1 5. Alloy: 1.5.1 6. Xcode 6.1 7. iOS SDK 8.1 8. iPhone 5s with iOS 8.1

JSON Source