Hi everybody, I've the following problem: I've got a list of some hundred files with pattern "index_xxx*". Now I want to pack only the files with pattern "index_999*" (about 6 instances) all others should be excluded.
I tried the following: <tar desfile="test.tar" basedir="dist" includes="index_99999950*" excludes="index_*" /> The problem is that in the basedir are additional files with other pattern which shall also be packed. Thanks for your help, Bernadette