Hi All,

I am using the copy task like below:

<copy todir="${TEMP_FOLDER}" overwrite="true" failonerror="true" >
<fileset dir="${source}" includes="**/*.java" excludes="${exclude}" >
</fileset>
</copy>

The excludes contain all the exclude list like this:
**/com/sdn/epg/cafe/view/oig/** **/xpush/** **/pnp/** **/pdl/** **/oig/**
**/mosaic/** **/promo/** **/multi/** **/teletext/**
**/com/sdn/epg/cafe/view/** **/com/sdn/epg/cafe/handler/settings/**
**/com/sdn/epg/cafe/handler/fti/** **/purchaserecord/** **/advancesearch/**
**/vod/**

But the package **/com/sdn/epg/cafe/view/oig/** doesnot get excluded ....
All other excludes are happening properly.

Can anyone please tell me why this is happening. And any solution for this
problem is appreciated.

Thanks in advance.

Regards,
Madhu
-- 
View this message in context: 
http://old.nabble.com/problem-with-Excludes-in-the-Ant.-tp26477569p26477569.html
Sent from the Ant - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to