Thanks Kajsa, that did the trick exactly! And your assumption was
correct, I wanted the source directory, and anything in it excluded.
--
Frank W. Zammetti
Founder and Chief Software Architect
Omnytex Technologies
http://www.omnytex.com
> Have you tried source/**/*? I'm assuming you want to ex
> I want to exclude that source directory. Here's the target
> I've defined:
>
>
>excludes="**/vssver.scc,**/source" />
>
>
> The SoruceSafe files (vssver.scc) get excluded just fine, but
> no matter
> what I try for the directory I can't get it to work (I've
> tried **/sour
Hello. I'm relatively new to Ant (I didn't like it before for whatever
reason, but I'm warming to it now).
I'm trying to create a JAR (WAR actually) of a webapp and I've been
banging my head against the wall trying to figure out how to exclude a
particular directory. I can exclude files just fin