Top "Ant" questions

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

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
Xml namespace declaration: auto-substitute package name

I have an android project with multiple build targets (using ant). For testing purposes, those build targets all have different …

android xml android-layout ant
How can I specify location of debug keystore for Android ant debug builds?

Is it possible to specify the location of a self created debug keystore when creating debug .apk's (<project-name>…

android debugging ant keystore
Why cannot Ant taskdef cannot load a resource outside ./net

When declaring external ant tasks using taskdef, for instance ant-contrib, the proposed setup is to use the followin taskdef: <…

ant taskdef
How to read data line by line from a file using ant script?

In perl we use <FileDescriptor> to read data line by ilne from a file. How to do the …

file-io ant line-by-line
good ivy tutorial for local repository?

Can anyone point me at a good tutorial for making & using a local repository with Ivy? (Please don't point …

ant ivy
How to convert Ant project to Maven project

How to convert a Ant project to Maven project? A sample project that would link (a Wicket project) Thanks

maven-2 ant wicket
Ivy fails to resolve a dependency, unable to find cause

While using ivy:retrieve, it fails to resolve the dependency that should be downloaded. The output looks like this: Buildfile: …

eclipse ant ivy
Integrating Selenium with HP ALM

We have a requirement to understand if Selenium could be integrated with HP ALM. The requirement is to execute the …

java selenium ant hp-quality-center
Ant: Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/tools/ant/launch/Launcher

I've installed ubuntu 10.10 in my system and installed ant with the following command: sudo apt-get install ant Now, ant is …

ant ubuntu classnotfoundexception