Top "Build.xml" questions

An Apache Ant file providing the targets (goals), tasks, source location, build properties, possible tasks and other information required to build the project.

Any way to generate ant build.xml file automatically from Eclipse?

From Eclipse, I found I can easily export an Ant build file for my project. It provides references to 3rd …

java eclipse ant build.xml
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
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
How to recompile with -Xlint:unchecked in Ant build task?

When I run the "compile" target of my Ant "build.xml" file, then I get the following message: Note: Some …

ant compilation target build.xml
Could not load definitions from resource net/sf/antcontrib/antlib.xml, netbeans

I'm new to Netbeans, and newish (less than a year) to Ruby programming. I've been getting increasingly frustrated with Eclipse …

netbeans ant osx-mountain-lion build.xml
Netbeans Export to Jar, include all library files

What I really need is an equivalent of this from Eclipse with Netbeans: I want to Extract required libraries into …

java netbeans jar netbeans-7 build.xml
How to include external libraries in Ant build.xml file?

In my Java source-code I want to use different classes from java archives (.jar) stored in my application's "lib" directory. …

apache ant properties libraries build.xml
How to import existing Ant build.xml into IntelliJ IDEA

I have an existing project that uses an Ant build.xml file to maintain the location of dependency jars. In …

java ant intellij-idea build.xml
How to configure Ivy for Ant build

I currently have ANT_HOME located at /home/<myuser>/ant/1.8.4/ant-1.8.4. I just downloaded the Apache Ivy tarball …

java ant ivy build.xml taskdef
java.lang.ClassNotFoundException when running java -jar

I'm using ant to build my build.xml file, it compiles ok, but then getting a runtime java.lang.NoClassDefFoundError …

java ant build.xml