Search Criteria
Package Details: apache-ant-contrib 1.0b3-4
Git Clone URL: | https://aur.archlinux.org/apache-ant-contrib.git (read-only, click to copy) |
---|---|
Package Base: | apache-ant-contrib |
Description: | Extra task definitions for apache ant. |
Upstream URL: | http://ant-contrib.sourceforge.net |
Licenses: | |
Submitter: | bremac |
Maintainer: | bremac |
Last Packager: | bremac |
Votes: | 21 |
Popularity: | 0.000000 |
First Submitted: | 2012-02-24 19:55 |
Last Updated: | 2015-06-13 21:35 |
Latest Comments
pwyll commented on 2019-09-18 18:45
Package is broken again: need to update the install path from /usr/share/java/apache-ant to /usr/share/java/ant. You might also consider changing the url to download from the sonatype jar repository instead of sourceforge. https://repo1.maven.org/maven2/ant-contrib/ant-contrib/1.0b3/ant-contrib-1.0b3.jar
bremac commented on 2015-01-28 07:54
And suddenly ${ANT_HOME}/lib is a symlink pointing to /usr/share/java/apache-ant/. The package should build again now.
bremac commented on 2012-07-05 05:45
It was broken when https://projects.archlinux.org/svntogit/packages.git/commit/trunk?h=packages/apache-ant&id=b2ce713af61c30ab06272d5ece07fc601dfc437b moved ANT_HOME from /usr/share/java/apache-ant/ to /usr/share/apache-ant/. I've fixed it for now, though I'll update it to just use $ANT_HOME if environment variable use is considered best practice in PKGBUILDs.
jpike commented on 2012-07-02 17:25
This installs to totally the wrong place:
/usr/share/java/apache-ant/lib
It should go to:
/usr/share/java/apache-ant/
Without this ant can't find it :(