I did this new build system
[code]{
“cmd”: “tishadow run”],
“working_dir”: “${project_path:${folder:${file_path}}}”,
“shell”: true,
“variants”:
{
“name”: “run”,
“cmd”: “tishadow run”]
},
{
“name”: “update”,
“cmd”: “tishadow run --update”]
},
{
“name”: “clear”,
“cmd”: “tishadow clear”]
}
]
}[/code]
but if i lunch build nothing happens and i receive this message on internal shell
[Finished in 0.0s with exit code 1]
[cmd: ['tishadow run']]
[dir: C:\Users\Gianluca\Documents\Titanium_Studio_Workspace\ciao]
[path: C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Git\git-cheetah\..\bin;C:\Program Files (x86)\nodejs\\bin;C:\Program Files (x86)\Java\jdk1.7.0_40\bin;C:\Program Files (x86)\Skype\Phone\;C:\Program Files (x86)\nodejs\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Git\git-cheetah\..\bin;C:\Program Files (x86)\nodejs\\bin;C:\Program Files (x86)\Java\jdk1.7.0_40\bin;C:\Program Files (x86)\nodejs\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Git\git-cheetah\..\bin;C:\Program Files (x86)\nodejs\\bin;C:\Program Files (x86)\Java\jdk1.7.0_40\bin;C:\Program Files (x86)\nodejs\;C:\Users\Gianluca\AppData\Roaming\Titanium\mobilesdk\win32\3.2.3.GA;C:\android-sdk-win\platform-tools;C:\Users\Gianluca\AppData\Roaming\npm]
if i launch tishadow run from shell it works
I use sublime text 3