fileset
How do I make a fileset from a comma-separated list of directories in Ant?
In an Ant target I get a property, containing the list of directories to be included in further action (copying, filtering, etc.). It looks like this:[详细]
2023-01-10 07:25 分类:问答Using a Clover <fileset> on Hudson
We\'re trying to limit Clover to a certain package and therefore have a <fileset> definition in our Ant build file. Everything works fine from the command line (when we specify our known Ant tar[详细]
2023-01-10 05:43 分类:问答Compiler warnings plugin: Fileset excludes
We are using Hudson as our build machine and I am trying to configure the excludes fileset for the Compilier Warning开发者_StackOverflow社区s plugin. Hudson parses the build log to determine warnings/[详细]
2023-01-09 17:55 分类:问答Ant Fileset Expansion doesn't work
I get a very confusing reaction from my ant build-file and I\'m wondering whether I\'m just not clever enough or this might actually be a bug.[详细]
2023-01-08 14:57 分类:问答Stranges files in my assembly since switching to <lineEnding>unix</lineEnding>
since I\'ve inserted the option <lineEnding>开发者_StackOverflow社区unix</lineEnding> into my fileSets and files in my Maven assembly plugin configuration, strange files are placed in my t[详细]
2023-01-02 04:48 分类:问答How can I echo a filename twice using 'FileSet' and 'PathConvert'?
I have this simple Ant task that lists all \'.png\' files in a folder: <target name=\"listimages\">[详细]
2023-01-01 17:53 分类:问答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/path/pdfs/birds/goose.pdf[详细]
2022-12-30 09:17 分类:问答Problems with FileSet in Ant script?
I am using Ant script to generate javadoc and I just only wnt Ant to look for some classes based on a certain pattern, so I wrote:[详细]
2022-12-29 05:38 分类:问答How to split an fileset in Ant into multiple sets
I have a set 开发者_高级运维of files that I am picking up in an ant build, which I want to split into equal sized sub sets.[详细]
2022-12-22 06:27 分类:问答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, identify all the subdirectories that exist in the source directory and delete liked named subdire[详细]
2022-12-18 16:42 分类:问答