Re: [Fwd: Re: How to exclude directories]

2005-02-17 Thread Frank W. Zammetti
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

RE: How to exclude directories

2005-02-16 Thread Kajsa.Anderson
> 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

How to exclude directories

2005-02-16 Thread Frank W. Zammetti
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