[TIMOB-6946] Tooling: standardize the location of build.log
| GitHub Issue | n/a |
|---|---|
| Type | New Feature |
| Priority | Low |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2016-08-22T22:16:14.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | Release 3.5.0 |
| Components | Tooling |
| Labels | parity, tbs-2.1.0 |
| Reporter | Paul Dowsett |
| Assignee | Ingo Muschenetz |
| Created | 2011-12-31T07:40:35.000+0000 |
| Updated | 2017-03-16T21:13:57.000+0000 |
Description
Currently the
build.log file is in the project root for Android and project/build/iphone/build/ for iPhone. Could we standardize them, by creating them in, for example, the build folder, and naming them <PLATFORM>-build.log?
There may be a better location and naming convention, but hopefully you can see that this would be cleaner and more intuitive than the current situation.
This was fixed in Titanium SDK 3.5.0. Log files are written to the
builddirectory and have the namebuild_<platform>.log.Closing ticket as fixed.