On 9/17/07, Eric Dalquist <[EMAIL PROTECTED]> wrote: > <fileset id="projectFiles" > dir="/a/b/c/"
Not recommended indeed, but if you really can't change that > excludes="/a/b/c/d/**" /> This is wrong. Needs to be relative to dir attribute above. So should be d/** only. --DD --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
