>I want to exclude a package, common, in my java application 
>and then execute javancss from ant.
>
>How can I exclude the common package in my source tree and 
>then run my javancss.
>

        <path id="filtered.src.dir">
         <dirset dir="${src.dir}">
-           <exclude name="common"/>
+           <exclude name="common/"/>
        </dirset>
        </path>


Jan

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to