Package Details: sencha-cmd 7.7.0.36-1

Git Clone URL: https://aur.archlinux.org/sencha-cmd.git (read-only, click to copy)
Package Base: sencha-cmd
Description: Sencha Cmd provides a collection of powerful, time-saving features that work together and in conjunction with the Sencha Ext JS and Sencha Touch frameworks
Upstream URL: https://www.sencha.com/products/extjs/cmd-download/
Licenses: custom
Conflicts: sencha-cmd-5, sencha-cmd-6
Provides: sencha-cmd-7
Submitter: pallxk
Maintainer: pallxk
Last Packager: pallxk
Votes: 1
Popularity: 0.000000
First Submitted: 2020-07-03 12:19 (UTC)
Last Updated: 2023-06-23 09:10 (UTC)

Dependencies (4)

Required by (0)

Sources (2)

Latest Comments

Magotchi commented on 2022-11-14 17:29 (UTC)

PhantomJS, as included in Sencha CMD, no longer works with OpenSSL 3.x. I worked around it by using the environment variable "OPENSSL_CONF=/dev/null", effectively telling it to use a blank OpenSSL configuration file, as far as I understand, as mentioned at https://stackoverflow.com/questions/73004195/phantomjs-wont-install-autoconfiguration-error , https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=918727 , and in other places.

Magotchi commented on 2021-01-11 16:55 (UTC) (edited on 2021-10-22 14:08 (UTC) by Magotchi)

For those trying to get this to work with Java 17, in which Nashorn has been removed and Java reflection has changed a bit, you can do so by getting the Nashorn JAR from Maven, along with its ASM dependency JARs, sticking them somewhere (like /opt/sencha-extra-libs), and then adding the following to the end of /opt/Sencha/Cmd/7.4.0.39/sencha.vmoptions :

-classpath/a /opt/sencha-extra-libs/*
--add-opens
java.base/java.lang=ALL-UNNAMED

Direct links to all the needed JARs:

https://repo1.maven.org/maven2/org/openjdk/nashorn/nashorn-core/15.3/nashorn-core-15.3.jar

https://repo1.maven.org/maven2/org/ow2/asm/asm/7.3.1/asm-7.3.1.jar

https://repo1.maven.org/maven2/org/ow2/asm/asm-analysis/7.3.1/asm-analysis-7.3.1.jar

https://repo1.maven.org/maven2/org/ow2/asm/asm-commons/7.3.1/asm-commons-7.3.1.jar

https://repo1.maven.org/maven2/org/ow2/asm/asm-tree/7.3.1/asm-tree-7.3.1.jar

https://repo1.maven.org/maven2/org/ow2/asm/asm-util/7.3.1/asm-util-7.3.1.jar