Top "Ant" questions

Apache Ant (formerly Jakarta Ant) is a declarative, XML-based build tool created originally for Java projects.

How do I pass an argument to an Ant task?

I'm not very good with Ant, but we're using it as a build tool. Right now, we can run "ant …

ant
SDK.DIR is missing? android update project?

I get this error when I do $ ant release sdk.dir is missing. Make sure to generate local.properties using …

android ant
Where are classpath, path and pathelement documented in Ant version 1.8.0?

I'm looking over the documentation that comes with Apache Ant version 1.8.0 and can't find where classpath, path and pathelement are …

ant build.xml
How to generate build.xml for a new java project?

I am learning about build.xml file for ant build. I have a simple "Hello World" project in Eclipse. Is …

java eclipse ant build project
ANT Problems: net/sf/antcontrib/antcontrib.properties

I am attempting to install software onto my Debian Lenny server. Specifically, Capture-HPC. I have setup VMWare server, along with …

java ant debian hpc
How do I make ANT verbose?

Trying to build my project with ANT in idea 10 and I get a compile error but I don't see the …

java ant intellij-idea
How to Pass parameters for a Ant script , which is invoked via shell script?

I need to invoke a ant script via shell script. Let us consider the parameters for ant script are a,…

shell scripting ant shellexecute
Using ant to detect os and set property

I want to set a property in an ant task differently by os type. The property is a directory, in …

ant
Why is no one using make for Java?

Just about every Java project that I've seen either uses Maven or Ant. They are fine tools and I think …

java ant makefile maven
ant build : unable to locate tools.jar. Expected find it in C:\Program Files\Java\jre7\lib\tools.jar

I know that this question is popular, but no one of solutions can help me. I used this, this, this …

android ant ui-automation build.xml android-uiautomator