Re: Question about Copy task with empty PatternSet

2014-05-16 Thread Roger Whitcomb
Well, that basically worked. But I had to put the "exclude" not in the PatternSet itself, but in the FileSet that referenced the PatternSet, like this: Not totally ideal, maybe, but it does work. I think what you said would work with the incomplete example I gave, but I also was using

Re: Question about Copy task with empty PatternSet

2014-05-15 Thread Antoine Levy Lambert
Hi, you can try this (untested): > >

Re: Question about Copy task with empty PatternSet

2014-05-14 Thread KM
Not really giving any specifics - but use the support.abc property when checking the copy as well, e.g. make a target/task or if the copy would support the check use it there.  I'd have to look up the syntax etc. Or make the whole pattern set and copy a target/task and check for the property.