Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-12745] CLI : CLI 'waits for the device' even though the build only flag is specified in the command for android

GitHub Issuen/a
TypeBug
PriorityMedium
StatusClosed
ResolutionDuplicate
Resolution Date2013-06-11T23:04:50.000+0000
Affected Version/sn/a
Fix Version/sn/a
ComponentsCLI
Labelsqe-sdk3.0.2
ReporterLokesh Choudhary
AssigneeChris Barber
Created2013-02-14T23:52:14.000+0000
Updated2017-03-21T22:43:34.000+0000

Description

Description: 1.Run the command in CLI : "ti build -p android -f --build-only -d 'proj-dir' " 2.Check out the output on cli Actual result: 1.The project builds but the CLI waits for the device We see something like this:
[INFO]  Project built successfully in 6s 209ms

[DEBUG] C:\Users\QEtester\Desktop\android-sdk-windows\platform-tools\adb.exe start-server
- waiting for device -
Expected Result: 1.The CLI should only build the project but not wait for the device in build only senario

Comments

  1. Chris Barber 2013-06-11

    Dupe of TIMOB-12034. Besides Android build current does not honor the --build-only flag. It should produce the same identical results as without the flag. This will be fixed for 3.2.0.
  2. Lee Morris 2017-03-21

    Closing ticket as duplicate with reference to the above comments.

JSON Source