Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-6207] MobileWeb: Build - MobileWeb does not build in Windows 7 or XP

GitHub Issuen/a
TypeBug
PriorityMedium
StatusClosed
ResolutionFixed
Resolution Date2011-11-23T11:18:34.000+0000
Affected Version/sRelease 1.8.0.1
Fix Version/sSprint 2011-47, Release 1.8.0.1
ComponentsMobileWeb
Labelsqe-S20111114
ReporterDustin Hyde
AssigneeBryan Hughes
Created2011-11-16T17:33:57.000+0000
Updated2011-11-28T12:55:06.000+0000

Description

MobileWeb does not build in Windows 7 or XP. Steps to Reproduce: 1. Create a MobileWeb project. 2. Build/deploy the project to browser. Expected Result: Project should build and deploy. Actual Result: Build fails with log errors (attached for Windows 7). The Windows XP log is only: !ENTRY com.appcelerator.titanium.mobile 4 0 2011-11-16 17:03:35.328 !MESSAGE Unable to generate Mobile Web App.

Attachments

FileDateSize
Windows-7_Python-Stack-Trace.txt2011-11-21T12:58:28.000+0000916
Windows 7 MobileWeb Build Error.txt2011-11-16T17:33:57.000+00001770
Windows-XP_Python-Stack-Trace.txt2011-11-21T12:52:22.000+0000996

Comments

  1. Don Thorp 2011-11-21

    Please run the command in the error text to capture the python stack trace.
       "C:\Users\labuser\AppData\Local\Titanium Studio\plugins\com.appcelerator.titanium.python.win32_1.0.0.1313011725\python\python.exe" ""C:\Users\labuser\AppData\Roaming\Titanium\mobilesdk\win32\1.8.0.1.v20111116153454\mobileweb\builder.py"" "C:\Users\labuser\My Documents\Titanium Studio Workspace\helloworld" "development"
       
  2. Don Thorp 2011-11-21

    See the comment about running the test to capture additional input.
  3. Dustin Hyde 2011-11-21

    Attaching Windows XP Python stack trace. Windows 7 coming soon.
  4. Dustin Hyde 2011-11-21

    Windows 7 Python stack trace attached.
  5. Don Thorp 2011-11-21

    Need to try json and if that fails simplejson try: import json except: import simplejson as json
  6. Bryan Hughes 2011-11-22

    Pull request https://github.com/appcelerator/titanium_mobile/pull/757
  7. Dustin Hyde 2011-11-28

    Bug fixed. Verified on: SDK: 1.8.0.1.v20111128121519 Studio: 1.0.7.201111231202 OS: Windows 7/XP Browsers Tested: Firefox

JSON Source