Search Results

0
votes

Need help writing a custom BuildListener

I had this problem when I had two plugins providing an ant.jar. Make sure you use the org.apache.ant plugin and that there is no other plugin providing another ant.jar. Another thing I …
2
votes

How to “dynamically” generate a fileset?

Use foreach from antcontrib foreach: ant -Ddirectory="dir1,dir3" <project name="build" d …