Language

Package: ant @ 1.9.15

Synopsis

Build tool for Java

Description

Ant is a platform-independent build tool for Java. It is similar to make but is implemented using the Java language, requires the Java platform, and is best suited to building Java projects. Ant uses XML to describe the build process and its dependencies, whereas Make uses Makefile format.

Home page
https://ant.apache.org
Location
gnu/packages/java.scm (line: 2320, column: 2)
License

Lint warnings

LinterMessageLocation
input-labels

Identify input labels that do not match package names

label 'jdk' does not match package name 'icedtea:jdk'