-
1 May 2012 5:36 AM #21
These appear to be SDK Tools : command issues. This feedback is from running sencha at the command line which is what SA is doing. Recommend a fresh post at SDKTools forum
http://www.sencha.com/forum/forumdis...ncha-SDK-Tools
I wonder if it's related to Spanish lang install? ... C:\Archivos de programa\Phil Strong
@philstrong
#SenchaArchitect
Sencha Architect Development Team
Known Bugs in Architect Latest
-
1 May 2012 11:12 AM #22
It's not. Samme problem om my eng win 7
Sven Tore Iversen
-
2 May 2012 2:57 PM #23
Same error
Same error
I'm receiving the same error when trying to package for Android in Sencha Architect. Windows 7 64bit:
[31m[1m[WARN] The current working directory (C:\Program Files (x86)\SenchaArchitect) is not a recognized Sencha SDK or application folder. Running in backwards compatible mode.[22m[39m Sencha Command v2.0.0 Beta 3 Copyright (c) 2012 Sencha Inc. usage: sencha COMMAND [ARGS] The available commands are: build build a JSB project create bootstrapdata generate boostrap data create jsb generate a minimal JSB project for an app create locale generate a template locale file from source create manifest generate classes manifest package package your Touch web app into a native bundle slice theme slice a custom theme's images for IE See 'sencha help COMMAND' for more information on a specific command. [31m[1m[ERROR] The current working directory (C:\Program Files (x86)\SenchaArchitect) is not a recognized Sencha SDK or application folder[22m[39m
-
3 May 2012 8:36 AM #24
I get the same error that centenic (above) in windows XP SP3 32 bit Architect version 2.0.0 Build 412
regards
Frank
-
3 May 2012 8:42 AM #25
After reading some posts and one blog, put a file called .senchasdk and put the path to wherever you have the Sencha Touch sdk in your disk (ex: c:\js\SenchaTouch-2.0.1).
I didnt test it, I "thrown in the towel" trying to pack iOS in Windows for now.
Regards.UI: Sencha Architect 2.x / ExtJS 4 MVC
Server side: EJB 3.1 / CDI / JPA 2 / JAX-RS / JasperReports
Application Server: Glassfish 3.1.x
Databases: Oracle 10g & 11g / DB2 9 & 10 / Firebird 2.5
If you like my answer please vote!
-
10 May 2012 8:37 AM #26
Hi any news about deploy app using Sencha Architet2 I bought it, version 412 and yet i can't test deploy "Hello word app", some bug fixed soon?
regards
Frank
-
14 May 2012 8:15 AM #27
I updated to version stable version 2.0.0 build 439 windows xp, and i can't do deploy for my basic senchaHello, when i click deploy i get this error:
C:\Program Files\SenchaArchitect>cd "C:/xampp/htdocs/SenchaHello/SenchaHello/" C:\Program Files\SenchaArchitect>sencha & sencha package packager.json [31m[1m[WARN] The current working directory (C:\Program Files\SenchaArchitect) is not a recognized Sencha SDK or application folder. Running in backwards compatible mode.[22m[39m Sencha Command v2.0.0 Beta 3 Copyright (c) 2012 Sencha Inc. usage: sencha COMMAND [ARGS] The available commands are: build build a JSB project create bootstrapdata generate boostrap data create jsb generate a minimal JSB project for an app create locale generate a template locale file from source create manifest generate classes manifest package package your Touch web app into a native bundle slice theme slice a custom theme's images for IE See 'sencha help COMMAND' for more information on a specific command. [31m[1m[ERROR] The current working directory (C:\Program Files\SenchaArchitect) is not a recognized Sencha SDK or application folder[22m[39m The specified config file "packager.json" does not exist.
someone can give me detail about how i can setup a basic app, to deploy it in an android, and iphone phone please
regards
Frank
-
15 May 2012 11:48 AM #28
It appears as if the cd command that is running isn't working. I'm noticing it's using forward slashes. This might break on XP where it doesn't on Win 7. I'm fixing that.
Then of course it can't find the file because your not in the correct directory.Phil Strong
@philstrong
#SenchaArchitect
Sencha Architect Development Team
Known Bugs in Architect Latest
-
15 May 2012 11:51 AM #29
work around is to run the command yourself from cmd line
cd into your directory and run
sencha package packager.jsonPhil Strong
@philstrong
#SenchaArchitect
Sencha Architect Development Team
Known Bugs in Architect Latest
-
15 May 2012 11:55 AM #30
It should also be noted that with beta3 sencha package packager.json won't work
beta 2: works
beta 3: sencha package build packager.jsonPhil Strong
@philstrong
#SenchaArchitect
Sencha Architect Development Team
Known Bugs in Architect Latest


Reply With Quote