Questions tagged [apache-ant]

is a Java library and command-line tool whose mission is to drive processes described in build files as targets and extension points dependent upon each other.

The main known usage of Ant is the build of Java applications. Ant supplies a number of built-in tasks allowing to compile, assemble, test and run Java applications. Ant can also be used effectively to build non Java applications, for instance C or C++ applications. More generally, Ant can be used to pilot any type of process which can be described in terms of targets and tasks.

Ant is written in Java. Users of Ant can develop their own "antlibs" containing Ant tasks and types, and are offered a large number of ready-made commercial or open-source "antlibs".

Ant is extremely flexible and does not impose coding conventions or directory layouts to the Java projects which adopt it as a build tool.

Software development projects looking for a solution combining build tool and dependency management can use Ant in combination with Apache Ivy.

The Apache Ant project is part of the Apache Software Foundation.

Source: apache-ant | Wikipedia

7 questions
13
votes
2 answers

how to install ANT in ubuntu 14.04

I am new to Ubuntu and I am trying to install Apache ANT in Ubuntu I downloaded the package (apache-ant-1.9.4-bin.tar.gz) and in a terminal I gave a command like this sudo apt-get install apache-ant-1.9.4-bin.tar.gz I got these two errors E: Unable…
4
votes
1 answer

How to install ANT 1.9.6?

I want to install ANT from downloaded zip: apache-ant-1.9.6-bin.zip. How to do it ?
R S
  • 2,649
2
votes
1 answer

Apache Ant downgrade

I need Apache Ant 1.8 on my Ubuntu 14. But there is only one version available: $ apt-cache madison ant ant | 1.9.3-2build1 | http://de.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages Where or how can I get an older version of Apache Ant?
witrin
  • 173
2
votes
1 answer

Subversion 1.8.8 doesn't work with Java svn libraries

I'm running an up-to-date 14.04 installation. In a Java project built with Ant, I'm using the task to grab the current revision information. I've got (as far as I can tell) up-to-date versions of the "svnClientAdapter.jar" and "svnant.jar"…
Pointy
  • 1,623
1
vote
3 answers

How to update Apache Ant version from 1.9.3 to 1.9.4

My O.S. version is Ubuntu 14.04 LTS. My Apache ant version is 1.9.3. ant -version Apache Ant(TM) version 1.9.3 compiled on April 8 2014 I want to update my Apache ant 1.9.4.(onwards) Please help me, because when I'm using sudo apt-get install ant…
JalT
  • 163
0
votes
0 answers

Unable to Compile Nutch

I am trying to build a crawler with Apache Nutch,Hbase and ELK My idea is to crawl .onion sites. I am fairly new to this, so please bare with me OS: Ubuntu 18.04 server Java version: OpenJDK Runtime Environment (build…
-2
votes
1 answer

problem regarding ant build.xml

when I am using ant tool to do the ant tasks like 1)ant gsn 2)ant stop etc I am getting an error=> Buildfile: build.xml does not exist! Build failed pleas help me to recover form this problem.