[TIMOB-7557] Android : When running scons, this was output in the console "'and' is not recognized as an internal or external command,"
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | Low |
| Status | Closed |
| Resolution | Won't Fix |
| Resolution Date | 2016-08-23T22:53:40.000+0000 |
| Affected Version/s | Release 2.0.0 |
| Fix Version/s | n/a |
| Components | Android |
| Labels | n/a |
| Reporter | Michael Pettiford |
| Assignee | Ingo Muschenetz |
| Created | 2012-02-06T14:54:21.000+0000 |
| Updated | 2017-03-16T21:31:35.000+0000 |
Description
When testing the pull request for https://github.com/appcelerator/titanium_mobile/pull/1341 I noticed this output to the console "'and' is not recognized as an internal or external command,"
Scons still built the sdk successfully
Steps to reproduce:
1. Run scons on a Windows machine
2. Make sure to lock the scroll bar of the command prompt
3. Near the very beginning of the output you should see the output I listed.
Expected behavior:
The output is not shown
Actual behavior:
The output is shown
Scons has been deprecated and replaced with a Node.js-based build system.
Closing ticket as the issue won't fix.