Show cool things you have done with our products


Post by sahilsam28 »

I tried to check "trial version with sencha" on cmd v6.6.0.13.

I followed instructions given on page https://www.bryntum.com/products/gantt-for-extjs/docs/?#!/guide/sencha_cmd

I get following error message when i run : sencha app watch

[Sahils-MacBook-Pro:advanced sahilpatil$ sencha app watch
Sencha Cmd v6.6.0.13
[INF] Processing Build Descriptor : default (development environment)
[ERR] Cannot satisfy requirements for "bryntum-gantt-pro"!
[ERR] The following versions cannot be satisfied:
[ERR] Gnt.examples.advanced: bryntum-gantt-pro (No matches!)
[ERR] Cannot resolve package requirements

What to do?

Post by Terence »

Hi, can you bundle package and upload it to here? Then we will check.

Post by sahilsam28 »

Advanced.zip file size is 31 MB
getting error "The file is too big, maximum allowed size is 5 MiB"
how to attach file?

Post by Terence »

Shouldn't be that big. What is in the package? You can leave out all build related stuff like our code packages.

Post by sahilsam28 »

ext folder in advanced folder is only 98mb

Post by Terence »

No need to include the ext folder

Post by sahilsam28 »

attached please check it
i am using EXTJS version v6.6.0.13
Attachments
advanced.zip
Note: contains of ext folder deleted.
(4.32 MiB) Downloaded 200 times

Post by Terence »

It is working for me.

First do:

- sencha app upgrade --minimal ../../extjs-6.6.0
- sencha app build
- sencha app watch

Post by sahilsam28 »

When i run "sencha app build" on my mac terminal
I get below error, why? I will attach log file for your refrance

Sahils-MacBook-Pro:advanced sahilpatil$ sencha app build
Sencha Cmd v6.6.0.13
[INF] Processing Build Descriptor : default (production environment)
[INF] Loading compiler context
[INF] Loading app json manifest...
[ERR] C2008: Requirement had no matching files (Ext.mixin.Pluggable) -- unknown-file:360:9142
[ERR]
[ERR] BUILD FAILED
[ERR] com.sencha.exceptions.ExBuild: Failed to find any files for /Users/sahilpatil/Downloads/Gantt/advanced/packages/bryntum-gantt-pro/build/bryntum-gantt-pro-debug.js::DirectiveRequire::Ext.mixin.Pluggable
[ERR]
[ERR] Total time: 9 seconds

[ERR] /Users/sahilpatil/bin/Sencha/Cmd/6.6.0.13/plugin.xml:333: The following error occurred while executing this line:
/Users/sahilpatil/Downloads/Gantt/advanced/.sencha/app/build-impl.xml:386: The following error occurred while executing this line:
/Users/sahilpatil/Downloads/Gantt/advanced/.sencha/app/init-impl.xml:436: com.sencha.exceptions.ExBuild: Failed to find any files for /Users/sahilpatil/Downloads/Gantt/advanced/packages/bryntum-gantt-pro/build/bryntum-gantt-pro-debug.js::DirectiveRequire::Ext.mixin.Pluggable
[ERR] A log is available in the file "/Users/sahilpatil/Downloads/Gantt/advanced/sencha-error-20180807.log"
Attachments
sencha-error-20180807.log
Log file generated by sencha cmd
(43.88 KiB) Downloaded 204 times

Post by Terence »

app.framework.version : 6.0.0.640

ExtJS requirements are:

- 6.6.0
- 6.5.3

I think you should update your framework. Did you execute the update command?

Post Reply