[TIMOB-12745] CLI : CLI 'waits for the device' even though the build only flag is specified in the command for android
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | Medium |
| Status | Closed |
| Resolution | Duplicate |
| Resolution Date | 2013-06-11T23:04:50.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | n/a |
| Components | CLI |
| Labels | qe-sdk3.0.2 |
| Reporter | Lokesh Choudhary |
| Assignee | Chris Barber |
| Created | 2013-02-14T23:52:14.000+0000 |
| Updated | 2017-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
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.
Closing ticket as duplicate with reference to the above comments.