I'm trying to integrate the Windows Azure extension into a project, but I'm getting errors from sencha cmd when I try to do the app refresh. Also, I do not see any of the Azure controllers under extensions in Architect.
I installed the touch-azure package with: sencha package get touch-azure
This completes without error. In my app config, I have the following:
Code:
Ext.Loader.setConfig({ paths: {
Ext: '.',
'Ext.azure': 'packages/touch-azure/src/'
}
});
Ext.application({
requires: [
'Ext.Loader',
'Ext.azure.Azure'
],
name: 'aztest'
});
But when I do an app refresh, I get.
[ERR] C2008: Requirement had no matching files (Ext.azure.Azure) -- C:\xampp\htdocs\aztest\aztest\app.js:29:32[ERR]
[ERR] BUILD FAILED
[ERR] com.sencha.exceptions.ExBuild: Failed to find any files for C:\xampp\htdocs\aztest\aztest\app.js::ClassRequire::Ext.azure.Azure
[ERR]
[ERR] Total time: 7 seconds
[ERR] The following error occurred while executing this line:
C:\Users\jcole_000\bin\Sencha\Cmd\4.0.2.67\plugins\touch\2.3\plugin.xml:326: The following error occurred while executing this line:
C:\xampp\htdocs\aztest\aztest\.sencha\app\build-impl.xml:367: The following error occurred while executing this line:
C:\xampp\htdocs\aztest\aztest\.sencha\app\js-impl.xml:11: com.sencha.exceptions.ExBuild: Failed to find any files for C:\xampp\htdocs\aztest\aztest\app.js::ClassRequire::Ext.azure.Azure
I'm using Architect version 3.0.3.1382.