<?xml version="1.0" encoding="UTF-8"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>Sencha Forum - Sencha Cmd</title>
		<link>http://www.sencha.com/forum/</link>
		<description>Questions, suggestions and issues related to Sencha Cmd</description>
		<language>en</language>
		<lastBuildDate>Wed, 22 May 2013 12:54:36 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://www.sencha.com/forum/images/misc/rss.png</url>
			<title>Sencha Forum - Sencha Cmd</title>
			<link>http://www.sencha.com/forum/</link>
		</image>
		<item>
			<title>Moving a large app from 4.1.2 to 4.2.0</title>
			<link>http://www.sencha.com/forum/showthread.php?264159-Moving-a-large-app-from-4.1.2-to-4.2.0&amp;goto=newpost</link>
			<pubDate>Tue, 21 May 2013 19:41:28 GMT</pubDate>
			<description><![CDATA[Not sure if this belongs here or in the ExtJS forum... 
 
I'm working on a rather large application (> 150 data entry forms) that was built with...]]></description>
			<content:encoded><![CDATA[<div>Not sure if this belongs here or in the ExtJS forum...<br />
<br />
I'm working on a rather large application (&gt; 150 data entry forms) that was built with ExtJS 4.1.2. The original application was not generated using Sencha Cmd because it didn't exist when the project began. I would like to upgrade this application to use ExtJS 4.2.0 and was hoping to get some suggestions on how best to proceed. Note that the app is currently in production and is likely to continue to grow larger over the coming months so I think I will probably have to split it up into separate pages (i.e., apps) at some point although I'm not 100% certain about this. I would also like to be able to offer different themes, and there's an outside chance that we'll need to build a mobile front-end someday using Sencha Touch. <br />
<br />
Options:<br />
<br />
1. Leave the application as-is and just replace ExtJS. This would obviously be the fastest approach to get up and running in 4.2<br />
2. Generate a new single-page application using Sencha Cmd. Create workspace and other pages later if necessary<br />
3. Generate a new workspace and a new single page application using Sencha Cmd, and split the app up into multiple pages (i.e., apps) later if necessary<br />
4. Generate a new workspace and a divide the app up now into multiple pages<br />
<br />
Any thoughts?</div>

 ]]></content:encoded>
			<category domain="http://www.sencha.com/forum/forumdisplay.php?8-Sencha-Cmd">Sencha Cmd</category>
			<dc:creator>pbienick</dc:creator>
			<guid isPermaLink="true">http://www.sencha.com/forum/showthread.php?264159-Moving-a-large-app-from-4.1.2-to-4.2.0</guid>
		</item>
		<item>
			<title>Why native build for Android is not supported in Linux?</title>
			<link>http://www.sencha.com/forum/showthread.php?264149-Why-native-build-for-Android-is-not-supported-in-Linux&amp;goto=newpost</link>
			<pubDate>Tue, 21 May 2013 16:01:54 GMT</pubDate>
			<description>Why native build for Android is not supported in Linux?</description>
			<content:encoded><![CDATA[<div>Why native build for Android is not supported in Linux?</div>

 ]]></content:encoded>
			<category domain="http://www.sencha.com/forum/forumdisplay.php?8-Sencha-Cmd">Sencha Cmd</category>
			<dc:creator>ssamayoa</dc:creator>
			<guid isPermaLink="true">http://www.sencha.com/forum/showthread.php?264149-Why-native-build-for-Android-is-not-supported-in-Linux</guid>
		</item>
		<item>
			<title>How to exclude a file from sencha app build?</title>
			<link>http://www.sencha.com/forum/showthread.php?264146-How-to-exclude-a-file-from-sencha-app-build&amp;goto=newpost</link>
			<pubDate>Tue, 21 May 2013 15:25:13 GMT</pubDate>
			<description>hi, 
 
I am trying to make a build, and one file must be excluded from the build processing. It would be better to exclude somehow the file instead...</description>
			<content:encoded><![CDATA[<div>hi,<br />
<br />
I am trying to make a build, and one file must be excluded from the build processing. It would be better to exclude somehow the file instead of delete before and copy back later. This is not working:<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">sencha app build exclude -f /my/file.js</code><hr />
</div> any hints on this?<br />
<br />
thx</div>

 ]]></content:encoded>
			<category domain="http://www.sencha.com/forum/forumdisplay.php?8-Sencha-Cmd">Sencha Cmd</category>
			<dc:creator>zlevardy</dc:creator>
			<guid isPermaLink="true">http://www.sencha.com/forum/showthread.php?264146-How-to-exclude-a-file-from-sencha-app-build</guid>
		</item>
		<item>
			<title>sencha compile does not resolve controller dependencies</title>
			<link>http://www.sencha.com/forum/showthread.php?264130-sencha-compile-does-not-resolve-controller-dependencies&amp;goto=newpost</link>
			<pubDate>Tue, 21 May 2013 13:37:06 GMT</pubDate>
			<description><![CDATA[Hi, 
 
I'm trying to setup a build process based on sencha cmd lowlevel functions. 
 
 
Code: 
--------- 
--debug  
compile...]]></description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
I'm trying to setup a build process based on sencha cmd lowlevel functions.<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">--debug <br />
compile -classpath=applications/config/app,src/client,src/econda,lib/ext-ux,lib/ext/src <br />
union -r -class=config.Application and <br />
concatenate -o build/testing/applications/config/all-classes.js</code><hr />
</div> As far as I understand, compile command should be able to detect controller dependencies:<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">Ext.define(&quot;config.Application&quot;, {<br />
&nbsp; name : 'config',<br />
&nbsp; controllers :<br />
&nbsp; &nbsp; [<br />
&nbsp; &nbsp; &nbsp; &quot;config.controller.MainController&quot;<br />
&nbsp; &nbsp; ],</code><hr />
</div> But this doesn't work. The MainController file is not included in the output file. If I addd the controller in the &quot;requires&quot; block, everything works fine.<br />
<br />
Thanks,<br />
Chris</div>

 ]]></content:encoded>
			<category domain="http://www.sencha.com/forum/forumdisplay.php?8-Sencha-Cmd">Sencha Cmd</category>
			<dc:creator>luetjen.econda</dc:creator>
			<guid isPermaLink="true">http://www.sencha.com/forum/showthread.php?264130-sencha-compile-does-not-resolve-controller-dependencies</guid>
		</item>
		<item>
			<title>Sencha cmd bash script fails when install path contains spaces</title>
			<link>http://www.sencha.com/forum/showthread.php?264047-Sencha-cmd-bash-script-fails-when-install-path-contains-spaces&amp;goto=newpost</link>
			<pubDate>Mon, 20 May 2013 17:09:43 GMT</pubDate>
			<description>*_Sencha Cmd version(s) tested:_* 
