java-scratchspace/ant
2023-09-09 12:38:57 +02:00
..
.footprint ant: initial commit, version 1.10.14 2023-09-09 12:38:57 +02:00
ant.conf ant: initial commit, version 1.10.14 2023-09-09 12:38:57 +02:00
Pkgfile ant: initial commit, version 1.10.14 2023-09-09 12:38:57 +02:00
README.md ant: initial commit, version 1.10.14 2023-09-09 12:38:57 +02:00

ant README

Notes

You need a valid java executable in your $PATH to build and use ant. This Pkgfile sets this for you during build time. To be able to use it after installing, you might need to manually add it to your environment.

Add this to your shells profile as you see fit:

export JAVA_HOME=/usr/lib/java/openjdk17-jdk
export PATH="$JAVA_HOME/bin:$PATH"