Search Criteria
Package Details: editix-free 1:2020-2
Git Clone URL: | https://aur.archlinux.org/editix-free.git (read-only, click to copy) |
---|---|
Package Base: | editix-free |
Description: | EditiX is a powerful and easy to use XML editor, Visual Schema Editor, XQuery Editor and XSLT debugger |
Upstream URL: | http://free.editix.com/ |
Licenses: | |
Submitter: | fukawi2 |
Maintainer: | Geballin |
Last Packager: | Geballin |
Votes: | 24 |
Popularity: | 0.000001 |
First Submitted: | 2011-02-23 05:27 |
Last Updated: | 2020-03-06 07:21 |
Dependencies (1)
- java-runtime (jdk5, tuxjdk, jre7-openjdk-infinality, java-8-openjdk-shenandoah, jre8-openjdk-infinality, java-gcj-compat, jdk9, jre9, jdk-devel, jre10, jdk8-arm64, jdk6, jdk12-openj9-bin, zulu-12-bin, jre6, jre12, jdk8-openjdk-dcevm, jdk11-graalvm-ee-bin, server-jre, jdk8-arm, jdk13-openj9-bin, jdk9-openj9-bin, jdk10, jdk11-openjdk-dcevm, jre8-openjdk-jetbrains, jre8-openjdk-shenandoah, jdk10-openj9-bin, jdk14-openj9-bin, sapmachine-jdk-bin, jdk7, jre7, jdk8-j9-bin, jre14, java-openjdk-bin, jre, jdk-openj9-bin, jdk-arm, jdk-adoptopenjdk, jdk11-adoptopenjdk, liberica-jdk-full-bin, jdk8-jetbrains, zulu-embedded-jdk8, amazon-corretto-11, liberica-jdk-8-full-bin, liberica-jdk-11-bin, liberica-jdk-11-full-bin, liberica-jdk-11-lite-bin, liberica-jre-11-bin, liberica-jre-11-full-bin, liberica-jre-8-full-bin, amazon-corretto-8, jdk8, jre11, zulu-embedded-jdk, jdk7r1-j9-bin, jdk7-j9-bin, zulu-15-bin, zulu-14-bin, zulu-13-bin, jre8, jre8-adoptopenjdk, zulu-embedded-jdk11, jdk-bcl, jre-bcl, jdk8-openj9-bin, zulu-11-bin, zulu-8-bin, amazon-corretto-15, jre-openj9, jre-jetbrains, java-openjdk-ea-bin, java-openjdk-loom-ea-bin, jdk-jetbrains, jdk11-openj9-bin, jre11-jetbrains-imfix, jdk8-graalvm-bin, jdk11-graalvm-bin, jre-openjdk, jre11-openjdk, jre7-openjdk, jre8-openjdk)
Latest Comments
1 2 Next › Last »
Karadoc commented on 2020-09-10 09:05
Still broken, similar behaviour with a different archive...
==> Création du paquet basex 9.4.2-1 (jeu. 10 sept. 2020 11:00:58) ==> Récupération des sources… -> BaseX942.zip trouvé -> basex.sh trouvé -> BaseX.desktop trouvé ==> Validation des fichiers source avec sha1sums… BaseX942.zip ... ÉCHEC basex.sh ... Réussite BaseX.desktop ... Réussite ==> ERREUR : Un ou plusieurs fichiers ne sont pas valides !
andreas_e commented on 2020-03-04 13:04
==> Making package: editix-free 1:2020-1 (Wed 04 Mar 2020 01:55:48 PM CET)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
-> Downloading editix2020.zip...
% Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 55.5M 100 55.5M 0 0 1304k 0 0:00:43 0:00:43 --:--:-- 3239k
==> Validating source files with sha256sums... editix2020.zip ... FAILED
==> ERROR: One or more files did not pass the validity check!
jvybihal commented on 2019-04-10 13:22
Hi, I can not run it without licence. Did something change? Or how do I run it or skip the licence dialog?
There is github repo, I will try to build from there: https://github.com/AlexandreBrillant/Editix-xml-editor
//edit: yes, the version from github runs without asking for licence. - requires java-8-jdk
jat255 commented on 2019-02-15 17:39
FYI, this was broken for me using the Java 11 JRE. I wrote a wrapper launch script to activate JREv8, and that appears to be working alright.
fukawi2 commented on 2017-03-10 04:23
Thanks sanerb, updated.
sanerb commented on 2017-03-08 01:09
patch with the broken symlink fixed, updated for 2017 version, other fixes.
http://pastebin.com/1H5sgpsx
TuriTyrsson commented on 2017-02-25 17:41
Thank you very much, jamesan!
It finally works!
jamesan commented on 2017-02-24 01:38
Lines 40 and 44 refer to different paths for the application, editix${pkgver} and editix-${pkgver}, respectively. (Notice the absence and presence of the hyphen.) The main /usr/bin/$pkgname symbolic link is broken referring to the application executable in the non-existent directory, /opt/editix-${pkgver}.
Changing the link target from /opt/editix-${pkgver}/bin/editix.sh to /opt/editix${pkgver}/bin/editix.sh fixes the bug.
fukawi2 commented on 2017-02-17 05:35
Ooops, well spotted. Thanks for that, fixed in -2
dreamersbrow commented on 2017-02-16 20:36
In line# 44, I think that "run.sh" should be renamed to "editix.sh". I did this and the software ran. There doesn't appear to be a run.sh file to link to.