A collection of tasks for Apache Ant. There are some task on topic such as logic (if, for, foreach,...), network (post,...), performance monitoring tasks (stopwatch,...), platform (osfamily,...), property (propertycopy, propertyregexp, urlencode,...), process (forget, limit), and other.
A collection of tasks for Apache Ant. There are some task on topic such as logic (if, for, foreach,...), network (post,...), performance monitoring tasks (stopwatch,...), platform (osfamily,...), property (propertycopy, propertyregexp, urlencode,...), process (forget, limit), and other.
To install ant-contrib, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install ant-contrib
To see what files were installed by ant-contrib, run:
port contents ant-contrib
To later upgrade ant-contrib, run:
sudo port selfupdate && sudo port upgrade ant-contrib
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.