SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

ant rpm build for : OpenSuSE. For other distributions click ant.

Name : ant
Version : 1.7.0 Vendor : openSUSE Build Service
Release : 200.2 Date : 2012-03-19 04:00:05
Group : Development/Tools/Building Source RPM : ant-1.7.0-200.2.src.rpm
Size : 1.50 MB
Packager : (none)
Summary : A Java-Based Build Tool
Description :
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 < exec> task that allows different commands to be executed
based on the OS used.

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/home:/zhy20120210:/SLES-11-SP1-x86-64/SLE_11_SP1/noarch

Content of RPM  Changelog  Provides Requires

Hmm ... It's impossible ;-) This RPM doesn't exist on any FTP server

Provides :
apache-ant
ant

Requires :
rpmlib(PayloadIsLzma) <= 4.4.2-1
rpmlib(CompressedFileNames) <= 3.0.4-1
jaxp_parser_impl
xml-commons-apis
xerces-j2 => 2.7.1-2
xml-commons-resolver
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
jpackage-utils => 1.5


Content of RPM :
/etc/ant.conf
/etc/ant.d
/usr/bin/ant
/usr/share/ant
/usr/share/ant/bin
/usr/share/ant/bin/antRun
/usr/share/ant/bin/antRun.pl
/usr/share/ant/etc
/usr/share/ant/etc/ant-update.xsl
/usr/share/ant/etc/changelog.xsl
/usr/share/ant/etc/junit-frames-xalan1.xsl
/usr/share/ant/etc/log.xsl
/usr/share/ant/etc/tagdiff.xsl
/usr/share/ant/lib
/usr/share/ant/lib/ant-1.7.0.jar
/usr/share/ant/lib/ant-launcher-1.7.0.jar
/usr/share/ant/lib/ant-launcher.jar
/usr/share/ant/lib/ant.jar
/usr/share/doc/packages/ant
/usr/share/doc/packages/ant/KEYS
/usr/share/doc/packages/ant/LICENSE
/usr/share/doc/packages/ant/README
/usr/share/doc/packages/ant/WHATSNEW
/usr/share/java/ant
/usr/share/java/ant-1.7.0.jar
/usr/share/java/ant-launcher-1.7.0.jar
/usr/share/java/ant-launcher.jar
/usr/share/java/ant.jar

 
ICM