Build tool for Java
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.
Linter | Message | Location |
---|---|---|
input-labels Identify input labels that do not match package names | label 'jdk' does not match package name 'icedtea:jdk' |