Novell Home

SUSE Linux Enterprise Server 10 Service Pack 2 for AMD64 & Intel EM64T

Package descriptions

ant
A Java-Based Build Tool

Apache Ant is a Java-based build tool. In theory, it is kind of like
Make, but without Make's wrinkles.
Why another build tool when there is already make, gnumake, nmake, jam,
and others? Because all those tools have limitations that Ant's
original author could not live with when developing software across
multiple platforms. Make-like tools are inherently shell-based--they
evaluate a set of dependencies then execute commands, not unlike what
you would issue in a shell. This means that you can easily extend these
tools by using or writing any program for the OS that you are working
on. However, this also means that you limit yourself to the OS, or at
least the OS type, such as Unix, that you are working on.
Makefiles are inherently evil as well. Anybody who has worked on them
for any time has run into the dreaded tab problem. "Is my command not
executing because I have a space in front of my tab???" said the
original author of Ant way too many times. Tools like Jam took care of
this to a great degree, but still have yet another format to use and
remember.
Ant is different. Instead of a model where it is extended with
shell-based commands, Ant is extended using Java classes. Instead of
writing shell commands, the configuration files are XML-based, calling
out a target tree where various tasks are executed. Each task is run by
an object that implements a particular task interface.
Granted, this removes some of the expressive power that is inherent by
being able to construct a shell command such as `find . -name foo -exec
rm {}`, but it gives you the ability to be cross-platform--to work
anywhere and everywhere. If you really need to execute a shell command,
Ant has an task that allows different commands to be executed
based on the OS used.

Except for packages subject to a commercial license, the license identified below is the license designated by the open source project.


Version: 1.6.5
Release: 20.2
Medium: DVD1
Path: /suse/noarch/ant-1.6.5-20.2.noarch.rpm
Group: Development/Tools/Building
License: Apache, Other License(s), see package
Size: 1.18 MB
Homepage: http://jakarta.apache.org/

File list

-rw-r--r--    1 root    root              747 Aug 26  2004 /etc/ant.conf
drwxr-xr-x    2 root    root                0 Jun 16  2006 /etc/ant.d
-rwxr-xr-x    1 root    root             9352 Jun 16  2006 /usr/bin/ant
drwxr-xr-x    2 root    root                0 Jun 16  2006 /usr/share/ant
drwxr-xr-x    2 root    root                0 Jun 16  2006 /usr/share/ant/bin
-rwxr-xr-x    1 root    root              713 Jun  2  2005 /usr/share/ant/bin/antRun
-rwxr-xr-x    1 root    root             2020 Jun  2  2005 /usr/share/ant/bin/antRun.pl
drwxr-xr-x    2 root    root                0 Jun 16  2006 /usr/share/ant/etc
-rw-r--r--    1 root    root             3718 Jun 16  2006 /usr/share/ant/etc/ant-update.xsl
-rw-r--r--    1 root    root             4646 Jun 16  2006 /usr/share/ant/etc/changelog.xsl
-rw-r--r--    1 root    root            27666 Jun 16  2006 /usr/share/ant/etc/junit-frames-xalan1.xsl
-rw-r--r--    1 root    root             6213 Jun 16  2006 /usr/share/ant/etc/log.xsl
-rw-r--r--    1 root    root             5885 Jun 16  2006 /usr/share/ant/etc/tagdiff.xsl
drwxr-xr-x    2 root    root                0 Jun 16  2006 /usr/share/ant/lib
drwxr-xr-x    2 root    root                0 Jun 16  2006 /usr/share/doc/packages/ant
-rw-r--r--    1 root    root            17191 Jun  2  2005 /usr/share/doc/packages/ant/KEYS
-rw-r--r--    1 root    root            11766 Jun  2  2005 /usr/share/doc/packages/ant/LICENSE
-rw-r--r--    1 root    root             2657 Jun  2  2005 /usr/share/doc/packages/ant/README
-rw-r--r--    1 root    root           109297 Jun  2  2005 /usr/share/doc/packages/ant/WHATSNEW
drwxr-xr-x    2 root    root                0 Jun 16  2006 /usr/share/java/ant
-rw-r--r--    1 root    root          1021514 Jun 16  2006 /usr/share/java/ant-1.6.5.jar
-rw-r--r--    1 root    root             9161 Jun 16  2006 /usr/share/java/ant-launcher-1.6.5.jar
lrw-r--r--    1 root    root               22 Jun 16  2006 /usr/share/java/ant-launcher.jar -> ant-launcher-1.6.5.jar
lrw-r--r--    1 root    root               13 Jun 16  2006 /usr/share/java/ant.jar -> ant-1.6.5.jar

Back to
Packages sorted by name
Packages sorted by group

Novell® Making IT Work As One

© 2008 Novell, Inc. All Rights Reserved.