Package Details: java-jdom1 1.1.3-2

Git Clone URL: https://aur.archlinux.org/java-jdom1.git (read-only, click to copy)
Package Base: java-jdom1
Description: Older version of XML Parsing Library for Java
Upstream URL: http://www.jdom.org
Licenses: GPL
Conflicts: java-jdom
Provides: java-jdom
Submitter: petRUShka
Maintainer: None
Last Packager: haawda
Votes: 1
Popularity: 0.000000
First Submitted: 2015-09-22 22:34 (UTC)
Last Updated: 2019-07-23 20:21 (UTC)

Dependencies (2)

Required by (1)

Sources (3)

Latest Comments

haawda commented on 2018-04-04 17:33 (UTC) (edited on 2018-04-04 17:34 (UTC) by haawda)

Arch Linux does not use JAVA_HOME and does not set it. Therefore it needs to be set in the PKGBUILD

build() {

[ -e core ] || ln -s jdom core

for _i in core jdom-contrib jdom-test ; do

    pushd ${_i}

    chmod +x build.sh
    JAVA_HOME=/usr/lib/jvm/`archlinux-java get` ./build.sh

    popd

done

}