GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
ant(1) FreeBSD General Commands Manual ant(1)

ant - a Java based make tool.

ant [OPTION]... [TARGET [TARGET2] [TARGET3] ...]]

Like make ant is a tool by which projects can be build. But unlike it, ant is based on Java which means it will run on every platform for which a Java Virtual Machine is available. This makes it a great tool for building Java software.

By default it takes information from build.xml which describes the targets.

-help
print help on the command line options
-projecthelp
gives information on possible targets for this project
-version
returns the version number ant
-quiet
be extra quiet
-verbose
be extra verbose
-debug
print debugging information
-emacs
produce logging information without adornments
-logfile <file>
use the given file to output log to
-logger <classname>
use the given class to perform loggin
-listener <classname>
add an instance of the given class as a project listener
-buildfile <file>
use the given buildfile instead of the default build.xml file. This is the ant equivalent of Makefile
-D<property>=<value>
use value for the given property

make(1)

This manpage is written by Egon Willighagen <egonw@sci.kun.nl>
April 2001 Debian/GNU Linux

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.