98,276
Downloads
12,916
Downloads of v 1.10.5
9/4/2018
Last update
Apache Ant is a Java library and command-line tool whose mission is to drive processes described in build files as targets and extension points dependent upon each other. The main known usage of Ant is the build of Java applications. Ant supplies a number of built-in tasks allowing to compile, assemble, test and run Java applications. Ant can also be used effectively to build non Java applications, for instance C or C++ applications. More generally, Ant can be used to pilot any type of process which can be described in terms of targets and tasks.
To install Apache Ant, run the following command from the command line or from PowerShell:
C:\> choco install ant
To upgrade Apache Ant, run the following command from the command line or from PowerShell:
C:\> choco upgrade ant
Files
Hide- tools\chocolateyUninstall.ps1
Show
$tools = Split-Path $MyInvocation.MyCommand.Definition $package = Split-Path $tools $ant_home = Join-Path $package 'apache-ant-1.10.5' $ant_bat = Join-Path $ant_home 'bin/ant.bat' Uninstall-BinFile -Name 'ant' -Path $ant_bat
- tools\chocolateyInstall.ps1
Show
$tools = Split-Path $MyInvocation.MyCommand.Definition $package = Split-Path $tools $ant_home = Join-Path $package 'apache-ant-1.10.5' $ant_bat = Join-Path $ant_home 'bin/ant.bat' Install-ChocolateyZipPackage ` -PackageName 'ant' ` -Url 'https://archive.apache.org/dist/ant/binaries/apache-ant-1.10.5-bin.zip' ` -Checksum '2E48F9E429D67708F5690BC307232F08440D01EBE414059292B6543971DA9C7CD259C21533B9163B4DD753321C17BD917ADF8407D03245A0945FC30A4E633163' ` -ChecksumType 'SHA512' ` -UnzipLocation $package Install-ChocolateyEnvironmentVariable ` -VariableName 'ANT_HOME' ` -VariableValue $ant_home ` -VariableType 'Machine' Install-BinFile -Name 'ant' -Path $ant_bat Update-SessionEnvironment
Virus Scan Results
- ant.1.10.5.nupkg (bb011442b3da) - ## / 61 - Log in or click on link to see number of positives
- apache-ant-1.10.5-bin.zip (9028e2fc6449) - ## / 58 - Log in or click on link to see number of positives
Dependencies
-
- jre8 (≥ 8.0)
Package Maintainer(s)
Software Author(s)
Tags
Release Notes
https://ant.apache.org/antnews.html
Version History
Version | Downloads | Last updated | Status |
---|---|---|---|
Apache Ant 1.10.5 | 12916 | Tuesday, September 4, 2018 | approved |
Apache Ant 1.10.1 | 34239 | Saturday, April 22, 2017 | approved |
Apache Ant 1.10.0 | 4525 | Friday, February 3, 2017 | approved |
Apache Ant 1.9.9 | 2201 | Saturday, April 22, 2017 | approved |
Apache Ant 1.9.8 | 15604 | Friday, February 3, 2017 | approved |
Apache Ant 1.9.7 | 9026 | Friday, April 22, 2016 | approved |
Apache Ant 1.9.6 | 6248 | Monday, July 27, 2015 | approved |
Apache Ant 1.9.5 | 4552 | Tuesday, June 30, 2015 | approved |
Apache Ant 1.9.4.2 | 3850 | Tuesday, March 3, 2015 | approved |
Discussion for the Apache Ant Package
Ground rules:
- This discussion is only about Apache Ant and the Apache Ant package. If you have feedback for Chocolatey, please contact the google group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or Apache Ant, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.