Top "Fileset" questions

How to exclude a directory from ant fileset, based on directories contents

How can I create an ant fileset which excludes certain directories based on the contents of the directory? I use …

ant fileset
How can I print a fileset to a file, one file name per line?

I have a populated fileset and I need to print the matching filenames into a text file. I tried this: &…

ant fileset
Filter a fileset referenced using a refid

I have a fileset (which is returned from the Maven Ant task), and it contains all the jars I need …

ant fileset
Iterating through a directory with Ant

Let's say I have a collection of PDF files with the following paths: /some/path/pdfs/birds/duck.pdf /some/…

ant fileset
Ant absolute path to single file in fileset

I'm using Jenkins with Email-Ext plugin to automate PHP Unit Testing. If the tests failed I want to send a …

ant jenkins absolute-path fileset email-ext
ANT task to move and rename, files and folders, recursively

I have have a folder structure like so: /PROJECT/PROJECT.html /PROJECT/PROJECT_readme.txt /PROJECT/PROJECT.css /PROJECT/PROJECT.…

java ant move fileset
What's the difference between a nested path and fileset?

I have been googling for the "Differences between fileset and path" article for some time, but have found nothing useful. …

ant path fileset
How do I select subdirectories in ant using a FileSet?

I'm using ant 1.6.2 and am trying to set up a task that will compare a source and a target directory, …

ant fileset
Copy content of subfolders with Ant

How can I copy content of all subfolders of given folder using Ant? i.e. I have such folder structure …

ant copy fileset
jenkins archive artifact excluding all subdirectory

I have a couple of job in Jenkins that archive artifact from the source tree for another job (some unit …

jenkins archive artifact fileset