On Wednesday 18 January 2006 8:57 am, RADEMAKERS Tanguy wrote: > >-----Original Message----- > >My intention is to include all jars in folderA and folderB, ecluding > >jars in folderC. > > how about this: > > <fileset dir="${lib.dir}"> > <include name="**/*.jar"/> > <exclude name="**/folderC/*.jar"/> > </fileset> > > that should be all jars anywhere except those in folderC > > /t > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED]
You know what, I like that approach even better. That's alot cleaner... in either approach you'll get what you want. I believe the include was just specified wrong in his first/second post. --------------------------------------------------- Clifton C. Craig, Software Engineer Intelligent Computer Systems - A Division of GBG [EMAIL PROTECTED] [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]