Top "Ant-contrib" questions

The Ant-Contrib project is collection of tasks (and at one point maybe types and other tools) for Apache Ant.

Getting an error "Could not load definitions from resource net/sf/antcontrib/antcontrib.properties. It could not be found."

I am getting an error Could not load definitions from resource net/sf/antcontrib/antcontrib.properties. It could not be …

eclipse ant ant-contrib
ant-contrib - if/then/else task

I am using ant, and I have a problem with if/then/else task, (ant-contrib-1.0b3.jar). I am running …

ant ant-contrib
Using antcontrib <if> task via maven-antrun-plugin

My maven java project uses the maven-antrun-plugin to execute a deploy.xml ant script that deploys my app. The deploy.…

java maven ant-contrib maven-antrun-plugin
How can I iterate over properties from a file?

All my projects and their versions are defined in a properties file like this: ProjectNameA=0.0.1 ProjectNameB=1.4.2 I'd like to iterate …

ant ant-contrib
ANT: How to read property setted in a foreach loop

Dear, I currently face some problem to retrieve the value of a property setted in a foreach loop. Maybe one …

ant foreach properties ant-contrib
Using Ant, is it possible to use AND, OR condition in tag IF?

contrib It's possible to check more condition in tag IF? I need to do something like this : <if> &…

java ant task ant-contrib
How can I use something like an array or list in Ant?

I have a list of strings (e.g. "piyush,kumar") in an Ant script for which I want to assign …

ant ant-contrib
Iterate over for loop with fixed amount of iterations

I am using ant-contrib library in my ant scripts, but I do not get how can I make a fixed …

ant ant-contrib
execute Ant task if TWO conditions are met

The above ant script implements if dir_is_empty then git-clone else git-fetch using Ant-1.7.1 core statements: <target name="…

ant conditional is-empty ant-contrib
If isset in apache ant is failing

I am trying to check if a property exists in ant with the following: <target name="test"> <…

apache ant ant-contrib