<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<p><font face="Helvetica, Arial, sans-serif">Hi Jakob,</font></p>
<p><font face="Helvetica, Arial, sans-serif">I doubt this is related
to GeoExt. The root cause seems to be somewhere in your SCSS
declaration since the fashion engine reports the error: <br>
</font></p>
<p>>> Build error for
/home/peterpan/projects/Malawi_Atlas/Code/malawi_atlas/build/temp/production/MalawiAtlas/sass/MalawiAtlas-all.scss</p>
<p>Please have a look at
malawi_atlas_public/sass/src/view/main/Main.scss and check if for
<span class="pl-c1">"extjs-tab-panel-ui" it seems that there is a
problem with that declaration. In the best case you don't need
it (since it seems autogenerated)</span><br>
</p>
<p>Otherwise you could have a look at the above mentioned
MalawiAtlas-all.scss file and check if you can discover something
wrong or misplaced.</p>
<p>Cheers<br>
Chris<br>
</p>
<br>
<div class="moz-cite-prefix">On 12.07.2018 10:09, Jakob Miksch
wrote:<br>
</div>
<blockquote type="cite"
cite="mid:1a191592-6683-4705-7fd9-cc8fda039562@sbg.ac.at">Dear
list,
<br>
<br>
I created a web application using GeoExt3:
<a class="moz-txt-link-freetext" href="https://github.com/ZGIS/malawi_atlas_public">https://github.com/ZGIS/malawi_atlas_public</a>
<br>
I want to build it using: sencha app build
<br>
But I receive an error message (see below). Maybe this is related
to GeoExt.
<br>
<br>
I also commented on an existing GitHub issue about this:
<a class="moz-txt-link-freetext" href="https://github.com/geoext/geoext3/issues/89#issuecomment-404425457">https://github.com/geoext/geoext3/issues/89#issuecomment-404425457</a>
<br>
<br>
Do you have any idea or hint what the problem might be?
<br>
<br>
Thanks and kind regards,
<br>
Jakob
<br>
<br>
<br>
Console output with error message:
<br>
<br>
$ sencha app build
<br>
Sencha Cmd v6.6.0.13
<br>
[INF] Using GPL version of Ext JS version 6.2.0.981 from
/home/peterpan/projects/Malawi_Atlas/Code/malawi_atlas/ext.
<br>
[INF] The implications of using GPL version can be found here
(<a class="moz-txt-link-freetext" href="http://www.sencha.com/products/extjs/licensing">http://www.sencha.com/products/extjs/licensing</a>).
<br>
[INF] Processing Build Descriptor : default (production
environment)
<br>
[INF] Loading compiler context
<br>
[INF] Loading app json manifest...
<br>
[INF] Processing data with CmdJavascriptCompressor
<br>
[INF] JavaScript input level is NEXT and output level is ES5
<br>
[WRN] C1005: Closure Compiler Warning (Parse error. extra
visibility tag) -- compression-input:102090:7
<br>
[INF] Writing concatenated output to file
/home/peterpan/projects/Malawi_Atlas/Code/malawi_atlas/build/production/MalawiAtlas/app.js<br>
[INF] merging 233 input resources into
/home/peterpan/projects/Malawi_Atlas/Code/malawi_atlas/build/production/MalawiAtlas/resources<br>
[INF] merged 233 resources into
/home/peterpan/projects/Malawi_Atlas/Code/malawi_atlas/build/production/MalawiAtlas/resources<br>
[INF] merging 21 input resources into
/home/peterpan/projects/Malawi_Atlas/Code/malawi_atlas/build/production/MalawiAtlas<br>
[INF] merged 21 resources into
/home/peterpan/projects/Malawi_Atlas/Code/malawi_atlas/build/production/MalawiAtlas<br>
[INF] Writing content to
/home/peterpan/projects/Malawi_Atlas/Code/malawi_atlas/build/temp/production/MalawiAtlas/slicer-temp/bootstrap.json<br>
[INF] Writing content to
/home/peterpan/projects/Malawi_Atlas/Code/malawi_atlas/build/temp/production/MalawiAtlas/slicer-temp/bootstrap.js<br>
[INF] writing sass content to
/home/peterpan/projects/Malawi_Atlas/Code/malawi_atlas/build/temp/production/MalawiAtlas/slicer-temp/MalawiAtlas-example.scss.tmp<br>
[INF] writing sass content to
/home/peterpan/projects/Malawi_Atlas/Code/malawi_atlas/build/temp/production/MalawiAtlas/slicer-temp/config.rb<br>
[WRN] Use of 'require()' will be deprecated:
/home/peterpan/projects/Malawi_Atlas/Code/malawi_atlas/ext/classic/theme-neutral/sass/etc/mixins/font-icon.scss:1<br>
[WRN] Use @import instead
<br>
[LOG] Fashion build starting for
/home/peterpan/projects/Malawi_Atlas/Code/malawi_atlas/build/temp/production/MalawiAtlas/slicer-temp/MalawiAtlas-example.scss<br>
[WRN] @theme-background-image: Theme image not found:
images/menu/default-menubar-checked.png
<br>
[WRN] @theme-background-image: Theme image not found:
images/menu/default-menubar-unchecked.png
<br>
[WRN] @theme-background-image: Theme image not found:
images/menu/default-menubar-group-checked.png
<br>
[WRN] @theme-background-image: Theme image not found:
images/menu/default-menubar-menu-parent-left.png
<br>
[WRN] @theme-background-image: Theme image not found:
images/menu/default-menubar-scroll-top.png
<br>
[WRN] @theme-background-image: Theme image not found:
images/menu/default-menubar-scroll-bottom.png
<br>
[WRN] @theme-background-image: Theme image not found:
images/tab/tab-navigation-close.png
<br>
[WRN] @theme-background-image: Theme image not found:
images/tab-bar/navigation-scroll-left.png
<br>
[WRN] @theme-background-image: Theme image not found:
images/tab-bar/navigation-scroll-right.png
<br>
[WRN] @theme-background-image: Theme image not found:
images/tab-bar/navigation-scroll-top.png
<br>
[WRN] @theme-background-image: Theme image not found:
images/tab-bar/navigation-scroll-bottom.png
<br>
[WRN] @theme-background-image: Theme image not found:
images/tab-bar/navigation-more.png
<br>
[WRN] @theme-background-image: Theme image not found:
images/tab-bar/navigation-more-left.png
<br>
[WRN] @theme-background-image: Theme image not found:
images/tab-bar/navigation-plain-scroll-left.png
<br>
[WRN] @theme-background-image: Theme image not found:
images/tab-bar/navigation-plain-scroll-right.png
<br>
[WRN] @theme-background-image: Theme image not found:
images/tab-bar/navigation-plain-scroll-top.png
<br>
[WRN] @theme-background-image: Theme image not found:
images/tab-bar/navigation-plain-scroll-bottom.png
<br>
[LOG] Fashion build complete for
/home/peterpan/projects/Malawi_Atlas/Code/malawi_atlas/build/temp/production/MalawiAtlas/slicer-temp/MalawiAtlas-example.scss<br>
[LOG] Fashion build completed in 1.954 sec.
<br>
[INF] Capturing theme image
<br>
[INF] Capture complete
<br>
[INF] Slicing images...
<br>
[INF] Slicing complete - generated 320 images
<br>
[INF] Writing content to
/home/peterpan/projects/Malawi_Atlas/Code/malawi_atlas/build/temp/production/MalawiAtlas/slicer-temp/bootstrap.json<br>
[INF] Writing content to
/home/peterpan/projects/Malawi_Atlas/Code/malawi_atlas/build/temp/production/MalawiAtlas/slicer-temp/bootstrap.js<br>
[INF] writing sass content to
/home/peterpan/projects/Malawi_Atlas/Code/malawi_atlas/build/temp/production/MalawiAtlas/sass/MalawiAtlas-all.scss.tmp<br>
[INF] appending sass content to
/home/peterpan/projects/Malawi_Atlas/Code/malawi_atlas/build/temp/production/MalawiAtlas/sass/MalawiAtlas-all.scss.tmp<br>
[INF] appending sass content to
/home/peterpan/projects/Malawi_Atlas/Code/malawi_atlas/build/temp/production/MalawiAtlas/sass/MalawiAtlas-all.scss.tmp<br>
[INF] writing sass content to
/home/peterpan/projects/Malawi_Atlas/Code/malawi_atlas/build/temp/production/MalawiAtlas/sass/config.rb<br>
[INF] Writing content to
/home/peterpan/projects/Malawi_Atlas/Code/malawi_atlas/build/production/MalawiAtlas/app.json<br>
[WRN] Use of 'require()' will be deprecated:
/home/peterpan/projects/Malawi_Atlas/Code/malawi_atlas/ext/classic/theme-neutral/sass/etc/mixins/font-icon.scss:1<br>
[WRN] Use @import instead
<br>
[LOG] Fashion build starting for
/home/peterpan/projects/Malawi_Atlas/Code/malawi_atlas/build/temp/production/MalawiAtlas/sass/MalawiAtlas-all.scss<br>
[ERR] unknown definition for mixin named extjs-tab-panel-ui :
/home/peterpan/projects/Malawi_Atlas/Code/malawi_atlas/sass/src/view/main/Main.scss:4<br>
[LOG] Build error for
/home/peterpan/projects/Malawi_Atlas/Code/malawi_atlas/build/temp/production/MalawiAtlas/sass/MalawiAtlas-all.scss<br>
{ Error: Sass compilation encountered 1 error(s)
<br>
at Object.raise
(/home/peterpan/bin/Sencha/Cmd/6.6.0.13/js/node_modules/fashion/src/export/Base.js:131:17)<br>
at Transpiler.transpile
(/home/peterpan/bin/Sencha/Cmd/6.6.0.13/js/node_modules/fashion/src/Transpiler.js:1549:21)<br>
at Context.convert
(/home/peterpan/bin/Sencha/Cmd/6.6.0.13/js/node_modules/fashion/src/Context.js:42:34)<br>
at
/home/peterpan/bin/Sencha/Cmd/6.6.0.13/js/node_modules/fashion/src/Builder.js:147:45<br>
at SassFile.fireReady
(/home/peterpan/bin/Sencha/Cmd/6.6.0.13/js/node_modules/fashion/src/SassFile.js:426:17)<br>
at
/home/peterpan/bin/Sencha/Cmd/6.6.0.13/js/node_modules/fashion/src/SassFile.js:398:28<br>
at SassFile.fireReady
(/home/peterpan/bin/Sencha/Cmd/6.6.0.13/js/node_modules/fashion/src/SassFile.js:426:17)<br>
at
/home/peterpan/bin/Sencha/Cmd/6.6.0.13/js/node_modules/fashion/src/SassFile.js:398:28<br>
at SassFile.fireReady
(/home/peterpan/bin/Sencha/Cmd/6.6.0.13/js/node_modules/fashion/src/SassFile.js:426:17)<br>
at
/home/peterpan/bin/Sencha/Cmd/6.6.0.13/js/node_modules/fashion/src/SassFile.js:398:28
'$isFashionError': true }
<br>
[ERR]
<br>
[ERR] BUILD FAILED
<br>
[ERR] com.sencha.exceptions.ExBuild: Fashion build exited with
code : 1
<br>
[ERR] at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImp
<br>
[ERR] l.java:62)
<br>
[ERR]
<br>
[ERR] Total time: 20 seconds
<br>
<br>
[ERR] /home/peterpan/bin/Sencha/Cmd/6.6.0.13/plugin.xml:333: The
following error occurred while executing this line:
<br>
/home/peterpan/projects/Malawi_Atlas/Code/malawi_atlas/.sencha/app/build-impl.xml:291:
The following error occurred while executing this line:
<br>
/home/peterpan/projects/Malawi_Atlas/Code/malawi_atlas/.sencha/app/sass-impl.xml:205:
The following error occurred while executing this line:
<br>
/home/peterpan/projects/Malawi_Atlas/Code/malawi_atlas/.sencha/app/sass-impl.xml:240:
com.sencha.exceptions.ExBuild: Fashion build exited with code : 1
<br>
[ERR] A log is available in the file
"/home/peterpan/projects/Malawi_Atlas/Code/malawi_atlas/sencha-error-20180712-3.log"<br>
_______________________________________________
<br>
Users mailing list
<br>
<a class="moz-txt-link-abbreviated" href="mailto:Users@geoext.org">Users@geoext.org</a>
<br>
<a class="moz-txt-link-freetext" href="http://www.geoext.org/cgi-bin/mailman/listinfo/users">http://www.geoext.org/cgi-bin/mailman/listinfo/users</a>
<br>
</blockquote>
<br>
</body>
</html>