Package Details: saxon-he 12.4-1

Git Clone URL: https://aur.archlinux.org/saxon-he.git (read-only, click to copy)
Package Base: saxon-he
Description: XSLT 3.0, XQuery 3.1, and XPath 3.1 processor for Java - Home Edition
Upstream URL: https://github.com/Saxonica/Saxon-HE
Licenses: MPL-2.0
Conflicts: java-saxon
Provides: java-saxon
Submitter: eolianoe
Maintainer: carlosal1015
Last Packager: carlosal1015
Votes: 11
Popularity: 0.000000
First Submitted: 2016-10-17 10:12 (UTC)
Last Updated: 2024-03-16 21:56 (UTC)

Dependencies (1)

Required by (4)

Sources (3)

Latest Comments

piater commented on 2024-03-17 16:34 (UTC)

Again, add the following to package() to use a resolver:

install -Dm644 -t "$pkgdir/usr/share/java/saxon/lib" lib/jline-2.14.6.jar \
    lib/xmlresolver-5.2.2.jar lib/xmlresolver-5.2.2-data.jar

piater commented on 2023-10-31 08:18 (UTC)

Again, add the following to package():

install -Dm644 -t "$pkgdir/usr/share/java/saxon/lib" lib/jline-2.14.6.jar \
    lib/xmlresolver-5.2.0.jar lib/xmlresolver-5.2.0-data.jar

Moreover, in the two sh scripts, replace 11.4 by 12.3, and run updpkgsums.

piater commented on 2022-08-25 14:55 (UTC)

11.4-1 throws a java.lang.NoClassDefFoundError: org/xmlresolver/Resolver for me. Saxon actually ships with corresponding jars and declares them in its manifest. Adding

install -Dm644 -t "$pkgdir/usr/share/java/saxon/lib" lib/jline-2.14.6.jar \
        lib/xmlresolver-4.4.3.jar lib/xmlresolver-4.4.3-data.jar

to package() fixed it for me.

bdumont commented on 2020-09-09 08:59 (UTC)

After the last update, I got the following error: Could not find or load main class net.sf.saxon.Transform

In both sh files, "saxon9he.jar" should be replaced with "saxon-he-10.2.jar".

yrds commented on 2017-09-27 22:13 (UTC) (edited on 2017-09-27 22:13 (UTC) by yrds)

==> ERROR: One or more files did not pass the validity check! ==> ERROR: Makepkg was unable to build saxon-he. I didn't found out how to fix this. Could you verify this, please?

gahag commented on 2017-03-30 14:57 (UTC)

The installation now works fine. Thanks for updating the package.

eolianoe commented on 2017-03-30 08:05 (UTC)

@gahag: the installation is working fine, do you have the latest version of the PKGBUILD and the .SRCINFO files?

gahag commented on 2017-03-30 01:36 (UTC)

There is an issue with the package. When attempting to install, I get the following error: Check .SRCINFO for mismatching data with PKGBUILD.