RE: Convert fileset into command-line args, allowing for spaces in directori

2006-01-23 Thread Javier Pavier
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

RE: Convert fileset into command-line args, allowing for spaces in directori

2006-01-23 Thread Javier Pavier
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

Convert fileset into command-line args, allowing for spaces in directories

2006-01-23 Thread Javier Pavier
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