Lets give an example, if my FileSet has
/my/file/with a space/file1
/my/file/withoutaspace/file2
I want these both passed in as they are there as 2 separate commandline
args.
I managed to achieve this at last since I'm using a Jelly file and so can
use a Jelly tokenizer to split the path apar
Hi,
hmm, dont know what this stuff should do. But if it works for you,
I can skip that ...
It just creates fileset of the files I need. It works :-)
>refid="my.files"/> which will semicolon separate my files for
>me ... ok, but how do I then get these as command line args on
>a task ?
One
Hi,
probably some obvious answer :-) but I cant find it.
I have a fileset, and i have a variable defining includes, and one defining
excludes. The fileset is created like this. This works fine.
I now want to pass all of these files into a jav