* Sencha Cmd 3.1.1.274 
 
*_Operating System:_* 
* OS X 
* Linux (Ubuntu 12.10) 
 
*_Framework used:_* 
*...</description>
			<content:encoded><![CDATA[<div><b><u>Sencha Cmd version(s) tested:</u></b><ul><li>Sencha Cmd 3.1.1.274</li>
</ul><b><u>Operating System:</u></b><ul><li>OS X</li>
<li>Linux (Ubuntu 12.10)</li>
</ul><b><u>Framework used:</u></b><ul><li>Irrelevant</li>
</ul><b><u>Description:</u></b><ul><li>When the directory containing the sencha cmd tools has spaces in it, the &quot;sencha&quot; bash script fails. We have the cmd tools committed to git, then Jenkins runs it directly out of its workspace directory.</li>
</ul><b><u>Steps to reproduce the problem:</u></b><br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">/home/myhome/jenkins/workspace with spaces/ $ sencha-cmd/sencha app build production<br />
<br />
/home/myhome/jenkins/workspace with spaces/sencha-cmd/sencha: line 37: [: too many arguments<br />
sed: /home/myhome/jenkins/workspace: No such file or directory<br />
Unable to access jarfile /home/myhome/jenkins/workspace</code><hr />
</div> This occurs because the $BASEDIR variable in the &quot;sencha&quot; script is not properly quoted wherever used.  The attached patch resolves the issue for both the Linux and OS X versions.</div>


	<div style="padding:10px">

	

	

	

	
		<fieldset class="fieldset">
			<legend>Attached Files</legend>
			<ul>
			<li>
	<img class="inlineimg" src="/txt.gif" alt="File Type: txt" />
	<a href="http://www.sencha.com/forum/attachment.php?attachmentid=43881&amp;d=1369069730">sencha.patch.txt&lrm;</a> 
(1.4 KB)
</li> 
			</ul>
		</fieldset>
	

	</div>
 ]]></content:encoded>
			<category domain="http://www.sencha.com/forum/forumdisplay.php?8-Sencha-Cmd">Sencha Cmd</category>
			<dc:creator>raztus</dc:creator>
			<guid isPermaLink="true">http://www.sencha.com/forum/showthread.php?264047-Sencha-cmd-bash-script-fails-when-install-path-contains-spaces</guid>
		</item>
		<item>
			<title>How to handle sessions in sencha touch application How to maintain security in sencha</title>
			<link>http://www.sencha.com/forum/showthread.php?264030-How-to-handle-sessions-in-sencha-touch-application-How-to-maintain-security-in-sencha&amp;goto=newpost</link>
			<pubDate>Mon, 20 May 2013 12:46:04 GMT</pubDate>
			<description>How to handle the session and security like banking application if user put application idle for some time or user can’t access the other user info...</description>
			<content:encoded><![CDATA[<div>How to handle the session and security like banking application if user put application idle for some time or user can’t access the other user info like un authorized persons</div>

 ]]></content:encoded>
			<category domain="http://www.sencha.com/forum/forumdisplay.php?8-Sencha-Cmd">Sencha Cmd</category>
			<dc:creator>sudhakarv</dc:creator>
			<guid isPermaLink="true">http://www.sencha.com/forum/showthread.php?264030-How-to-handle-sessions-in-sencha-touch-application-How-to-maintain-security-in-sencha</guid>
		</item>
		<item>
			<title><![CDATA[Cmd won't install on Mac: Java not found (but it is there!)]]></title>
			<link>http://www.sencha.com/forum/showthread.php?264006-Cmd-won-t-install-on-Mac-Java-not-found-(but-it-is-there!)&amp;goto=newpost</link>
			<pubDate>Mon, 20 May 2013 00:19:06 GMT</pubDate>
			<description>Trying to install Cmd on my Mac running 10.8.3.  Just installed Java 1.7.0_21, confirmed that it is working.  The Cmd installer still complains that...</description>
			<content:encoded><![CDATA[<div>Trying to install Cmd on my Mac running 10.8.3.  Just installed Java 1.7.0_21, confirmed that it is working.  The Cmd installer still complains that there no Java is found on the machine.  Any thoughts?</div>

 ]]></content:encoded>
			<category domain="http://www.sencha.com/forum/forumdisplay.php?8-Sencha-Cmd">Sencha Cmd</category>
			<dc:creator>neilw</dc:creator>
			<guid isPermaLink="true">http://www.sencha.com/forum/showthread.php?264006-Cmd-won-t-install-on-Mac-Java-not-found-(but-it-is-there!)</guid>
		</item>
		<item>
			<title>Geolocation in ST 2.2 in Android fails</title>
			<link>http://www.sencha.com/forum/showthread.php?264004-Geolocation-in-ST-2.2-in-Android-fails&amp;goto=newpost</link>
			<pubDate>Sun, 19 May 2013 23:04:39 GMT</pubDate>
			<description>I have a new application opportunity which involves geolocation. 
 
Running the ST application in the browser in the PC (Chrome in OSX) and in the...</description>
			<content:encoded><![CDATA[<div>I have a new application opportunity which involves geolocation.<br />
<br />
Running the ST application in the browser in the PC (Chrome in OSX) and in the device (Nexus 7) works  very well.<br />
<br />
But packaging the application for Android using api level 16 and 17 (latter generates countless &quot;05-19 22:54:00.022: W/Trace(1254): Unexpected value from nativeGetEnabledTags: 0&quot; messages BTW so I'm stick to 16) then running in the Emulator generates this error when &quot;Ext.device.Geolocation.getCurrentPosition()&quot; is called:<br />
<br />
05-19 22:56:15.645: W/webview_proxy(1735): java.lang.Throwable: Warning: A WebView method was called on thread 'pool-1-thread-2'. All WebView methods must be called on the UI thread. Future versions of WebView may not support use on other threads.<br />
<br />
The stack downs to:<br />
<br />
05-19 22:56:15.645: W/webview_proxy(1735):     at com.sencha.nimblekit.Geolocation.getCurrentPosition(Geolocation.java:254)<br />
<br />
Doesn't works on device also.<br />
<br />
So who is fault, Sencha's code or Android's sdk?<br />
<br />
FWIW I'm building the apk from Sencha Architect (I think that has nothing to do with the error but anyway...) using latest cmd (3.1.1.274), latest stable Architect (2.2.2 / 971), latest Android adt on iMac with 10.8.3<br />
<br />
Do I'm missing something?<br />
<br />
Regards.</div>

 ]]></content:encoded>
			<category domain="http://www.sencha.com/forum/forumdisplay.php?8-Sencha-Cmd">Sencha Cmd</category>
			<dc:creator>ssamayoa</dc:creator>
			<guid isPermaLink="true">http://www.sencha.com/forum/showthread.php?264004-Geolocation-in-ST-2.2-in-Android-fails</guid>
		</item>
		<item>
			<title><![CDATA[revision control best practice for projects generated using "sencha generate"]]></title>
			<link>http://www.sencha.com/forum/showthread.php?263999-revision-control-best-practice-for-projects-generated-using-quot-sencha-generate-quot&amp;goto=newpost</link>
			<pubDate>Sun, 19 May 2013 18:34:43 GMT</pubDate>
			<description><![CDATA[Are there any best practices documented for putting a project generated by "sencha generate app abc abc" under revision control? 
 
What are people...]]></description>
			<content:encoded><![CDATA[<div><span style="font-family: arial"><font size="4">Are there any best practices documented for putting a project generated by &quot;sencha generate app abc abc&quot; under revision control?<br />
</font></span><span style="font-family: arial"><font size="4"><br />
What are people doing normally?<br />
<br />
Also, is &quot;sencha generate&quot; something that is normally only used once at the beginning of project? Or is it normal to use it to re-setup a project when a new release comes out, so that one can easily capture all the changes, and then back one's code into the newly generated project?</font></span></div>

 ]]></content:encoded>
			<category domain="http://www.sencha.com/forum/forumdisplay.php?8-Sencha-Cmd">Sencha Cmd</category>
			<dc:creator>jptrainor</dc:creator>
			<guid isPermaLink="true">http://www.sencha.com/forum/showthread.php?263999-revision-control-best-practice-for-projects-generated-using-quot-sencha-generate-quot</guid>
		</item>
		<item>
			<title>Cmd v3 memory needs?</title>
			<link>http://www.sencha.com/forum/showthread.php?263917-Cmd-v3-memory-needs&amp;goto=newpost</link>
			<pubDate>Fri, 17 May 2013 13:30:55 GMT</pubDate>
			<description><![CDATA[hi, 
 
what memory settings used by Cmd v3?  
 
I am integrating Cmd v3 as a Maven task, and fails. No problems, if I run "sencha app build" from...]]></description>
			<content:encoded><![CDATA[<div>hi,<br />
<br />
what memory settings used by Cmd v3? <br />
<br />
I am integrating Cmd v3 as a Maven task, and fails. No problems, if I run &quot;sencha app build&quot; from command line.<br />
<br />
I would not like to guess and adding Xmx settings, just would like to know what are the default for Cmd v3. <br />
<br />
thx</div>

 ]]></content:encoded>
			<category domain="http://www.sencha.com/forum/forumdisplay.php?8-Sencha-Cmd">Sencha Cmd</category>
			<dc:creator>zlevardy</dc:creator>
			<guid isPermaLink="true">http://www.sencha.com/forum/showthread.php?263917-Cmd-v3-memory-needs</guid>
		</item>
		<item>
			<title><![CDATA[line 1: syntax error: unexpected "("]]></title>
			<link>http://www.sencha.com/forum/showthread.php?263915-line-1-syntax-error-unexpected-quot-(-quot&amp;goto=newpost</link>
			<pubDate>Fri, 17 May 2013 13:02:09 GMT</pubDate>
			<description><![CDATA[Hello, 
 
I discover Sencha and I would like create my first webapp with Sencha Touch 2.2.0. 
 
In the "Getting Started page", we must install Sencha...]]></description>
			<content:encoded><![CDATA[<div>Hello,<br />
<br />
I discover Sencha and I would like create my first webapp with Sencha Touch 2.2.0.<br />
<br />
In the &quot;Getting Started page&quot;, we must install Sencha CMD to create our first project.<br />
<br />
I downloaded the cmd Sencha archive, extract the archive, upload on my nas.<br />
<br />
If I'm trying to execute the .run file I have this error<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">./SenchaCmd-3.1.1.274-linux.run: line 1: syntax error: unexpected &quot;(&quot;</code><hr />
</div> I'm testing on a Synology DS212+<br />
Firmware: DSM 4.2-3211 (actually the last one)<br />
<br />
Someone can help me or explain me my error(s) ?<br />
<br />
Edit<br />
I'm installing Java and the .run is ok but now if I try : ./sencha in the good directory (Sencha/Cmd/3.1.1.274) the server return<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">-ash: ./sencha: not found</code><hr />
</div> If I do &quot;ls&quot; I have this<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">LICENSEUninstall Sencha Cmd.desktop<br />
ant<br />
extensions<br />
js<br />
legacy<br />
lib<br />
logo-sencha-sm.png<br />
phantomjs<br />
plugin.xml<br />
plugins<br />
release-notes.html<br />
screenshot-runner.js<br />
sencha<br />
sencha-3.1.1.274<br />
sencha.cfg<br />
sencha.jar<br />
stbuild<br />
templates<br />
uninstall<br />
uninstall.dat<br />
vcdiff</code><hr />
</div> </div>

 ]]></content:encoded>
			<category domain="http://www.sencha.com/forum/forumdisplay.php?8-Sencha-Cmd">Sencha Cmd</category>
			<dc:creator>harkor</dc:creator>
			<guid isPermaLink="true">http://www.sencha.com/forum/showthread.php?263915-line-1-syntax-error-unexpected-quot-(-quot</guid>
		</item>
		<item>
			<title>Bug on relative when generating an app</title>
			<link>http://www.sencha.com/forum/showthread.php?263911-Bug-on-relative-when-generating-an-app&amp;goto=newpost</link>
			<pubDate>Fri, 17 May 2013 12:47:23 GMT</pubDate>
			<description><![CDATA[Hello, 
 
I'm using Sencha Cmd v3.1.1.274, on Linux 
 
I can create a workspace in a directory, but not an app in this same directory. 
 
Here is the...]]></description>
			<content:encoded><![CDATA[<div>Hello,<br />
<br />
I'm using Sencha Cmd v3.1.1.274, on Linux<br />
<br />
I can create a workspace in a directory, but not an app in this same directory.<br />
<br />
Here is the code to test:<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">mkdir -p Resources/public/js/<br />
sencha generate workspace --path Resources/public/js/<br />
sencha -sdk /path/to/touch-2.2.0/ generate app --name ProjectName --path Resources/public/js/</code><hr />
</div> It returns on last command, the error:<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">[ERR] The target folder is already configured as a workspace: /home/jerome/projects/cassini/SENCHA/TamMobileTEST/ggg/Resources/public/js<br />
[ERR] Cannot generate app to existing workspace root.</code><hr />
</div> The bug, minor, seems to come from normalizing the path given to generate app.<br />
While generate workspace normalizes it the good way, generate app doesn't<br />
<br />
The workaround for now is to prepend ./ before Resources<br />
The following command will work:<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">sencha -sdk /path/to/touch-2.2.0/ generate app --name ProjectName --path ./Resources/public/js/</code><hr />
</div> </div>

 ]]></content:encoded>
			<category domain="http://www.sencha.com/forum/forumdisplay.php?8-Sencha-Cmd">Sencha Cmd</category>
			<dc:creator>cassinisolutions</dc:creator>
			<guid isPermaLink="true">http://www.sencha.com/forum/showthread.php?263911-Bug-on-relative-when-generating-an-app</guid>
		</item>
		<item>
			<title>Issue with different placement of custom required classes for dev and prod</title>
			<link>http://www.sencha.com/forum/showthread.php?263860-Issue-with-different-placement-of-custom-required-classes-for-dev-and-prod&amp;goto=newpost</link>
			<pubDate>Thu, 16 May 2013 18:54:20 GMT</pubDate>
			<description>I have a singleton class called cls.Config. When I am developing I keep this file in ROOT/cls/Config.js and it loads just fine. 
 
When I build,...</description>
			<content:encoded><![CDATA[<div>I have a singleton class called cls.Config. When I am developing I keep this file in ROOT/cls/Config.js and it loads just fine.<br />
<br />
When I build, sencha app build, I need to move this class to ROOT/app/cls/Config.js. How can I make it so I don't need to keep moving files around for builds. Is this a know bug? Should I just write a script that moves files from ROOT/cls to ROOT/app/cls/Config.js, does a build, then moves the files back?</div>

 ]]></content:encoded>
			<category domain="http://www.sencha.com/forum/forumdisplay.php?8-Sencha-Cmd">Sencha Cmd</category>
			<dc:creator>sissonb</dc:creator>
			<guid isPermaLink="true">http://www.sencha.com/forum/showthread.php?263860-Issue-with-different-placement-of-custom-required-classes-for-dev-and-prod</guid>
		</item>
		<item>
			<title>sencha app build native and sencha app package build packager.json</title>
			<link>http://www.sencha.com/forum/showthread.php?263797-sencha-app-build-native-and-sencha-app-package-build-packager.json&amp;goto=newpost</link>
			<pubDate>Thu, 16 May 2013 04:44:19 GMT</pubDate>
			<description>what is the deffarence between sencha app build native and sencha app package build packager.json 
  
  
both are giving apk file for android and use...</description>
			<content:encoded><![CDATA[<div>what is the deffarence between sencha app build native and sencha app package build packager.json<br />
 <br />
 <br />
both are giving apk file for android and use same packager.json.<br />
 <br />
sencha app build native  this command will give only sencha related files (we can’t any use related lib files )added apk file and apk file soze will be very less.<br />
 Above will less then 1 mb  this include only required sencha files<br />
 <br />
sencha app package build packager.json this command  this will give apk file which will have all the sencha files and user libs but apk size too big<br />
this will be in more them 10mb this include all the sencha files<br />
 <br />
how can we achieve  adding only  user libs and sencha file which required for our application for reducing the apk file size. <br />
<b>My Questions<br />
 <br />
Which command we have to use to build native application to get minimum apk size with adding all user libs.<br />
 <br />
How to add third party libs to our project </b></div>

 ]]></content:encoded>
			<category domain="http://www.sencha.com/forum/forumdisplay.php?8-Sencha-Cmd">Sencha Cmd</category>
			<dc:creator>sudhakarv</dc:creator>
			<guid isPermaLink="true">http://www.sencha.com/forum/showthread.php?263797-sencha-app-build-native-and-sencha-app-package-build-packager.json</guid>
		</item>
		<item>
			<title><![CDATA[[OPEN] fail to compile ext-theme-neutral package]]></title>
			<link>http://www.sencha.com/forum/showthread.php?263796-fail-to-compile-ext-theme-neutral-package&amp;goto=newpost</link>
			<pubDate>Thu, 16 May 2013 04:38:11 GMT</pubDate>
			<description>Here are the steps: 
1. Set up the Workspace 
 
Code: 
--------- 
sencha -sdk ~/ext-4.2.0 generate workspace my-workspace 
cd my-workspace 
---------...</description>
			<content:encoded><![CDATA[<div>Here are the steps:<br />
1. Set up the Workspace<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">sencha -sdk ~/ext-4.2.0 generate workspace my-workspace<br />
cd my-workspace</code><hr />
</div> 2. Generating an Application for Testing the Theme<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">sencha -sdk ext generate app ThemeDemoApp theme-demo-app<br />
cd theme-demo-app<br />
sencha app build</code><hr />
</div> 3. Go to &quot;packages/ext-theme-neutral/&quot; directory<br />
<br />
4. build package<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">sencha package build</code><hr />
</div> Alot of variables missing here so that compiling fail<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">[ERR] BUILD FAILED<br />
[ERR] com.sencha.exceptions.ExProcess: compass process exited with non-zero code<br />
&nbsp;: 1</code><hr />
</div> </div>

 ]]></content:encoded>
			<category domain="http://www.sencha.com/forum/forumdisplay.php?8-Sencha-Cmd">Sencha Cmd</category>
			<dc:creator>DTT_11-1983</dc:creator>
			<guid isPermaLink="true">http://www.sencha.com/forum/showthread.php?263796-fail-to-compile-ext-theme-neutral-package</guid>
		</item>
	</channel>
</rss>
