>-----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]

Reply via email to